Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp329 int64_t GOTOffset = Value - GOTBase + Addend; in resolveX86_64Relocation() local
330 support::ulittle64_t::ref(Section.getAddressWithOffset(Offset)) = GOTOffset; in resolveX86_64Relocation()
1201 uint64_t GOTOffset = findOrAllocGOTEntry(Value, ELF::R_AARCH64_ABS64); in processRelocationRef() local
1202 resolveGOTOffsetRelocation(SectionID, Offset, GOTOffset + Addend, in processRelocationRef()
1206 uint64_t GOTOffset = findOrAllocGOTEntry(Value, ELF::R_AARCH64_ABS64); in processRelocationRef() local
1207 resolveGOTOffsetRelocation(SectionID, Offset, GOTOffset + Addend, in processRelocationRef()
1685 uint64_t GOTOffset = allocateGOTEntries(1); in processRelocationRef() local
1688 resolveGOTOffsetRelocation(SectionID, StubOffset + 2, GOTOffset - 4, in processRelocationRef()
1693 computeGOTOffsetRE(GOTOffset, 0, ELF::R_X86_64_64), in processRelocationRef()
1708 uint64_t GOTOffset = allocateGOTEntries(1); in processRelocationRef() local
[all …]
DRuntimeDyldELF.h114 uint64_t GOTOffset, uint32_t Type);
118 RelocationEntry computeGOTOffsetRE(uint64_t GOTOffset, uint64_t SymbolOffset,
/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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.h546 SDValue GOTOffset) const;
DSystemZISelLowering.cpp2641 SDValue GOTOffset) const { in lowerTLSGetOffset()
2651 Chain = DAG.getCopyToReg(Chain, DL, SystemZ::R2D, GOTOffset, Glue); in lowerTLSGetOffset()