Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DRelocations.cpp636 uint32_t pairTy = getMipsPairType(type, isLocal); in computeMipsAddend() local
637 if (pairTy == R_MIPS_NONE) in computeMipsAddend()
646 if (ri->getType(config->isMips64EL) == pairTy && in computeMipsAddend()
648 return target->getImplicitAddend(buf + ri->r_offset, pairTy); in computeMipsAddend()
650 warn("can't find matching " + toString(pairTy) + " relocation for " + in computeMipsAddend()