Searched refs:R_MIPS_GOTREL (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13-stable/contrib/llvm-project/lld/ELF/ |
| HD | Relocations.h | 94 R_MIPS_GOTREL, enumerator
|
| HD | Relocations.cpp | 221 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()
|
| HD | InputSection.cpp | 494 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/ |
| HD | Mips.cpp | 108 return R_MIPS_GOTREL; in getRelExpr()
|