/freebsd/contrib/llvm-project/lld/ELF/Arch/ |
H A D | MSP430.cpp | 58 return R_ABS; in getRelExpr()
|
H A D | SPARCV9.cpp | 63 return R_ABS; in getRelExpr()
|
H A D | AMDGPU.cpp | 184 return R_ABS; in getRelExpr()
|
H A D | AArch64.cpp | 122 return R_ABS; in getRelExpr() 781 Relocation adrRel = {R_ABS, R_AARCH64_ADR_PREL_LO21, addRel.offset, in tryRelaxAdrpAdd() 849 Relocation addRel = {R_ABS, R_AARCH64_ADD_ABS_LO12_NC, ldrRel.offset, in tryRelaxAdrpLdr()
|
H A D | AVR.cpp | 91 return R_ABS; in getRelExpr()
|
H A D | LoongArch.cpp | 394 return R_ABS; in getRelExpr() 404 return isJirl(read32le(loc)) ? R_PLT : R_ABS; in getRelExpr()
|
H A D | Hexagon.cpp | 106 return R_ABS; in getRelExpr()
|
H A D | ARM.cpp | 111 return R_ABS; in getRelExpr() 137 return config->target1Rel ? R_PC : R_ABS; in getRelExpr() 142 return R_ABS; in getRelExpr()
|
H A D | PPC.cpp | 228 return R_ABS; in getRelExpr()
|
H A D | X86.cpp | 78 return R_ABS; in getRelExpr()
|
H A D | Mips.cpp | 133 return R_ABS; in getRelExpr()
|
H A D | X86_64.cpp | 360 return R_ABS; in getRelExpr()
|
H A D | PPC64.cpp | 1010 return R_ABS; in getRelExpr()
|
H A D | RISCV.cpp | 274 return R_ABS; in getRelExpr()
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | Relocations.cpp | 235 case R_ABS: in toPlt() 256 return R_ABS; in fromPlt() 921 sym, 0, R_ABS}); in addPltEntry() 931 DynamicReloc::AgainstSymbol, sym, 0, R_ABS}); in addGotEntry() 938 in.got->addConstant({R_ABS, target->symbolicRel, off, 0, &sym}); in addGotEntry() 940 addRelativeReloc(*in.got, off, sym, 0, R_ABS, target->symbolicRel); in addGotEntry() 1169 addend, R_ABS}); in processAux() 1837 got->addConstant({R_ABS, target->tlsOffsetRel, offsetOff, 0, &sym}); in postScanRelocations() 1847 {R_ABS, target->tlsOffsetRel, sym.getGotOffset(), 0, &sym}); in postScanRelocations()
|
H A D | InputSection.cpp | 518 sec->addReloc({R_ABS, type, rel.offset, addend, &sym}); in copyRelocations() 722 case R_ABS: in getRelocTargetVA() 1008 if (tombstone && (expr == R_ABS || expr == R_DTPREL)) { in relocateNonAlloc() 1059 if (LLVM_LIKELY(expr == R_ABS) || expr == R_DTPREL || expr == R_GOTPLTREL || in relocateNonAlloc()
|
H A D | Relocations.h | 33 R_ABS, enumerator
|
H A D | SyntheticSections.cpp | 747 else if (sym.isPreemptible && expr == R_ABS) in addEntry() 1022 *s, 0, R_ABS}); in build() 1077 *p.first.first, p.first.second, R_ABS}); in build() 1647 R_ABS}); in addAddendOnlyRelocIfNonPreemptible() 1650 sym, 0, R_ABS, addendRelType); in addAddendOnlyRelocIfNonPreemptible()
|
H A D | Thunks.cpp | 480 target->symbolicRel, R_ABS); in PPC64PILongBranchThunk()
|
H A D | Writer.cpp | 1491 *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, 397 R_ABS = 0, global() enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | MachOObjectFile.cpp | 4614 if (SecNum == MachO::R_ABS || SecNum > Sections.size()) in getAnyRelocationSection()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | MachODump.cpp | 937 if (r_symbolnum == MachO::R_ABS) in PrintRelocationEntries()
|