Lines Matching refs:isLocal
103 if (rel.sym && !rel.sym->isLocal()) in reportRangeError()
336 static RelType getMipsPairType(RelType type, bool isLocal) { in getMipsPairType() argument
349 return isLocal ? R_MIPS_LO16 : R_MIPS_NONE; in getMipsPairType()
351 return isLocal ? R_MICROMIPS_LO16 : R_MIPS_NONE; in getMipsPairType()
639 bool isLocal) { in computeMipsAddend() argument
640 if (expr == R_MIPS_GOTREL && isLocal) in computeMipsAddend()
649 uint32_t pairTy = getMipsPairType(type, isLocal); in computeMipsAddend()
674 bool isLocal) { in computeAddend() argument
688 addend += computeMipsAddend<ELFT>(rel, end, sec, expr, isLocal); in computeAddend()
774 if (s->isLocal() && s->isDefined() && !s->getName().empty()) in getAlternativeSpelling()
972 bool canBeExternal = !sym.isLocal() && sym.visibility == STV_DEFAULT; in maybeReportUndefined()
1338 int64_t addend = computeAddend<ELFT>(rel, end, sec, expr, sym.isLocal()); in scanReloc()