Home
last modified time | relevance | path

Searched refs:R_NONE (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DSPARCV9.cpp76 return R_NONE; in getRelExpr()
83 return R_NONE; in getRelExpr()
H A DX86_64.cpp159 if (is.relocs()[i].offset == offset && is.relocs()[i].expr != R_NONE) in getRelocationWithOffset()
266 r.expr = R_NONE; in deleteFallThruJmpInsn()
304 r.expr = R_NONE; in deleteFallThruJmpInsn()
401 return R_NONE; in getRelExpr()
405 return R_NONE; in getRelExpr()
1042 if (rel.expr == R_NONE) // See deleteFallThruJmpInsn in relocateAlloc()
H A DMips.cpp93 return R_NONE; in getRelExpr()
101 return R_NONE; in getRelExpr()
103 return R_NONE; in getRelExpr()
192 return R_NONE; in getRelExpr()
196 return R_NONE; in getRelExpr()
H A DHexagon.cpp93 return R_NONE; in getRelExpr()
158 return R_NONE; in getRelExpr()
H A DLoongArch.cpp387 return R_NONE; in getRelExpr()
498 return config->relax ? R_RELAX_HINT : R_NONE; in getRelExpr()
532 return R_NONE; in getRelExpr()
H A DPPC.cpp222 return R_NONE; in getRelExpr()
268 return R_NONE; in getRelExpr()
H A DAMDGPU.cpp198 return R_NONE; in getRelExpr()
H A DX86.cpp146 return R_NONE; in getRelExpr()
150 return R_NONE; in getRelExpr()
H A DAVR.cpp98 return R_NONE; in getRelExpr()
H A DRISCV.cpp267 return R_NONE; in getRelExpr()
324 return config->relax ? R_RELAX_HINT : R_NONE; in getRelExpr()
331 return R_NONE; in getRelExpr()
H A DARM.cpp184 return R_NONE; in getRelExpr()
192 return R_NONE; in getRelExpr()
196 return R_NONE; in getRelExpr()
H A DAArch64.cpp181 return R_NONE; in getRelExpr()
185 return R_NONE; in getRelExpr()
H A DPPC64.cpp996 return R_NONE; in getRelExpr()
1102 return R_NONE; in getRelExpr()
/freebsd/contrib/llvm-project/lld/ELF/
H A DTarget.h92 relocate(loc, Relocation{R_NONE, type, 0, 0, nullptr}, val); in relocateNoSym()
H A DRelocations.h46 R_NONE, enumerator
H A DInputSection.cpp415 return Relocation{R_NONE, rel.getType(config->isMips64EL), rel.r_offset, in copyRelocations()
982 if (expr == R_NONE) in relocateNonAlloc()
H A DRelocations.cpp1473 if (expr == R_NONE) in scanOne()