Searched refs:GOTBase (Results 1 – 1 of 1) sorted by relevance
336 uint64_t GOTBase = 0; in resolveX86_64Relocation() local339 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()