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