Lines Matching defs:GOTOffset
343 int64_t GOTOffset = Value - GOTBase + Addend;
344 support::ulittle64_t::ref(Section.getAddressWithOffset(Offset)) = GOTOffset;
1664 uint64_t GOTOffset = findOrAllocGOTEntry(Value, ELF::R_AARCH64_ABS64);
1665 resolveGOTOffsetRelocation(SectionID, Offset, GOTOffset + Addend,
1669 uint64_t GOTOffset = findOrAllocGOTEntry(Value, ELF::R_AARCH64_ABS64);
1670 resolveGOTOffsetRelocation(SectionID, Offset, GOTOffset + Addend,
1725 uint64_t GOTOffset = findOrAllocGOTEntry(Value, ELF::R_LARCH_64);
1726 resolveGOTOffsetRelocation(SectionID, Offset, GOTOffset + Addend,
2150 uint64_t GOTOffset = allocateGOTEntries(1);
2156 resolveGOTOffsetRelocation(SectionID, StubOffset + 2, GOTOffset - 4,
2161 computeGOTOffsetRE(GOTOffset, 0, ELF::R_X86_64_64),
2176 uint64_t GOTOffset = allocateGOTEntries(1);
2177 resolveGOTOffsetRelocation(SectionID, Offset, GOTOffset + Addend,
2182 computeGOTOffsetRE(GOTOffset, Value.Offset, ELF::R_X86_64_64);
2189 uint64_t GOTOffset = allocateGOTEntries(1);
2190 resolveRelocation(Sections[SectionID], Offset, GOTOffset,
2195 computeGOTOffsetRE(GOTOffset, Value.Offset, ELF::R_X86_64_64);
2362 uint64_t GOTOffset = allocateGOTEntries(1);
2363 resolveGOTOffsetRelocation(SectionID, Offset, GOTOffset + Addend,
2366 computeGOTOffsetRE(GOTOffset, Value.Offset, ELF::R_X86_64_TPOFF64);
2631 uint64_t GOTOffset = allocateGOTEntries(1);
2635 computeGOTOffsetRE(GOTOffset, Value.Offset, GOTRelType);
2641 E.first->second = GOTOffset;
2649 uint64_t GOTOffset,
2652 RelocationEntry GOTRE(SectionID, Offset, Type, GOTOffset);
2656 RelocationEntry RuntimeDyldELF::computeGOTOffsetRE(uint64_t GOTOffset,
2659 return RelocationEntry(GOTSectionID, GOTOffset, Type, SymbolOffset);