Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lld/ELF/
HDRelocations.h42 R_GOTPLTREL, enumerator
HDRelocations.cpp221 return oneof<R_PC, R_GOTREL, R_GOTPLTREL, R_ARM_PCA, R_MIPS_GOTREL, in isRelExpr()
258 return R_GOTPLTREL; in fromPlt()
1523 if (oneof<R_GOTPLTONLY_PC, R_GOTPLTREL, R_GOTPLT, R_PLT_GOTPLT, in scanOne()
HDInputSection.cpp754 case R_GOTPLTREL: in getRelocTargetVA()
1059 if (LLVM_LIKELY(expr == R_ABS) || expr == R_DTPREL || expr == R_GOTPLTREL || in relocateNonAlloc()
/freebsd-head/contrib/llvm-project/lld/ELF/Arch/
HDHexagon.cpp137 return R_GOTPLTREL; in getRelExpr()
HDX86.cpp140 return R_GOTPLTREL; in getRelExpr()
HDX86_64.cpp394 return R_GOTPLTREL; in getRelExpr()