Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DRelocations.cpp502 uint32_t pairTy = getMipsPairType(type, isLocal); in computeMipsAddend() local
503 if (pairTy == R_MIPS_NONE) in computeMipsAddend()
512 if (ri->getType(config->isMips64EL) == pairTy && in computeMipsAddend()
514 return target->getImplicitAddend(buf + ri->r_offset, pairTy); in computeMipsAddend()
516 warn("can't find matching " + toString(pairTy) + " relocation for " + in computeMipsAddend()