Lines Matching defs:darwin
70 enum OutputFormatTy { berkeley, sysv, darwin };
204 /// This is when used when @c OutputFormat is darwin and produces the same
205 /// output as darwin's size(1) -m output.
280 /// produces the same output as darwin's size(1) default output.
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
365 if (OutputFormat == darwin && MachO)
368 // darwin's default berkeley format for Mach-O files.
568 else if (MachO && OutputFormat == darwin)
571 if (!MachO && OutputFormat == darwin)
602 else if (MachO && OutputFormat == darwin) {
641 else if (MachO && OutputFormat == darwin)
693 else if (MachO && OutputFormat == darwin) {
728 else if (MachO && OutputFormat == darwin)
768 else if (MachO && OutputFormat == darwin) {
805 else if (MachO && OutputFormat == darwin)
836 else if (MachO && OutputFormat == darwin && MoreThanOneFile)
839 if (!MachO && OutputFormat == darwin)
898 else if (V == "darwin")
899 OutputFormat = darwin;
903 error("--format value should be one of: 'berkeley', 'darwin', 'sysv'");