Lines Matching refs:strip
137 { "strip-all", 's', NULL, 0, N_("Strip all symbols."), 0 },
138 { "strip-debug", 'S', NULL, 0, N_("Strip debugging symbols."), 0 },
601 ld_state.strip = strip_debug;
691 if (ld_state.strip == strip_all)
692 ld_state.strip = strip_everything;
694 ld_state.strip = strip_all;