Home
last modified time | relevance | path

Searched refs:resolveRelocation (Results 1 – 19 of 19) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDataExtractor.cpp65 object::resolveRelocation(E->Resolver, E->Reloc, E->SymbolValue, LocData); in getRelocatedValue()
67 R = object::resolveRelocation(E->Resolver, *E->Reloc2, E->SymbolValue2, R); in getRelocatedValue()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DRelocationResolver.h35 uint64_t resolveRelocation(RelocationResolver Resolver, const RelocationRef &R,
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.h28 void resolveRelocation(const SectionEntry &Section, uint64_t Offset,
222 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override;
H A DRuntimeDyldELF.cpp1034 void RuntimeDyldELF::resolveRelocation(const RelocationEntry &RE, in resolveRelocation() function in llvm::RuntimeDyldELF
1037 return resolveRelocation(Section, RE.Offset, Value, RE.RelType, RE.Addend, in resolveRelocation()
1041 void RuntimeDyldELF::resolveRelocation(const SectionEntry &Section, in resolveRelocation() function in llvm::RuntimeDyldELF
1184 resolveRelocation(Section, Offset, in resolveAArch64Branch()
1217 resolveRelocation(Section, Offset, in resolveAArch64Branch()
1349 resolveRelocation(Section, Offset, in processRelocationRef()
1366 resolveRelocation( in processRelocationRef()
1607 resolveRelocation(Section, Offset, in processRelocationRef()
1650 resolveRelocation( in processRelocationRef()
1696 resolveRelocation(Sections[SectionID], Offset, Value.Addend, RelType, 0); in processRelocationRef()
[all …]
H A DRuntimeDyldImpl.h407 virtual void resolveRelocation(const RelocationEntry &RE, uint64_t Value) = 0;
H A DRuntimeDyld.cpp1105 resolveRelocation(RE, Value); in resolveRelocationList()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldELFMips.h27 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override;
H A DRuntimeDyldMachOX86_64.h85 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function
153 resolveRelocation(TargetRE, (uint64_t)Addr); in processGOTRelocation()
H A DRuntimeDyldCOFFX86_64.h87 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function
186 resolveRelocation(RE, Section.getLoadAddressWithOffset(StubOffset)); in generateRelocationStub()
H A DRuntimeDyldCOFFAArch64.h130 resolveRelocation(RE, Section.getLoadAddressWithOffset(StubOffset)); in generateRelocationStub()
257 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function
H A DRuntimeDyldMachOARM.h202 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function
340 resolveRelocation(TargetRE, (uint64_t)Addr); in processBranchRelocation()
H A DRuntimeDyldCOFFI386.h142 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function
H A DRuntimeDyldMachOI386.h97 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function
H A DRuntimeDyldCOFFThumb.h208 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation()
186 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { resolveRelocation() function
H A DRuntimeDyldELFMips.cpp14 void RuntimeDyldELFMips::resolveRelocation(const RelocationEntry &RE, in resolveRelocation() function in RuntimeDyldELFMips
H A DRuntimeDyldMachOAArch64.h355 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function
/freebsd/contrib/llvm-project/llvm/lib/XRay/
H A DInstrumentationMap.cpp125 object::resolveRelocation(Resolver, Reloc, *ValueOrErr, 0)}); in loadObj()
136 object::resolveRelocation(Resolver, Reloc, *ValueOrErr, A)}); in loadObj()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp205 static std::error_code resolveRelocation(const Dumper::Context &Ctx, in resolveRelocation() function
367 resolveRelocation(Ctx, Section, SectionOffset + 8, XData, Offset); in printRuntimeFunction()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DRelocationResolver.cpp870 uint64_t resolveRelocation(RelocationResolver Resolver, const RelocationRef &R, in resolveRelocation()
865 uint64_t resolveRelocation(RelocationResolver Resolver, const RelocationRef &R, resolveRelocation() function