Searched refs:R_GOTPLTREL (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | Relocations.h | 42 R_GOTPLTREL, enumerator
|
H A D | Relocations.cpp | 221 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()
|
H A D | InputSection.cpp | 754 case R_GOTPLTREL: in getRelocTargetVA() 1059 if (LLVM_LIKELY(expr == R_ABS) || expr == R_DTPREL || expr == R_GOTPLTREL || in relocateNonAlloc()
|
/freebsd/contrib/llvm-project/lld/ELF/Arch/ |
H A D | Hexagon.cpp | 137 return R_GOTPLTREL; in getRelExpr()
|
H A D | X86.cpp | 140 return R_GOTPLTREL; in getRelExpr()
|
H A D | X86_64.cpp | 394 return R_GOTPLTREL; in getRelExpr()
|