Home
last modified time | relevance | path

Searched refs:GOTOffset (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.h113 uint64_t GOTOffset);
118 uint64_t GOTOffset,
DRuntimeDyldELF.cpp1733 uint64_t GOTOffset = allocateGOTEntries(SectionID, 1); in processRelocationRef() local
1736 resolveGOTOffsetRelocation(SectionID, StubOffset + 2, GOTOffset - 4); in processRelocationRef()
1740 computeGOTOffsetRE(SectionID, GOTOffset, 0, ELF::R_X86_64_64), in processRelocationRef()
1755 uint64_t GOTOffset = allocateGOTEntries(SectionID, 1); in processRelocationRef() local
1756 resolveGOTOffsetRelocation(SectionID, Offset, GOTOffset + Addend); in processRelocationRef()
1759 RelocationEntry RE = computeGOTOffsetRE(SectionID, GOTOffset, Value.Offset, ELF::R_X86_64_64); in processRelocationRef()
1831 …RuntimeDyldELF::resolveGOTOffsetRelocation(unsigned SectionID, uint64_t Offset, uint64_t GOTOffset) in resolveGOTOffsetRelocation() argument
1834 RelocationEntry GOTRE(SectionID, Offset, ELF::R_X86_64_PC32, GOTOffset); in resolveGOTOffsetRelocation()
1838 RelocationEntry RuntimeDyldELF::computeGOTOffsetRE(unsigned SectionID, uint64_t GOTOffset, uint64_t… in computeGOTOffsetRE() argument
1842 return RelocationEntry(GOTSectionID, GOTOffset, Type, SymbolOffset); in computeGOTOffsetRE()
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.h500 SDValue GOTOffset) const;
DSystemZISelLowering.cpp2506 SDValue GOTOffset) const { in lowerTLSGetOffset()
2516 Chain = DAG.getCopyToReg(Chain, DL, SystemZ::R2D, GOTOffset, Glue); in lowerTLSGetOffset()