Lines Matching refs:Needed
618 // Return TRUE if this is a section whose contents will be needed in the
668 // to the uncompressed size and (if needed) the decompressed contents.
1291 a two-pass approach is not needed. */
1890 // decided it is not needed. Avoid reverting that decision.
2189 // If needed, add the symbol to the dynamic symbol table string pool.
2939 const Dynobj::Needed& needed((*p)->needed());
2941 Dynobj::Needed::const_iterator pneeded;
2942 for (pneeded = needed.begin(); pneeded != needed.end(); ++pneeded)
2952 // --copy-dt-needed-entries aka --add-needed is a GNU ld option
2963 optname = "--copy-dt-needed-entries";
2965 optname = "--add-needed";