Searched refs:GOTOffset (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyldELF.cpp | 343 int64_t GOTOffset = Value - GOTBase + Addend; in resolveX86_64Relocation() local 344 support::ulittle64_t::ref(Section.getAddressWithOffset(Offset)) = GOTOffset; in resolveX86_64Relocation() 1700 uint64_t GOTOffset = findOrAllocGOTEntry(Value, ELF::R_AARCH64_ABS64); in processRelocationRef() local 1701 resolveGOTOffsetRelocation(SectionID, Offset, GOTOffset + Addend, in processRelocationRef() 1705 uint64_t GOTOffset = findOrAllocGOTEntry(Value, ELF::R_AARCH64_ABS64); in processRelocationRef() local 1706 resolveGOTOffsetRelocation(SectionID, Offset, GOTOffset + Addend, in processRelocationRef() 1762 uint64_t GOTOffset = findOrAllocGOTEntry(Value, ELF::R_LARCH_64); in processRelocationRef() local 1763 resolveGOTOffsetRelocation(SectionID, Offset, GOTOffset + Addend, in processRelocationRef() 2187 uint64_t GOTOffset = allocateGOTEntries(1); in processRelocationRef() local 2193 resolveGOTOffsetRelocation(SectionID, StubOffset + 2, GOTOffset - 4, in processRelocationRef() [all …]
|
| H A D | RuntimeDyldELF.h | 130 uint64_t GOTOffset, uint32_t Type); 134 RelocationEntry computeGOTOffsetRE(uint64_t GOTOffset, uint64_t SymbolOffset,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.h | 698 SDValue GOTOffset) const;
|
| H A D | SystemZISelLowering.cpp | 4017 SDValue GOTOffset) const { in lowerTLSGetOffset() 4031 Chain = DAG.getCopyToReg(Chain, DL, SystemZ::R2D, GOTOffset, Glue); in lowerTLSGetOffset()
|