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

/system/core/libunwindstack/
H A DElfInterface.cpp170 if (!ReadProgramHeaders<EhdrType, PhdrType>(ehdr, load_bias)) {
203 bool ElfInterface::ReadProgramHeaders(const EhdrType& ehdr, uint64_t* load_bias) { function in class:unwindstack::ElfInterface
568 template bool ElfInterface::ReadProgramHeaders<Elf32_Ehdr, Elf32_Phdr>(const Elf32_Ehdr&, uint64_t*);
569 template bool ElfInterface::ReadProgramHeaders<Elf64_Ehdr, Elf64_Phdr>(const Elf64_Ehdr&, uint64_t*);
/system/core/libunwindstack/include/unwindstack/
H A DElfInterface.h109 bool ReadProgramHeaders(const EhdrType& ehdr, uint64_t* load_bias);

Completed in 72 milliseconds