Searched refs:ReadAllHeaders (Results 1 – 2 of 2) sorted by relevance
117 bool ReadAllHeaders(int64_t* load_bias);192 return ElfInterface::ReadAllHeaders<Elf32_Ehdr, Elf32_Phdr, Elf32_Shdr>(load_bias); in Init()220 return ElfInterface::ReadAllHeaders<Elf64_Ehdr, Elf64_Phdr, Elf64_Shdr>(load_bias); in Init()
189 bool ElfInterface::ReadAllHeaders(int64_t* load_bias) { in ReadAllHeaders() function in unwindstack::ElfInterface684 template bool ElfInterface::ReadAllHeaders<Elf32_Ehdr, Elf32_Phdr, Elf32_Shdr>(int64_t*);685 template bool ElfInterface::ReadAllHeaders<Elf64_Ehdr, Elf64_Phdr, Elf64_Shdr>(int64_t*);