Searched refs:GOTBase (Results 1 – 1 of 1) sorted by relevance
337 uint64_t GOTBase = 0; in resolveX86_64Relocation() local340 GOTBase = Section.getLoadAddressWithOffset(0); in resolveX86_64Relocation()344 assert(GOTBase != 0 && "missing GOT"); in resolveX86_64Relocation()345 int64_t GOTOffset = Value - GOTBase + Addend; in resolveX86_64Relocation()