Lines Matching refs:ElfInterfaceImpl
98 void ElfInterfaceImpl<ElfTypes>::InitHeaders() { in InitHeaders()
137 bool ElfInterfaceImpl<ElfTypes>::ReadAllHeaders(int64_t* load_bias) { in ReadAllHeaders()
175 void ElfInterfaceImpl<ElfTypes>::ReadProgramHeaders(const EhdrType& ehdr, int64_t* load_bias) { in ReadProgramHeaders()
226 std::string ElfInterfaceImpl<ElfTypes>::ReadBuildID() { in ReadBuildID()
277 void ElfInterfaceImpl<ElfTypes>::ReadSectionHeaders(const EhdrType& ehdr) { in ReadSectionHeaders()
369 std::string ElfInterfaceImpl<ElfTypes>::GetSoname() { in GetSoname()
424 bool ElfInterfaceImpl<ElfTypes>::GetFunctionName(uint64_t addr, SharedString* name, in GetFunctionName()
439 bool ElfInterfaceImpl<ElfTypes>::GetGlobalVariable(const std::string& name, in GetGlobalVariable()
524 void ElfInterfaceImpl<ElfTypes>::GetMaxSize(Memory* memory, uint64_t* size) { in GetMaxSize()
634 template class ElfInterfaceImpl<ElfTypes32>; variable
635 template class ElfInterfaceImpl<ElfTypes64>; variable