| /freebsd/contrib/llvm-project/lld/ELF/Arch/ |
| H A D | MSP430.cpp | 57 return R_ABS; in getRelExpr()
|
| H A D | SPARCV9.cpp | 62 return R_ABS; in getRelExpr()
|
| H A D | AMDGPU.cpp | 184 return R_ABS; in getRelExpr()
|
| H A D | AVR.cpp | 90 return R_ABS; in getRelExpr()
|
| H A D | AArch64.cpp | 156 return R_ABS; in getRelExpr() 837 Relocation adrRel = {R_ABS, R_AARCH64_ADR_PREL_LO21, addRel.offset, in tryRelaxAdrpAdd() 905 Relocation addRel = {R_ABS, R_AARCH64_ADD_ABS_LO12_NC, ldrRel.offset, in tryRelaxAdrpLdr()
|
| H A D | LoongArch.cpp | 417 return R_ABS; in getRelExpr() 427 return isJirl(read32le(loc)) ? R_PLT : R_ABS; in getRelExpr() 1218 Relocation newRLo12 = {R_ABS, R_LARCH_PCALA_LO12, rLo12.offset, rLo12.addend, in tryGotToPCRel()
|
| H A D | ARM.cpp | 114 return R_ABS; in getRelExpr() 140 return ctx.arg.target1Rel ? R_PC : R_ABS; in getRelExpr() 145 return R_ABS; in getRelExpr()
|
| H A D | SystemZ.cpp | 94 return R_ABS; in getRelExpr()
|
| H A D | Hexagon.cpp | 119 return R_ABS; in getRelExpr()
|
| H A D | PPC.cpp | 232 return R_ABS; in getRelExpr()
|
| H A D | X86.cpp | 83 return R_ABS; in getRelExpr()
|
| H A D | Mips.cpp | 131 return R_ABS; in getRelExpr()
|
| H A D | X86_64.cpp | 372 return R_ABS; in getRelExpr()
|
| H A D | PPC64.cpp | 1011 return R_ABS; in getRelExpr()
|
| H A D | RISCV.cpp | 273 return R_ABS; in getRelExpr()
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | Relocations.cpp | 224 case R_ABS: in toPlt() 245 return R_ABS; in fromPlt() 891 sym, 0, R_ABS}); in addPltEntry() 902 R_ABS}); in addGotEntry() 909 ctx.in.got->addConstant({R_ABS, ctx.target->symbolicRel, off, 0, &sym}); in addGotEntry() 911 addRelativeReloc(ctx, *ctx.in.got, off, sym, 0, R_ABS, in addGotEntry() 924 R_ABS}); in addGotAuthEntry() 931 DynamicReloc::AddendOnlyWithTargetVA, sym, 0, R_ABS}); in addGotAuthEntry() 1164 addend, R_ABS}); in processAux() 1931 got->addConstant({R_ABS, ctx.target->tlsOffsetRel, offsetOff, 0, &sym}); in postScanRelocations() [all …]
|
| H A D | InputSection.cpp | 554 sec->addReloc({R_ABS, type, rel.offset, addend, &sym}); in copyRelocations() 776 case R_ABS: in getRelocTargetVA() 1076 if (tombstone && (expr == R_ABS || expr == R_DTPREL)) { in relocateNonAlloc() 1127 if (LLVM_LIKELY(expr == R_ABS) || expr == R_DTPREL || expr == R_GOTPLTREL || in relocateNonAlloc()
|
| H A D | Relocations.h | 41 R_ABS, enumerator
|
| H A D | SyntheticSections.cpp | 794 else if (sym.isPreemptible && expr == R_ABS) in addEntry() 1070 DynamicReloc::AgainstSymbolWithTargetVA, *s, 0, R_ABS}); in build() 1126 *p.first.first, p.first.second, R_ABS}); in build() 1704 R_ABS}); in addAddendOnlyRelocIfNonPreemptible() 1707 sym, 0, R_ABS, addendRelType); in addAddendOnlyRelocIfNonPreemptible()
|
| H A D | Thunks.cpp | 603 ctx.target->symbolicRel, R_ABS); in PPC64PILongBranchThunk()
|
| H A D | Writer.cpp | 1578 *reloc.sym, reloc.addend, R_ABS}); in finalizeAddressDependentContent()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | MachO.h | 398 R_ABS = 0, enumerator
|
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | MachOObjectFile.cpp | 4613 if (SecNum == MachO::R_ABS || SecNum > Sections.size()) in getAnyRelocationSection()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | MachODump.cpp | 933 if (r_symbolnum == MachO::R_ABS) in PrintRelocationEntries()
|