Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
1315 uint64_t GOTOffset = findOrAllocGOTEntry(Value, ELF::R_AARCH64_ABS64); in processRelocationRef() local
1316 resolveGOTOffsetRelocation(SectionID, Offset, GOTOffset + Addend, in processRelocationRef()
1320 uint64_t GOTOffset = findOrAllocGOTEntry(Value, ELF::R_AARCH64_ABS64); in processRelocationRef() local
1321 resolveGOTOffsetRelocation(SectionID, Offset, GOTOffset + Addend, in processRelocationRef()
1795 uint64_t GOTOffset = allocateGOTEntries(1); in processRelocationRef() local
1801 resolveGOTOffsetRelocation(SectionID, StubOffset + 2, GOTOffset - 4, in processRelocationRef()
1806 computeGOTOffsetRE(GOTOffset, 0, ELF::R_X86_64_64), in processRelocationRef()
1821 uint64_t GOTOffset = allocateGOTEntries(1); in processRelocationRef() local
[all …]
H A DRuntimeDyldELF.h114 uint64_t GOTOffset, uint32_t Type);
118 RelocationEntry computeGOTOffsetRE(uint64_t GOTOffset, uint64_t SymbolOffset,
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h637 SDValue GOTOffset) const;
H A DSystemZISelLowering.cpp3258 SDValue GOTOffset) const { in lowerTLSGetOffset()
3272 Chain = DAG.getCopyToReg(Chain, DL, SystemZ::R2D, GOTOffset, Glue); in lowerTLSGetOffset()