Home
last modified time | relevance | path

Searched refs:R_GOT_OFF (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DSPARCV9.cpp70 return R_GOT_OFF; in getRelExpr()
72 return R_GOT_OFF; in getRelExpr()
H A DPPC.cpp242 return R_GOT_OFF; in getRelExpr()
253 return R_GOT_OFF; in getRelExpr()
H A DPPC64.cpp1017 return R_GOT_OFF; in getRelExpr()
1062 return R_GOT_OFF; in getRelExpr()
H A DARM.cpp129 return R_GOT_OFF; in getRelExpr()
/freebsd/contrib/llvm-project/lld/ELF/
H A DRelocations.h37 R_GOT_OFF, enumerator
H A DRelocations.cpp212 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 DInputSection.cpp760 case R_GOT_OFF: in getRelocTargetVA()