Searched refs:resolveRelocation (Results 1 - 11 of 11) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.h26 void resolveRelocation(const SectionEntry &Section, uint64_t Offset,
165 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override;
H A DRuntimeDyldELF.cpp1073 void RuntimeDyldELF::resolveRelocation(const RelocationEntry &RE, function in class:llvm::RuntimeDyldELF
1076 return resolveRelocation(Section, RE.Offset, Value, RE.RelType, RE.Addend,
1080 void RuntimeDyldELF::resolveRelocation(const SectionEntry &Section, function in class:llvm::RuntimeDyldELF
1247 resolveRelocation(Section, Offset,
1282 resolveRelocation(Section, Offset,
1298 resolveRelocation(
1316 resolveRelocation(Section, Offset, reinterpret_cast<uint64_t>(
1483 resolveRelocation(Section, Offset,
1527 resolveRelocation(Section, Offset, reinterpret_cast<uint64_t>(
1572 resolveRelocation(Section
[all...]
H A DRuntimeDyldImpl.h398 virtual void resolveRelocation(const RelocationEntry &RE, uint64_t Value) = 0;
H A DRuntimeDyld.cpp800 resolveRelocation(RE, Value);
/freebsd-11.0-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOX86_64.h73 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override {
143 resolveRelocation(TargetRE, (uint64_t)Addr);
H A DRuntimeDyldCOFFX86_64.h63 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override {
H A DRuntimeDyldMachOARM.h94 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override {
201 resolveRelocation(TargetRE, (uint64_t)Addr);
H A DRuntimeDyldCOFFI386.h106 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override {
H A DRuntimeDyldMachOI386.h82 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override {
90 Value -= FinalAddress + 4; // see MachOX86_64::resolveRelocation.
H A DRuntimeDyldMachOAArch64.h303 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override {
/freebsd-11.0-release/contrib/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp137 static std::error_code resolveRelocation(const Dumper::Context &Ctx, function
284 resolveRelocation(Ctx, Section, SectionOffset + 8, XData, Offset);

Completed in 121 milliseconds