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

/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DRelocations.cpp626 uint32_t pairTy = getMipsPairType(type, isLocal); local
627 if (pairTy == R_MIPS_NONE)
636 if (ri->getType(config->isMips64EL) == pairTy &&
638 return target->getImplicitAddend(buf + ri->r_offset, pairTy);
640 warn("can't find matching " + toString(pairTy) + " relocation for " +

Completed in 120 milliseconds