Lines Matching defs:isLocal
153 static RelType getMipsPairType(RelType type, bool isLocal) {
166 return isLocal ? R_MIPS_LO16 : R_MIPS_NONE;
168 return isLocal ? R_MICROMIPS_LO16 : R_MIPS_NONE;
467 int64_t computeMipsAddend(const RelTy &rel, RelExpr expr, bool isLocal) const;
487 bool isLocal) const {
488 if (expr == RE_MIPS_GOTREL && isLocal)
498 RelType pairTy = getMipsPairType(type, isLocal);
585 if (s->isLocal() && s->isDefined() && !s->getName().empty())
804 bool canBeExternal = !sym.isLocal() && sym.visibility() == STV_DEFAULT;
1512 addend += computeMipsAddend<ELFT>(rel, expr, sym.isLocal());