Home
last modified time | relevance | path

Searched refs:R_ABS (Results 1 – 24 of 24) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DMSP430.cpp57 return R_ABS; in getRelExpr()
H A DSPARCV9.cpp62 return R_ABS; in getRelExpr()
H A DAMDGPU.cpp184 return R_ABS; in getRelExpr()
H A DAVR.cpp90 return R_ABS; in getRelExpr()
H A DAArch64.cpp156 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 DLoongArch.cpp417 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 DARM.cpp114 return R_ABS; in getRelExpr()
140 return ctx.arg.target1Rel ? R_PC : R_ABS; in getRelExpr()
145 return R_ABS; in getRelExpr()
H A DSystemZ.cpp94 return R_ABS; in getRelExpr()
H A DHexagon.cpp119 return R_ABS; in getRelExpr()
H A DPPC.cpp232 return R_ABS; in getRelExpr()
H A DX86.cpp83 return R_ABS; in getRelExpr()
H A DMips.cpp131 return R_ABS; in getRelExpr()
H A DX86_64.cpp372 return R_ABS; in getRelExpr()
H A DPPC64.cpp1011 return R_ABS; in getRelExpr()
H A DRISCV.cpp273 return R_ABS; in getRelExpr()
/freebsd/contrib/llvm-project/lld/ELF/
H A DRelocations.cpp224 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 DInputSection.cpp554 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 DRelocations.h41 R_ABS, enumerator
H A DSyntheticSections.cpp794 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 DThunks.cpp603 ctx.target->symbolicRel, R_ABS); in PPC64PILongBranchThunk()
H A DWriter.cpp1578 *reloc.sym, reloc.addend, R_ABS}); in finalizeAddressDependentContent()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h398 R_ABS = 0, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp4613 if (SecNum == MachO::R_ABS || SecNum > Sections.size()) in getAnyRelocationSection()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp933 if (r_symbolnum == MachO::R_ABS) in PrintRelocationEntries()