Lines Matching refs:darwin
66 enum OutputFormatTy { berkeley, sysv, darwin };
200 /// This is when used when @c OutputFormat is darwin and produces the same
201 /// output as darwin's size(1) -m output.
276 /// produces the same output as darwin's size(1) default output.
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
361 if (OutputFormat == darwin && MachO)
364 // darwin's default berkeley format for Mach-O files.
565 else if (MachO && OutputFormat == darwin)
568 if (!MachO && OutputFormat == darwin)
599 else if (MachO && OutputFormat == darwin) {
638 else if (MachO && OutputFormat == darwin)
690 else if (MachO && OutputFormat == darwin) {
725 else if (MachO && OutputFormat == darwin)
765 else if (MachO && OutputFormat == darwin) {
802 else if (MachO && OutputFormat == darwin)
833 else if (MachO && OutputFormat == darwin && MoreThanOneFile)
836 if (!MachO && OutputFormat == darwin)
895 else if (V == "darwin")
896 OutputFormat = darwin;
900 error("--format value should be one of: 'berkeley', 'darwin', 'sysv'");