Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp917 void RuntimeDyldELF::resolveRelocation(const RelocationEntry &RE, in resolveRelocation() function in llvm::RuntimeDyldELF
924 void RuntimeDyldELF::resolveRelocation(const SectionEntry &Section, in resolveRelocation() function in llvm::RuntimeDyldELF
1037 resolveRelocation(Sections[SectionID], Offset, Address, RelI->getType(), in resolveAArch64ShortBranch()
1056 resolveRelocation(Section, Offset, in resolveAArch64Branch()
1090 resolveRelocation(Section, Offset, in resolveAArch64Branch()
1222 resolveRelocation( in processRelocationRef()
1240 resolveRelocation(Section, Offset, reinterpret_cast<uint64_t>( in processRelocationRef()
1481 resolveRelocation(Section, Offset, in processRelocationRef()
1525 resolveRelocation(Section, Offset, reinterpret_cast<uint64_t>( in processRelocationRef()
1640 resolveRelocation(Section, Offset, StubAddress, RelType, Addend); in processRelocationRef()
[all …]
H A DRuntimeDyldELF.h29 void resolveRelocation(const SectionEntry &Section, uint64_t Offset,
176 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override;
H A DRuntimeDyldImpl.h425 virtual void resolveRelocation(const RelocationEntry &RE, uint64_t Value) = 0;
H A DRuntimeDyld.cpp1002 resolveRelocation(RE, Value); in resolveRelocationList()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFX86_64.h87 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function
180 resolveRelocation(RE, Section.getLoadAddressWithOffset(StubOffset)); in generateRelocationStub()
H A DRuntimeDyldELFMips.h29 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override;
H A DRuntimeDyldMachOX86_64.h87 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function
155 resolveRelocation(TargetRE, (uint64_t)Addr); in processGOTRelocation()
H A DRuntimeDyldMachOARM.h204 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function
339 resolveRelocation(TargetRE, (uint64_t)Addr); in processBranchRelocation()
H A DRuntimeDyldCOFFI386.h132 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function
H A DRuntimeDyldMachOI386.h99 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function
H A DRuntimeDyldCOFFThumb.h172 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function
H A DRuntimeDyldELFMips.cpp15 void RuntimeDyldELFMips::resolveRelocation(const RelocationEntry &RE, in resolveRelocation() function in RuntimeDyldELFMips
H A DRuntimeDyldMachOAArch64.h356 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp141 static std::error_code resolveRelocation(const Dumper::Context &Ctx, in resolveRelocation() function
290 resolveRelocation(Ctx, Section, SectionOffset + 8, XData, Offset); in printRuntimeFunction()