Searched refs:R_GOTREL (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | Relocations.h | 43 R_GOTREL, enumerator
|
H A D | Relocations.cpp | 221 return oneof<R_PC, R_GOTREL, R_GOTPLTREL, R_ARM_PCA, R_MIPS_GOTREL, in isRelExpr() 237 case R_GOTREL: in toPlt() 260 return R_GOTREL; in fromPlt() 1526 } else if (oneof<R_GOTONLY_PC, R_GOTREL, R_PPC32_PLTREL, R_PPC64_TOCBASE, in scanOne()
|
H A D | InputSection.cpp | 751 case R_GOTREL: in getRelocTargetVA()
|
/freebsd/contrib/llvm-project/lld/ELF/Arch/ |
H A D | PPC64.cpp | 1022 return R_GOTREL; in getRelExpr() 1029 return config->tocOptimize ? R_PPC64_RELAX_TOC : R_GOTREL; in getRelExpr()
|
H A D | ARM.cpp | 126 return R_GOTREL; in getRelExpr()
|