Searched refs:ReadProgramHeaders (Results 1 – 2 of 2) sorted by relevance
199 ReadProgramHeaders<EhdrType, PhdrType>(ehdr, load_bias); in ReadAllHeaders()227 void ElfInterface::ReadProgramHeaders(const EhdrType& ehdr, int64_t* load_bias) { in ReadProgramHeaders() function in unwindstack::ElfInterface687 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*);
120 void ReadProgramHeaders(const EhdrType& ehdr, int64_t* load_bias);