Home
last modified time | relevance | path

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

/system/core/libunwindstack/include/unwindstack/
DElfInterface.h111 bool ReadAllHeaders(uint64_t* load_bias);
179 return ElfInterface::ReadAllHeaders<Elf32_Ehdr, Elf32_Phdr, Elf32_Shdr>(load_bias); in Init()
209 return ElfInterface::ReadAllHeaders<Elf64_Ehdr, Elf64_Phdr, Elf64_Shdr>(load_bias); in Init()
/system/core/libunwindstack/
DElfInterface.cpp162 bool ElfInterface::ReadAllHeaders(uint64_t* load_bias) { in ReadAllHeaders() function in unwindstack::ElfInterface
640 template bool ElfInterface::ReadAllHeaders<Elf32_Ehdr, Elf32_Phdr, Elf32_Shdr>(uint64_t*);
641 template bool ElfInterface::ReadAllHeaders<Elf64_Ehdr, Elf64_Phdr, Elf64_Shdr>(uint64_t*);