Searched refs:ElfInterfaceImpl (Results 1 – 2 of 2) sorted by relevance
187 class ElfInterfaceImpl : public ElfInterface {197 ElfInterfaceImpl(Memory* memory) : ElfInterface(memory) {} in ElfInterfaceImpl() function198 virtual ~ElfInterfaceImpl() = default;224 using ElfInterface32 = ElfInterfaceImpl<ElfTypes32>;225 using ElfInterface64 = ElfInterfaceImpl<ElfTypes64>;
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[all …]