Searched refs:R_MIPS_GOTREL (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/lld/ELF/ |
D | Relocations.h | 86 R_MIPS_GOTREL, enumerator
|
D | Relocations.cpp | 387 return oneof<R_PC, R_GOTREL, R_GOTPLTREL, R_MIPS_GOTREL, R_PPC64_CALL, in isRelExpr() 405 R_MIPS_GOT_LOCAL_PAGE, R_MIPS_GOTREL, R_MIPS_GOT_OFF, in isStaticLinkTimeConstant() 627 if (expr == R_MIPS_GOTREL && isLocal) in computeMipsAddend()
|
D | InputSection.cpp | 477 target->getRelExpr(type, sym, bufLoc) == R_MIPS_GOTREL) { in copyRelocations() 711 case R_MIPS_GOTREL: in getRelocTargetVA()
|
/external/llvm-project/lld/ELF/Arch/ |
D | Mips.cpp | 111 return R_MIPS_GOTREL; in getRelExpr()
|