Home
last modified time | relevance | path

Searched refs:ReadAllHeaders (Results 1 – 2 of 2) sorted by relevance

/system/core/libunwindstack/include/unwindstack/
DElfInterface.h117 bool ReadAllHeaders(int64_t* load_bias);
192 return ElfInterface::ReadAllHeaders<Elf32_Ehdr, Elf32_Phdr, Elf32_Shdr>(load_bias); in Init()
220 return ElfInterface::ReadAllHeaders<Elf64_Ehdr, Elf64_Phdr, Elf64_Shdr>(load_bias); in Init()
/system/core/libunwindstack/
DElfInterface.cpp189 bool ElfInterface::ReadAllHeaders(int64_t* load_bias) { in ReadAllHeaders() function in unwindstack::ElfInterface
684 template bool ElfInterface::ReadAllHeaders<Elf32_Ehdr, Elf32_Phdr, Elf32_Shdr>(int64_t*);
685 template bool ElfInterface::ReadAllHeaders<Elf64_Ehdr, Elf64_Phdr, Elf64_Shdr>(int64_t*);