Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DRelocations.h86 R_MIPS_GOTREL, enumerator
DRelocations.cpp387 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()
DInputSection.cpp477 target->getRelExpr(type, sym, bufLoc) == R_MIPS_GOTREL) { in copyRelocations()
711 case R_MIPS_GOTREL: in getRelocTargetVA()
/external/llvm-project/lld/ELF/Arch/
DMips.cpp111 return R_MIPS_GOTREL; in getRelExpr()