Lines Matching defs:undefined
621 if (auto *undefined = dyn_cast<Undefined>(config->entry))
622 treatUndefinedSymbol(*undefined, "the entry point");
624 // FIXME: This prints symbols that are undefined both in input files and
627 if (const auto *undefined = dyn_cast<Undefined>(sym))
628 treatUndefinedSymbol(*undefined, "-u");
635 if (const auto *undefined = dyn_cast<Undefined>(sym))
636 treatUndefinedSymbol(*undefined, "-exported_symbol(s_list)");
704 if (auto *undefined = dyn_cast<Undefined>(sym))
705 treatUndefinedSymbol(*undefined, isec, r.offset);
750 // Although this stub symbol is yet undefined, addSym() was called
1305 // Do not proceed if there were undefined or duplicate symbols.