Home | History | Annotate | Download | only in src

Lines Matching refs:N_

72   { NULL, 0, NULL, 0, N_("Output selection:"), 0 },
73 { "output", 'o', "FILE", 0, N_("Place stripped output into FILE"), 0 },
74 { NULL, 'f', "FILE", 0, N_("Extract the removed sections into FILE"), 0 },
75 { NULL, 'F', "FILE", 0, N_("Embed name FILE instead of -f argument"), 0 },
77 { NULL, 0, NULL, 0, N_("Output options:"), 0 },
79 { "strip-debug", 'g', NULL, 0, N_("Remove all debugging symbols"), 0 },
83 N_("Copy modified/access timestamps to the output"), 0 },
85 N_("Remove .comment section"), 0 },
88 N_("Relax a few rules to handle slightly broken ELF files"), 0 },
93 static const char doc[] = N_("Discard symbols from object files.");
96 static const char args_doc[] = N_("[FILE...]");