Lines Matching refs:ElfInterface
28 bool ElfInterface::ReadAllHeaders() { in ReadAllHeaders()
41 bool ElfInterface::ReadProgramHeaders(const EhdrType& ehdr) { in ReadProgramHeaders()
108 bool ElfInterface::ReadSectionHeaders(const EhdrType& ehdr) { in ReadSectionHeaders()
161 bool ElfInterface::GetSonameWithTemplate(std::string* soname) { in GetSonameWithTemplate()
208 bool ElfInterface::Step(uint64_t, Regs*, Memory*) { in Step()
213 template bool ElfInterface::ReadAllHeaders<Elf32_Ehdr, Elf32_Phdr, Elf32_Shdr>();
214 template bool ElfInterface::ReadAllHeaders<Elf64_Ehdr, Elf64_Phdr, Elf64_Shdr>();
216 template bool ElfInterface::ReadProgramHeaders<Elf32_Ehdr, Elf32_Phdr>(const Elf32_Ehdr&);
217 template bool ElfInterface::ReadProgramHeaders<Elf64_Ehdr, Elf64_Phdr>(const Elf64_Ehdr&);
219 template bool ElfInterface::ReadSectionHeaders<Elf32_Ehdr, Elf32_Shdr>(const Elf32_Ehdr&);
220 template bool ElfInterface::ReadSectionHeaders<Elf64_Ehdr, Elf64_Shdr>(const Elf64_Ehdr&);
222 template bool ElfInterface::GetSonameWithTemplate<Elf32_Dyn>(std::string*);
223 template bool ElfInterface::GetSonameWithTemplate<Elf64_Dyn>(std::string*);