/freebsd/contrib/file/magic/Magdir/ |
H A D | cafebabe | 6 # Since Java bytecode and Mach-O universal binaries have the same magic number, 8 # The long at offset 4 in a Mach-O universal binary tells the number of 11 # only 18 labeled Mach-O architectures at current, and the first released 14 # (and use as a hack). Let's not use 18, because the Mach-O people 19 # URL: https://en.wikipedia.org/wiki/Mach-O 36 >4 belong 1 Mach-O universal binary with 1 architecture: 41 >>4 ubelong <20 Mach-O universal binary with %d architectures: 64 # for debugging purpose version as hexadecimal to compare with Mach-O universal binary
|
H A D | mach | 4 # Mach has two magic numbers, 0xcafebabe and 0xfeedface. 239 # GRR: Does not work for Mach-O with 2 architectures; instead display oo 250 # GRR: Does not work for Mach-O with 2 architectures; instead display dylibdylib 295 0 lelong&0xfffffffe 0xfeedface Mach-O 300 0 belong&0xfffffffe 0xfeedface Mach-O
|
H A D | osf1 | 5 # Mach magic number info
|
H A D | llvm | 15 # Are these Mach-O ABI values? They appear to be.
|
H A D | java | 4 # Java ByteCode and Mach-O binaries (e.g., Mac OS X) use the
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | ObjdumpOpts.td | 308 HelpText<"Print Mach-O universal headers (requires --macho)">, 312 HelpText<"Print the offset to each archive member for Mach-O archives " 317 HelpText<"Print indirect symbol table for Mach-O objects (requires --macho)">, 321 HelpText<"Print the data in code table for Mach-O objects (requires --macho)">, 325 HelpText<"Print the function starts table for Mach-O objects. " 335 "Mach-O objects (requires --macho)">, 340 "Mach-O objects (requires --macho)">, 355 "Mach-O files (requires --macho)">, 360 "dylib Mach-O file (requires --macho)">, 365 "Mach-O file (requires --macho)">, [all …]
|
H A D | OtoolOpts.td | 8 HelpText<"select slice of universal Mach-O file">;
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-size/ |
H A D | Opts.td | 19 // Mach-O specific options. 20 def grp_mach_o : OptionGroup<"kind">, HelpText<"OPTIONS (Mach-O specific)">; 21 def arch_EQ : Joined<["--"], "arch=">, HelpText<"architecture(s) from a Mach-O file to dump">, Grou…
|
/freebsd/contrib/llvm-project/lld/docs/MachO/ |
H A D | index.rst | 1 Mach-O LLD Port 7 will describe the Mach-O port. 12 - LLD is a drop-in replacement for Apple's Mach-O linker, ld64, that accepts the
|
/freebsd/share/doc/psd/01.cacm/ |
H A D | ref.bib | 5 %J Comm. Assoc. Comp. Mach. 20 %J Comm. Assoc. Comp. Mach. 107 %J Comm. Assoc. Comp. Mach.
|
/freebsd/contrib/llvm-project/lld/ |
H A D | CODE_OWNERS.TXT | 18 D: Old Mach-O backend 26 D: New Mach-O backend
|
/freebsd/share/doc/psd/15.yacc/ |
H A D | ref.bib | 22 %J Comm. Assoc. Comp. Mach. 58 %J Comm. Assoc. Comp. Mach.
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-nm/ |
H A D | Opts.td | 42 // Mach-O specific options. 43 def grp_mach_o : OptionGroup<"kind">, HelpText<"llvm-nm Mach-O Specific Options">; 47 def arch_EQ : Joined<["--"], "arch=">, HelpText<"architecture(s) from a Mach-O file to dump">, Group<grp_mach_o>;
|
/freebsd/contrib/openbsm/ |
H A D | configure.ac | 233 # Check to see if Mach IPC is used for trigger messages. If so, use Mach IPC 236 AC_DEFINE(USE_MACH_IPC,, Define if uses Mach IPC for Triggers messages)
|
/freebsd/contrib/ntp/sntp/m4/ |
H A D | openldap-thread-check.m4 | 422 dnl check for Mach CThreads 453 dnl Hurd variant of Mach Cthreads 469 AC_MSG_ERROR([could not link with Mach CThreads]) 473 AC_MSG_ERROR([could not locate Mach CThreads]) 478 [define if you have Mach Cthreads]) 480 AC_MSG_ERROR([could not link with Mach CThreads])
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/ |
H A D | CommonOpts.td | 11 def grp_macho : OptionGroup<"kind">, HelpText<"OPTIONS (Mach-O specific)">; 47 "For COFF and Mach-O, remove all symbols, debug sections, and relocations">;
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/ |
H A D | LVReaderHandler.h | 58 object::MachOUniversalBinary &Mach);
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/ |
H A D | LVReaderHandler.cpp | 217 MachOUniversalBinary &Mach) { in handleMach() argument 218 for (const MachOUniversalBinary::ObjectForArch &ObjForArch : Mach.objects()) { in handleMach()
|
/freebsd/contrib/openbsm/config/ |
H A D | config.guess | 405 RISC*:Mach:*:*) 1027 Intel:Mach:3*:*) 1254 version=`(hostinfo | sed -n 's/.*NeXT Mach \([0-9]*\).*/\1/p') 2>/dev/null`;
|
/freebsd/crypto/heimdal/ |
H A D | config.guess | 420 RISC*:Mach:*:*) 1057 Intel:Mach:3*:*) 1345 version=`(hostinfo | sed -n 's/.*NeXT Mach \([0-9]*\).*/\1/p') 2>/dev/null`;
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | Opts.td | 67 // Mach-O specific options. 68 def grp_mach_o : OptionGroup<"kind">, HelpText<"OPTIONS (Mach-O specific)">;
|
/freebsd/contrib/dialog/ |
H A D | config.guess | 482 RISC*:Mach:*:*) 1191 Intel:Mach:3*:*) 1525 version=`(hostinfo | sed -n 's/.*NeXT Mach \([0-9]*\).*/\1/p') 2>/dev/null`;
|
/freebsd/contrib/libevent/build-aux/ |
H A D | config.guess | 482 RISC*:Mach:*:*) 1181 Intel:Mach:3*:*) 1512 version=`(hostinfo | sed -n 's/.*NeXT Mach \([0-9]*\).*/\1/p') 2>/dev/null`;
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-symbolizer/ |
H A D | Opts.td | 17 HelpText<"llvm-symbolizer Mach-O Specific Options">;
|
/freebsd/contrib/file/ |
H A D | config.guess | 520 RISC*:Mach:*:*) 1247 Intel:Mach:3*:*) 1588 version=`(hostinfo | sed -n 's/.*NeXT Mach \([0-9]*\).*/\1/p') 2>/dev/null`;
|