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