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

/system/core/libunwindstack/include/unwindstack/
H A DElfInterface.h106 bool ReadAllHeaders(uint64_t* load_bias);
169 return ElfInterface::ReadAllHeaders<Elf32_Ehdr, Elf32_Phdr, Elf32_Shdr>(load_bias);
198 return ElfInterface::ReadAllHeaders<Elf64_Ehdr, Elf64_Phdr, Elf64_Shdr>(load_bias);
/system/core/libunwindstack/
H A DElfInterface.cpp162 bool ElfInterface::ReadAllHeaders(uint64_t* load_bias) { function in class:unwindstack::ElfInterface
565 template bool ElfInterface::ReadAllHeaders<Elf32_Ehdr, Elf32_Phdr, Elf32_Shdr>(uint64_t*);
566 template bool ElfInterface::ReadAllHeaders<Elf64_Ehdr, Elf64_Phdr, Elf64_Shdr>(uint64_t*);

Completed in 30 milliseconds