Home | History | Annotate | Download | only in src

Lines Matching refs:N_

67   { NULL, 0, NULL, 0, N_("Output selection:"), 0 },
68 { "output", 'o', "FILE", 0, N_("Place stripped output into FILE"), 0 },
69 { NULL, 'f', "FILE", 0, N_("Extract the removed sections into FILE"), 0 },
70 { NULL, 'F', "FILE", 0, N_("Embed name FILE instead of -f argument"), 0 },
72 { NULL, 0, NULL, 0, N_("Output options:"), 0 },
74 { "strip-debug", 'g', NULL, 0, N_("Remove all debugging symbols"), 0 },
78 N_("Remove section headers (not recommended)"), 0 },
80 N_("Copy modified/access timestamps to the output"), 0 },
82 N_("Resolve all trivial relocations between debug sections if the removed sections are placed in a debug file (only relevant for ET_REL files, operation is not reversable, needs -f)"), 0 },
84 N_("Remove .comment section"), 0 },
87 N_("Relax a few rules to handle slightly broken ELF files"), 0 },
92 static const char doc[] = N_("Discard symbols from object files.");
95 static const char args_doc[] = N_("[FILE...]");