Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.h93 uint64_t GOTOffset);
98 uint64_t GOTOffset,
DRuntimeDyldELF.cpp1322 uint64_t GOTOffset = allocateGOTEntries(SectionID, 1); in processRelocationRef() local
1325 resolveGOTOffsetRelocation(SectionID, StubOffset + 2, GOTOffset - 4); in processRelocationRef()
1328 addRelocationForSymbol(computeGOTOffsetRE(SectionID,GOTOffset,0,ELF::R_X86_64_64), in processRelocationRef()
1341 uint64_t GOTOffset = allocateGOTEntries(SectionID, 1); in processRelocationRef() local
1342 resolveGOTOffsetRelocation(SectionID, Offset, GOTOffset + Addend); in processRelocationRef()
1345 RelocationEntry RE = computeGOTOffsetRE(SectionID, GOTOffset, Value.Offset, ELF::R_X86_64_64); in processRelocationRef()
1400 …RuntimeDyldELF::resolveGOTOffsetRelocation(unsigned SectionID, uint64_t Offset, uint64_t GOTOffset) in resolveGOTOffsetRelocation() argument
1403 RelocationEntry GOTRE(SectionID, Offset, ELF::R_X86_64_PC32, GOTOffset); in resolveGOTOffsetRelocation()
1407 RelocationEntry RuntimeDyldELF::computeGOTOffsetRE(unsigned SectionID, uint64_t GOTOffset, uint64_t… in computeGOTOffsetRE() argument
1411 return RelocationEntry(GOTSectionID, GOTOffset, Type, SymbolOffset); in computeGOTOffsetRE()
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.h303 SDValue GOTOffset) const;
DSystemZISelLowering.cpp1956 SDValue GOTOffset) const { in lowerTLSGetOffset()
1966 Chain = DAG.getCopyToReg(Chain, DL, SystemZ::R2D, GOTOffset, Glue); in lowerTLSGetOffset()