Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp335 uint64_t GOTBase = 0; in resolveX86_64Relocation() local
338 GOTBase = Section.getLoadAddressWithOffset(0); in resolveX86_64Relocation()
342 assert(GOTBase != 0 && "missing GOT"); in resolveX86_64Relocation()
343 int64_t GOTOffset = Value - GOTBase + Addend; in resolveX86_64Relocation()