Home
last modified time | relevance | path

Searched refs:R_MIPS_GOTREL (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DRelocations.h94 R_MIPS_GOTREL, enumerator
H A DRelocations.cpp221 return oneof<R_PC, R_GOTREL, R_GOTPLTREL, R_ARM_PCA, R_MIPS_GOTREL, in isRelExpr()
492 if (expr == R_MIPS_GOTREL && isLocal) in computeMipsAddend()
988 R_MIPS_GOTREL, R_MIPS_GOT_OFF, R_MIPS_GOT_OFF32, R_MIPS_GOT_GP_PC, in isStaticLinkTimeConstant()
H A DInputSection.cpp494 target.getRelExpr(type, sym, bufLoc) == R_MIPS_GOTREL) { in copyRelocations()
779 case R_MIPS_GOTREL: in getRelocTargetVA()
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DMips.cpp108 return R_MIPS_GOTREL; in getRelExpr()