Searched refs:R_GOT_OFF (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/lld/ELF/Arch/ |
H A D | SPARCV9.cpp | 70 return R_GOT_OFF; in getRelExpr() 72 return R_GOT_OFF; in getRelExpr()
|
H A D | PPC.cpp | 242 return R_GOT_OFF; in getRelExpr() 253 return R_GOT_OFF; in getRelExpr()
|
H A D | PPC64.cpp | 1017 return R_GOT_OFF; in getRelExpr() 1062 return R_GOT_OFF; in getRelExpr()
|
H A D | ARM.cpp | 129 return R_GOT_OFF; in getRelExpr()
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | Relocations.h | 37 R_GOT_OFF, enumerator
|
H A D | Relocations.cpp | 212 return oneof<R_GOT, R_GOT_OFF, R_MIPS_GOT_LOCAL_PAGE, R_MIPS_GOT_OFF, in needsGot() 987 if (oneof<R_GOTPLT, R_GOT_OFF, R_RELAX_HINT, R_MIPS_GOT_LOCAL_PAGE, in isStaticLinkTimeConstant() 1419 R_LOONGARCH_GOT_PAGE_PC, R_GOT_OFF, R_TLSIE_HINT>(expr)) { in handleTlsRelocation()
|
H A D | InputSection.cpp | 760 case R_GOT_OFF: in getRelocTargetVA()
|