Home
last modified time | relevance | path

Searched refs:computeGOTOffsetRE (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.h118 RelocationEntry computeGOTOffsetRE(uint64_t GOTOffset, uint64_t SymbolOffset,
H A DRuntimeDyldELF.cpp1810 computeGOTOffsetRE(GOTOffset, 0, ELF::R_X86_64_64), in processRelocationRef()
1831 computeGOTOffsetRE(GOTOffset, Value.Offset, ELF::R_X86_64_64); in processRelocationRef()
1844 computeGOTOffsetRE(GOTOffset, Value.Offset, ELF::R_X86_64_64); in processRelocationRef()
2000 computeGOTOffsetRE(GOTOffset, Value.Offset, ELF::R_X86_64_TPOFF64); in processX86_64GOTTPOFFRelocation()
2268 computeGOTOffsetRE(GOTOffset, Value.Offset, GOTRelType); in findOrAllocGOTEntry()
2289 RelocationEntry RuntimeDyldELF::computeGOTOffsetRE(uint64_t GOTOffset, in computeGOTOffsetRE() function in llvm::RuntimeDyldELF