Home
last modified time | relevance | path

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

/system/core/libunwindstack/
DElfInterface.cpp34 if (!ReadProgramHeaders<EhdrType, PhdrType>(ehdr)) { in ReadAllHeaders()
41 bool ElfInterface::ReadProgramHeaders(const EhdrType& ehdr) { in ReadProgramHeaders() function in ElfInterface
216 template bool ElfInterface::ReadProgramHeaders<Elf32_Ehdr, Elf32_Phdr>(const Elf32_Ehdr&);
217 template bool ElfInterface::ReadProgramHeaders<Elf64_Ehdr, Elf64_Phdr>(const Elf64_Ehdr&);
DElfInterface.h79 bool ReadProgramHeaders(const EhdrType& ehdr);