Lines Matching defs:format
76 { NULL, 0, NULL, 0, N_("Output format:"), 0 },
80 { "format", 'f', "FORMAT", 0,
81 N_("Use the output format FORMAT. FORMAT can be `bsd', `sysv' or `posix'. The default is `sysv'"),
83 { NULL, 'B', NULL, 0, N_("Same as --format=bsd"), 0 },
84 { "portability", 'P', NULL, 0, N_("Same as --format=posix"), 0 },
154 /* The selected output format. */
160 } format;
172 /* If true print size of defined symbols in BSD format. */
275 format = format_bsd;
277 format = format_posix;
280 using the SysV format if nothing else matches. */
281 format = format_sysv;
316 format = format_bsd;
324 format = format_posix;
402 error (0, 0, _("%s: File format not recognized"), fname);
489 error (0, 0, _("%s%s%s: file format not recognized"),
723 /* Show symbols in SysV format. */
788 /* In this format SECTION entries are not printed. */
1267 if (format == format_sysv)
1363 if (format == format_sysv)
1485 switch (format)
1499 assert (format == format_posix);