Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/Arch/
DSPARCV9.cpp72 return R_GOT_OFF; in getRelExpr()
74 return R_GOT_OFF; in getRelExpr()
DPPC.cpp240 return R_GOT_OFF; in getRelExpr()
251 return R_GOT_OFF; in getRelExpr()
DPPC64.cpp966 return R_GOT_OFF; in getRelExpr()
1011 return R_GOT_OFF; in getRelExpr()
DARM.cpp105 return R_GOT_OFF; in getRelExpr()
/external/llvm-project/lld/ELF/
DRelocations.h37 R_GOT_OFF, enumerator
DRelocations.cpp319 if (oneof<R_GOT, R_GOTPLT, R_GOT_PC, R_AARCH64_GOT_PAGE_PC, R_GOT_OFF, in handleTlsRelocation()
379 return oneof<R_GOT, R_GOT_OFF, R_MIPS_GOT_LOCAL_PAGE, R_MIPS_GOT_OFF, in needsGot()
404 if (oneof<R_DTPREL, R_GOTPLT, R_GOT_OFF, R_TLSLD_GOT_OFF, in isStaticLinkTimeConstant()
DInputSection.cpp702 case R_GOT_OFF: in getRelocTargetVA()