Home
last modified time | relevance | path

Searched defs:GOTOffset (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp344 int64_t GOTOffset = Value - GOTBase + Addend; in resolveX86_64Relocation() local
1328 uint64_t GOTOffset = findOrAllocGOTEntry(Value, ELF::R_AARCH64_ABS64); in processRelocationRef() local
1333 uint64_t GOTOffset = findOrAllocGOTEntry(Value, ELF::R_AARCH64_ABS64); in processRelocationRef() local
1806 uint64_t GOTOffset = allocateGOTEntries(1); in processRelocationRef() local
1832 uint64_t GOTOffset = allocateGOTEntries(1); in processRelocationRef() local
1845 uint64_t GOTOffset = allocateGOTEntries(1); in processRelocationRef() local
2003 uint64_t GOTOffset = allocateGOTEntries(1); in processX86_64GOTTPOFFRelocation() local
2271 uint64_t GOTOffset = allocateGOTEntries(1); in findOrAllocGOTEntry() local
2289 uint64_t GOTOffset, in resolveGOTOffsetRelocation()
2296 RelocationEntry RuntimeDyldELF::computeGOTOffsetRE(uint64_t GOTOffset, in computeGOTOffsetRE()