Lines Matching defs:undefined
646 if (auto *undefined = dyn_cast<Undefined>(config->entry))
647 treatUndefinedSymbol(*undefined, "the entry point");
649 // FIXME: This prints symbols that are undefined both in input files and
652 if (const auto *undefined = dyn_cast<Undefined>(sym))
653 treatUndefinedSymbol(*undefined, "-u");
660 if (const auto *undefined = dyn_cast<Undefined>(sym))
661 treatUndefinedSymbol(*undefined, "-exported_symbol(s_list)");
729 if (auto *undefined = dyn_cast<Undefined>(sym))
730 treatUndefinedSymbol(*undefined, isec, r.offset);
775 // Although this stub symbol is yet undefined, addSym() was called
1332 // Do not proceed if there were undefined or duplicate symbols.