Home
last modified time | relevance | path

Searched refs:R_RELAX_HINT (Results 1 – 6 of 6) sorted by relevance

/freebsd-head/contrib/llvm-project/lld/ELF/
HDTarget.cpp173 if (rel.expr != R_RELAX_HINT) in relocateAlloc()
HDRelocations.h52 R_RELAX_HINT, enumerator
HDInputSection.cpp732 case R_RELAX_HINT: in getRelocTargetVA()
HDRelocations.cpp987 if (oneof<R_GOTPLT, R_GOT_OFF, R_RELAX_HINT, R_MIPS_GOT_LOCAL_PAGE, in isStaticLinkTimeConstant()
/freebsd-head/contrib/llvm-project/lld/ELF/Arch/
HDLoongArch.cpp498 return config->relax ? R_RELAX_HINT : R_NONE; in getRelExpr()
500 return R_RELAX_HINT; in getRelExpr()
HDRISCV.cpp321 return R_RELAX_HINT; in getRelExpr()
324 return config->relax ? R_RELAX_HINT : R_NONE; in getRelExpr()
610 case R_RELAX_HINT: in relocateAlloc()