Lines Matching refs:strip
190 { {"strip-all", no_argument, NULL, 's'},
191 's', NULL, N_("Strip all symbols"), TWO_DASHES },
192 { {"strip-debug", no_argument, NULL, 'S'},
193 'S', NULL, N_("Strip debugging symbols"), TWO_DASHES },
194 { {"strip-discarded", no_argument, NULL, OPTION_STRIP_DISCARDED},
195 '\0', NULL, N_("Strip symbols in discarded sections"), TWO_DASHES },
196 { {"no-strip-discarded", no_argument, NULL, OPTION_NO_STRIP_DISCARDED},
197 '\0', NULL, N_("Do not strip symbols in discarded sections"), TWO_DASHES },
1099 link_info.strip = strip_debugger;
1102 link_info.strip = strip_all;
1586 /* Treat ld -r -s as ld -r -S -x (i.e., strip all local symbols). I
1589 if (link_info.relocatable && link_info.strip == strip_all)
1591 link_info.strip = strip_debugger;