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.cpp336 uint64_t GOTBase = 0; in resolveX86_64Relocation() local
339 GOTBase = Section.getLoadAddressWithOffset(0); in resolveX86_64Relocation()
343 assert(GOTBase != 0 && "missing GOT"); in resolveX86_64Relocation()
344 int64_t GOTOffset = Value - GOTBase + Addend; in resolveX86_64Relocation()