Searched refs:GOTOffset (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.h | 93 uint64_t GOTOffset); 98 uint64_t GOTOffset,
|
D | RuntimeDyldELF.cpp | 1322 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/ |
D | SystemZISelLowering.h | 303 SDValue GOTOffset) const;
|
D | SystemZISelLowering.cpp | 1956 SDValue GOTOffset) const { in lowerTLSGetOffset() 1966 Chain = DAG.getCopyToReg(Chain, DL, SystemZ::R2D, GOTOffset, Glue); in lowerTLSGetOffset()
|