Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DMSP430.cpp58 return R_ABS; in getRelExpr()
H A DSPARCV9.cpp63 return R_ABS; in getRelExpr()
H A DAMDGPU.cpp184 return R_ABS; in getRelExpr()
H A DAArch64.cpp122 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 DAVR.cpp91 return R_ABS; in getRelExpr()
H A DLoongArch.cpp394 return R_ABS; in getRelExpr()
404 return isJirl(read32le(loc)) ? R_PLT : R_ABS; in getRelExpr()
H A DHexagon.cpp106 return R_ABS; in getRelExpr()
H A DARM.cpp111 return R_ABS; in getRelExpr()
137 return config->target1Rel ? R_PC : R_ABS; in getRelExpr()
142 return R_ABS; in getRelExpr()
H A DPPC.cpp228 return R_ABS; in getRelExpr()
H A DX86.cpp78 return R_ABS; in getRelExpr()
H A DMips.cpp133 return R_ABS; in getRelExpr()
H A DX86_64.cpp360 return R_ABS; in getRelExpr()
H A DPPC64.cpp1010 return R_ABS; in getRelExpr()
H A DRISCV.cpp274 return R_ABS; in getRelExpr()
/freebsd/contrib/llvm-project/lld/ELF/
H A DRelocations.cpp235 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 DInputSection.cpp518 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 DRelocations.h33 R_ABS, enumerator
H A DSyntheticSections.cpp747 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 DThunks.cpp480 target->symbolicRel, R_ABS); in PPC64PILongBranchThunk()
H A DWriter.cpp1491 *reloc.sym, reloc.addend, R_ABS}); in finalizeAddressDependentContent()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h398 R_ABS = 0,
397 R_ABS = 0, global() enumerator
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp4614 if (SecNum == MachO::R_ABS || SecNum > Sections.size()) in getAnyRelocationSection()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp937 if (r_symbolnum == MachO::R_ABS) in PrintRelocationEntries()