Home | History | Annotate | Download | only in src

Lines Matching refs:N_

51   { NULL, 0, NULL, 0, N_("Output format:") },
52 { "format", OPT_FORMAT, "FORMAT", 0, N_("Use the output format FORMAT. FORMAT can be `bsd' or `sysv'. The default is `bsd'") },
53 { NULL, 'A', NULL, 0, N_("Same as `--format=sysv'") },
54 { NULL, 'B', NULL, 0, N_("Same as `--format=bsd'") },
55 { "radix", OPT_RADIX, "RADIX", 0, N_("Use RADIX for printing symbol values") },
56 { NULL, 'd', NULL, 0, N_("Same as `--radix=10'") },
57 { NULL, 'o', NULL, 0, N_("Same as `--radix=8'") },
58 { NULL, 'x', NULL, 0, N_("Same as `--radix=16'") },
59 { NULL, 'f', NULL, 0, N_("Similar to `--format=sysv' output but in one line") },
61 { NULL, 0, NULL, 0, N_("Output options:") },
62 { NULL, 'F', NULL, 0, N_("Print size and permission flags for loadable segments") },
63 { "totals", 't', NULL, 0, N_("Display the total sizes (bsd only)") },
68 static const char doc[] = N_("\
72 static const char args_doc[] = N_("[FILE...]");