Searched refs:computeGOTOffsetRE (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyldELF.h | 118 RelocationEntry computeGOTOffsetRE(uint64_t GOTOffset, uint64_t SymbolOffset,
|
| H A D | RuntimeDyldELF.cpp | 1812 computeGOTOffsetRE(GOTOffset, 0, ELF::R_X86_64_64), in processRelocationRef() 1833 computeGOTOffsetRE(GOTOffset, Value.Offset, ELF::R_X86_64_64); in processRelocationRef() 1846 computeGOTOffsetRE(GOTOffset, Value.Offset, ELF::R_X86_64_64); in processRelocationRef() 2002 computeGOTOffsetRE(GOTOffset, Value.Offset, ELF::R_X86_64_TPOFF64); in processX86_64GOTTPOFFRelocation() 2270 computeGOTOffsetRE(GOTOffset, Value.Offset, GOTRelType); in findOrAllocGOTEntry() 2291 RelocationEntry RuntimeDyldELF::computeGOTOffsetRE(uint64_t GOTOffset, in computeGOTOffsetRE() function in llvm::RuntimeDyldELF
|