Lines Matching defs:isLocal
165 static RelType getMipsPairType(RelType type, bool isLocal) {
178 return isLocal ? R_MIPS_LO16 : R_MIPS_NONE;
180 return isLocal ? R_MICROMIPS_LO16 : R_MIPS_NONE;
474 int64_t computeMipsAddend(const RelTy &rel, RelExpr expr, bool isLocal) const;
491 bool isLocal) const {
492 if (expr == R_MIPS_GOTREL && isLocal)
502 uint32_t pairTy = getMipsPairType(type, isLocal);
611 if (s->isLocal() && s->isDefined() && !s->getName().empty())
832 bool canBeExternal = !sym.isLocal() && sym.visibility() == STV_DEFAULT;
1468 addend += computeMipsAddend<ELFT>(rel, expr, sym.isLocal());