Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp344 int64_t GOTOffset = Value - GOTBase + Addend; in resolveX86_64Relocation() local
1279 uint64_t GOTOffset = findOrAllocGOTEntry(Value, ELF::R_AARCH64_ABS64); in processRelocationRef() local
1284 uint64_t GOTOffset = findOrAllocGOTEntry(Value, ELF::R_AARCH64_ABS64); in processRelocationRef() local
1763 uint64_t GOTOffset = allocateGOTEntries(1); in processRelocationRef() local
1789 uint64_t GOTOffset = allocateGOTEntries(1); in processRelocationRef() local
1802 uint64_t GOTOffset = allocateGOTEntries(1); in processRelocationRef() local
1892 uint64_t GOTOffset = allocateGOTEntries(1); in findOrAllocGOTEntry() local
1910 uint64_t GOTOffset, in resolveGOTOffsetRelocation()
1917 RelocationEntry RuntimeDyldELF::computeGOTOffsetRE(uint64_t GOTOffset, in computeGOTOffsetRE()