Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.h118 RelocationEntry computeGOTOffsetRE(uint64_t GOTOffset, uint64_t SymbolOffset,
H A DRuntimeDyldELF.cpp1806 computeGOTOffsetRE(GOTOffset, 0, ELF::R_X86_64_64), in processRelocationRef()
1827 computeGOTOffsetRE(GOTOffset, Value.Offset, ELF::R_X86_64_64); in processRelocationRef()
1840 computeGOTOffsetRE(GOTOffset, Value.Offset, ELF::R_X86_64_64); in processRelocationRef()
1996 computeGOTOffsetRE(GOTOffset, Value.Offset, ELF::R_X86_64_TPOFF64); in processX86_64GOTTPOFFRelocation()
2264 computeGOTOffsetRE(GOTOffset, Value.Offset, GOTRelType); in findOrAllocGOTEntry()
2285 RelocationEntry RuntimeDyldELF::computeGOTOffsetRE(uint64_t GOTOffset, in computeGOTOffsetRE() function in llvm::RuntimeDyldELF