Home | History | Annotate | Download | only in src

Lines Matching refs:N_

74   { NULL, 0, NULL, 0, N_("Output selection:"), 0 },
75 { "debug-syms", 'a', NULL, 0, N_("Display debugger-only symbols"), 0 },
76 { "defined-only", OPT_DEFINED, NULL, 0, N_("Display only defined symbols"),
79 N_("Display dynamic symbols instead of normal symbols"), 0 },
80 { "extern-only", 'g', NULL, 0, N_("Display only external symbols"), 0 },
81 { "undefined-only", 'u', NULL, 0, N_("Display only undefined symbols"), 0 },
83 N_("Include index for symbols from archive members"), 0 },
85 { NULL, 0, NULL, 0, N_("Output format:"), 0 },
87 N_("Print name of the input file before every symbol"), 0 },
90 N_("Use the output format FORMAT. FORMAT can be `bsd', `sysv' or `posix'. The default is `sysv'"),
92 { NULL, 'B', NULL, 0, N_("Same as --format=bsd"), 0 },
93 { "portability", 'P', NULL, 0, N_("Same as --format=posix"), 0 },
94 { "radix", 't', "RADIX", 0, N_("Use RADIX for printing symbol values"), 0 },
95 { "mark-weak", OPT_MARK_WEAK, NULL, 0, N_("Mark weak symbols"), 0 },
96 { "print-size", 'S', NULL, 0, N_("Print size of defined symbols"), 0 },
98 { NULL, 0, NULL, 0, N_("Output options:"), 0 },
99 { "numeric-sort", 'n', NULL, 0, N_("Sort symbols numerically by address"),
101 { "no-sort", 'p', NULL, 0, N_("Do not sort the symbols"), 0 },
102 { "reverse-sort", 'r', NULL, 0, N_("Reverse the sense of the sort"), 0 },
103 { NULL, 0, NULL, 0, N_("Miscellaneous:"), 0 },
108 static const char doc[] = N_("List symbols from FILEs (a.out by default).");
111 static const char args_doc[] = N_("[FILE...]");