Lines Matching defs:GOTOffset

344     int64_t GOTOffset = Value - GOTBase + Addend;
345 support::ulittle64_t::ref(Section.getAddressWithOffset(Offset)) = GOTOffset;
1328 uint64_t GOTOffset = findOrAllocGOTEntry(Value, ELF::R_AARCH64_ABS64);
1329 resolveGOTOffsetRelocation(SectionID, Offset, GOTOffset + Addend,
1333 uint64_t GOTOffset = findOrAllocGOTEntry(Value, ELF::R_AARCH64_ABS64);
1334 resolveGOTOffsetRelocation(SectionID, Offset, GOTOffset + Addend,
1806 uint64_t GOTOffset = allocateGOTEntries(1);
1812 resolveGOTOffsetRelocation(SectionID, StubOffset + 2, GOTOffset - 4,
1817 computeGOTOffsetRE(GOTOffset, 0, ELF::R_X86_64_64),
1832 uint64_t GOTOffset = allocateGOTEntries(1);
1833 resolveGOTOffsetRelocation(SectionID, Offset, GOTOffset + Addend,
1838 computeGOTOffsetRE(GOTOffset, Value.Offset, ELF::R_X86_64_64);
1845 uint64_t GOTOffset = allocateGOTEntries(1);
1846 resolveRelocation(Sections[SectionID], Offset, GOTOffset,
1851 computeGOTOffsetRE(GOTOffset, Value.Offset, ELF::R_X86_64_64);
2003 uint64_t GOTOffset = allocateGOTEntries(1);
2004 resolveGOTOffsetRelocation(SectionID, Offset, GOTOffset + Addend,
2007 computeGOTOffsetRE(GOTOffset, Value.Offset, ELF::R_X86_64_TPOFF64);
2271 uint64_t GOTOffset = allocateGOTEntries(1);
2275 computeGOTOffsetRE(GOTOffset, Value.Offset, GOTRelType);
2281 E.first->second = GOTOffset;
2289 uint64_t GOTOffset,
2292 RelocationEntry GOTRE(SectionID, Offset, Type, GOTOffset);
2296 RelocationEntry RuntimeDyldELF::computeGOTOffsetRE(uint64_t GOTOffset,
2299 return RelocationEntry(GOTSectionID, GOTOffset, Type, SymbolOffset);