Lines Matching defs:OutputFormat
77 static OutputFormatTy OutputFormat;
204 /// This is when used when @c OutputFormat is darwin and produces the same
279 /// This is when used when @c OutputFormat is berkeley with a Mach-O file and
354 /// The format used is determined by @c OutputFormat and @c Radix.
361 // If OutputFormat is darwin and we have a MachOObjectFile print as darwin's
362 // size(1) -m output, else if OutputFormat is darwin and not a Mach-O object
363 // let it fall through to OutputFormat berkeley.
365 if (OutputFormat == darwin && MachO)
367 // If we have a MachOObjectFile and the OutputFormat is berkeley print as
369 else if (MachO && OutputFormat == berkeley)
371 else if (OutputFormat == sysv) {
566 if (OutputFormat == sysv)
568 else if (MachO && OutputFormat == darwin)
571 if (!MachO && OutputFormat == darwin)
573 if (OutputFormat == berkeley) {
600 if (OutputFormat == sysv)
602 else if (MachO && OutputFormat == darwin) {
608 if (OutputFormat == berkeley) {
638 if (OutputFormat == sysv)
641 else if (MachO && OutputFormat == darwin)
647 if (OutputFormat == berkeley) {
691 if (OutputFormat == sysv)
693 else if (MachO && OutputFormat == darwin) {
699 if (OutputFormat == berkeley) {
725 if (OutputFormat == sysv)
728 else if (MachO && OutputFormat == darwin)
733 if (OutputFormat == berkeley) {
766 if (OutputFormat == sysv)
768 else if (MachO && OutputFormat == darwin) {
775 if (OutputFormat == berkeley) {
802 if (OutputFormat == sysv)
805 else if (MachO && OutputFormat == darwin)
809 if (OutputFormat == berkeley) {
834 if (OutputFormat == sysv)
836 else if (MachO && OutputFormat == darwin && MoreThanOneFile)
839 if (!MachO && OutputFormat == darwin)
841 if (OutputFormat == berkeley) {
897 OutputFormat = berkeley;
899 OutputFormat = darwin;
901 OutputFormat = sysv;
936 if (OutputFormat == berkeley && TotalSizes)