Home
last modified time | relevance | path

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

/system/core/libunwindstack/
DElfInterface.cpp199 ReadProgramHeaders<EhdrType, PhdrType>(ehdr, load_bias); in ReadAllHeaders()
227 void ElfInterface::ReadProgramHeaders(const EhdrType& ehdr, int64_t* load_bias) { in ReadProgramHeaders() function in unwindstack::ElfInterface
687 template void ElfInterface::ReadProgramHeaders<Elf32_Ehdr, Elf32_Phdr>(const Elf32_Ehdr&, int64_t*);
688 template void ElfInterface::ReadProgramHeaders<Elf64_Ehdr, Elf64_Phdr>(const Elf64_Ehdr&, int64_t*);
/system/core/libunwindstack/include/unwindstack/
DElfInterface.h120 void ReadProgramHeaders(const EhdrType& ehdr, int64_t* load_bias);