Lines Matching defs:OutputFormat
73 static OutputFormatTy OutputFormat;
200 /// This is when used when @c OutputFormat is darwin and produces the same
275 /// This is when used when @c OutputFormat is berkeley with a Mach-O file and
350 /// The format used is determined by @c OutputFormat and @c Radix.
357 // If OutputFormat is darwin and we have a MachOObjectFile print as darwin's
358 // size(1) -m output, else if OutputFormat is darwin and not a Mach-O object
359 // let it fall through to OutputFormat berkeley.
361 if (OutputFormat == darwin && MachO)
363 // If we have a MachOObjectFile and the OutputFormat is berkeley print as
365 else if (MachO && OutputFormat == berkeley)
367 else if (OutputFormat == sysv) {
563 if (OutputFormat == sysv)
565 else if (MachO && OutputFormat == darwin)
568 if (!MachO && OutputFormat == darwin)
570 if (OutputFormat == berkeley) {
597 if (OutputFormat == sysv)
599 else if (MachO && OutputFormat == darwin) {
605 if (OutputFormat == berkeley) {
635 if (OutputFormat == sysv)
638 else if (MachO && OutputFormat == darwin)
644 if (OutputFormat == berkeley) {
688 if (OutputFormat == sysv)
690 else if (MachO && OutputFormat == darwin) {
696 if (OutputFormat == berkeley) {
722 if (OutputFormat == sysv)
725 else if (MachO && OutputFormat == darwin)
730 if (OutputFormat == berkeley) {
763 if (OutputFormat == sysv)
765 else if (MachO && OutputFormat == darwin) {
772 if (OutputFormat == berkeley) {
799 if (OutputFormat == sysv)
802 else if (MachO && OutputFormat == darwin)
806 if (OutputFormat == berkeley) {
831 if (OutputFormat == sysv)
833 else if (MachO && OutputFormat == darwin && MoreThanOneFile)
836 if (!MachO && OutputFormat == darwin)
838 if (OutputFormat == berkeley) {
894 OutputFormat = berkeley;
896 OutputFormat = darwin;
898 OutputFormat = sysv;
933 if (OutputFormat == berkeley && TotalSizes)