Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lld/ELF/
HDRelocations.h94 R_MIPS_GOTREL, enumerator
HDRelocations.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()
HDInputSection.cpp494 target.getRelExpr(type, sym, bufLoc) == R_MIPS_GOTREL) { in copyRelocations()
779 case R_MIPS_GOTREL: in getRelocTargetVA()
/freebsd-13-stable/contrib/llvm-project/lld/ELF/Arch/
HDMips.cpp108 return R_MIPS_GOTREL; in getRelExpr()