Home
last modified time | relevance | path

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

/system/core/libunwindstack/
DElfInterface.cpp173 ReadSectionHeaders<EhdrType, ShdrType>(ehdr); in ReadAllHeaders()
293 void ElfInterface::ReadSectionHeaders(const EhdrType& ehdr) { in ReadSectionHeaders() function in unwindstack::ElfInterface
648 template void ElfInterface::ReadSectionHeaders<Elf32_Ehdr, Elf32_Shdr>(const Elf32_Ehdr&);
649 template void ElfInterface::ReadSectionHeaders<Elf64_Ehdr, Elf64_Shdr>(const Elf64_Ehdr&);
/system/core/libunwindstack/include/unwindstack/
DElfInterface.h117 void ReadSectionHeaders(const EhdrType& ehdr);