Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp344 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
[all …]
H A DRuntimeDyldELF.h111 // Resolve the relative address of GOTOffset in Section ID and place
114 uint64_t GOTOffset, uint32_t Type);
118 RelocationEntry computeGOTOffsetRE(uint64_t GOTOffset, uint64_t SymbolOffset,
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h674 SDValue GOTOffset) const;
H A DSystemZISelLowering.cpp3561 SDValue GOTOffset) const { in lowerTLSGetOffset()
3575 Chain = DAG.getCopyToReg(Chain, DL, SystemZ::R2D, GOTOffset, Glue); in lowerTLSGetOffset()