Home
last modified time | relevance | path

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

/system/core/libunwindstack/
DElfInterface.cpp172 ReadProgramHeaders<EhdrType, PhdrType>(ehdr, load_bias); in ReadAllHeaders()
198 void ElfInterface::ReadProgramHeaders(const EhdrType& ehdr, uint64_t* load_bias) { in ReadProgramHeaders() function in unwindstack::ElfInterface
643 template void ElfInterface::ReadProgramHeaders<Elf32_Ehdr, Elf32_Phdr>(const Elf32_Ehdr&,
645 template void ElfInterface::ReadProgramHeaders<Elf64_Ehdr, Elf64_Phdr>(const Elf64_Ehdr&,
/system/core/libunwindstack/include/unwindstack/
DElfInterface.h114 void ReadProgramHeaders(const EhdrType& ehdr, uint64_t* load_bias);