Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.h36 void resolveRelocation(const SectionEntry &Section, uint64_t Offset,
117 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override;
H A DRuntimeDyldELF.cpp854 void RuntimeDyldELF::resolveRelocation(const RelocationEntry &RE, in resolveRelocation() function in llvm::RuntimeDyldELF
857 return resolveRelocation(Section, RE.Offset, Value, RE.RelType, RE.Addend, in resolveRelocation()
861 void RuntimeDyldELF::resolveRelocation(const SectionEntry &Section, in resolveRelocation() function in llvm::RuntimeDyldELF
981 resolveRelocation(Section, Offset, (uint64_t)Section.Address + i->second, in processRelocationRef()
1012 resolveRelocation(Section, Offset, in processRelocationRef()
1027 resolveRelocation(Section, Offset, (uint64_t)Section.Address + i->second, in processRelocationRef()
1043 resolveRelocation(Section, Offset, in processRelocationRef()
1136 resolveRelocation(Section, Offset, in processRelocationRef()
1178 resolveRelocation(Section, Offset, in processRelocationRef()
1222 resolveRelocation(Sections[SectionID], Offset, Value.Addend, RelType, 0); in processRelocationRef()
[all …]
H A DRuntimeDyldImpl.h326 virtual void resolveRelocation(const RelocationEntry &RE, uint64_t Value) = 0;
H A DRuntimeDyld.cpp707 resolveRelocation(RE, Value); in resolveRelocationList()
/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOX86_64.h68 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function
130 resolveRelocation(TargetRE, (uint64_t)Addr); in processGOTRelocation()
H A DRuntimeDyldMachOARM.h90 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function
197 resolveRelocation(TargetRE, (uint64_t)Addr); in processBranchRelocation()
H A DRuntimeDyldMachOI386.h82 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function
H A DRuntimeDyldMachOAArch64.h303 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() function
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp137 static std::error_code resolveRelocation(const Dumper::Context &Ctx, in resolveRelocation() function
285 if (error(resolveRelocation(Ctx, Section, SectionOffset + 8, XData, Offset))) in printRuntimeFunction()
/minix3/external/bsd/llvm/dist/llvm/docs/
H A DMCJITDesignAndImplementation.rst155 with this symbol and invoke the resolveRelocation method which, through an
161 have been saved which reference that symbol and call resolveRelocation for