Lines Matching refs:ElfInterface
43 ElfInterface::~ElfInterface() { in ~ElfInterface()
49 bool ElfInterface::IsValidPc(uint64_t pc) { in IsValidPc()
73 bool ElfInterface::GetTextRange(uint64_t* addr, uint64_t* size) { in GetTextRange()
82 std::unique_ptr<Memory> ElfInterface::CreateGnuDebugdataMemory() { in CreateGnuDebugdataMemory()
153 int64_t ElfInterface::GetLoadBias(Memory* memory) { in GetLoadBias()
453 bool ElfInterface::Step(uint64_t pc, Regs* regs, Memory* process_memory, bool* finished, in Step()
577 std::string ElfInterface::ReadBuildIDFromMemory(Memory* memory) { in ReadBuildIDFromMemory()
637 template int64_t ElfInterface::GetLoadBias<Elf32_Ehdr, Elf32_Phdr>(Memory*);
638 template int64_t ElfInterface::GetLoadBias<Elf64_Ehdr, Elf64_Phdr>(Memory*);
640 template std::string ElfInterface::ReadBuildIDFromMemory<Elf32_Ehdr, Elf32_Shdr, Elf32_Nhdr>(
642 template std::string ElfInterface::ReadBuildIDFromMemory<Elf64_Ehdr, Elf64_Shdr, Elf64_Nhdr>(