| /openbsd-src/gnu/llvm/lldb/examples/python/ |
| H A D | mach_o.py | 419 class Mach: class 519 self.magic = Mach.Magic() 573 self.content = Mach.Skinny(self.path) 575 self.content = Mach.Universal(self.path) 609 self.magic = Mach.Magic() 618 self.archs.append(Mach.Universal.ArchInfo()) 621 self.archs[i].mach = Mach.Skinny(self.path) 623 skinny_magic = Mach.Magic() 687 self.arch = Mach.Arch(0, 0) 817 self.arch = Mach.Arch(0, 0) [all …]
|
| /openbsd-src/usr.bin/file/magdir/ |
| H A D | cafebabe | 6 # Since Java bytecode and Mach-O fat-files have the same magic number, the test 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 23 >>4 belong 1 Mach-O fat file with 1 architecture 25 >>>4 belong <20 Mach-O fat file with %ld architectures
|
| H A D | mach | 4 # Mach has two magic numbers, 0xcafebabe and 0xfeedface. 9 0 lelong&0xfeffffff 0xfeedface Mach-O 46 0 belong&0xfffffffe 0xfeedface Mach-O
|
| H A D | osf1 | 5 # Mach magic number info
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectContainer/ |
| H A D | CMakeLists.txt | 2 add_subdirectory(Universal-Mach-O) 3 add_subdirectory(Mach-O-Fileset)
|
| /openbsd-src/gnu/llvm/lldb/docs/status/ |
| H A D | features.rst | 8 …* Object file parsers for executable file formats. Support currently includes Mach-O (32 and 64-bi… 9 …bject files contained within a file. Support currently includes universal Mach-O files & BSD Archi… 10 …tract debug information from object files. Support currently includes DWARF & Mach-O symbol tables.
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/ |
| H A D | ObjdumpOpts.td | 292 HelpText<"Print Mach-O universal headers (requires --macho)">, 296 HelpText<"Print the offset to each archive member for Mach-O archives " 301 HelpText<"Print indirect symbol table for Mach-O objects (requires --macho)">, 305 HelpText<"Print the data in code table for Mach-O objects (requires --macho)">, 309 HelpText<"Print the function starts table for Mach-O objects. " 319 "Mach-O objects (requires --macho)">, 324 "Mach-O objects (requires --macho)">, 339 "Mach-O files (requires --macho)">, 344 "dylib Mach-O file (requires --macho)">, 349 "Mach-O file (requires --macho)">, [all …]
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/SymbolVendor/MacOSX/ |
| H A D | BUILD.gn | 7 "//lldb/source/Plugins/ObjectFile/Mach-O", 11 # Reaches into Plugins/ObjectFile/Mach-O.
|
| /openbsd-src/gnu/llvm/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…
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/JITLoader/GDB/ |
| H A D | BUILD.gn | 21 "//lldb/source/Plugins/ObjectFile/Mach-O", 28 # Reaches into Plugins/ObjectFile/Mach-O.
|
| /openbsd-src/gnu/llvm/llvm/docs/CommandGuide/ |
| H A D | llvm-otool.rst | 1 llvm-otool - Mach-O dumping tool 14 :program:`llvm-otool` is a tool for dumping Mach-O files. 24 Select slice of universal Mach-O file.
|
| H A D | llvm-size.rst | 32 Architecture(s) from Mach-O universal binaries to display information for. 51 Mach-O files in ``darwin`` format. 68 For Mach-O files, the output format is slightly different: 103 ``darwin`` format only affects Mach-O input files. If an input of a different
|
| H A D | llvm-cxxfilt.rst | 54 except Mach-O based hosts. 59 demangling. On by default on Mach-O based platforms.
|
| H A D | llvm-objdump.rst | 100 This operation is only currently supported for COFF and Mach-O object files. 163 Perform commands on the specified sections only. For Mach-O use 324 Print the offset to each archive member for Mach-O archives (requires 366 Print the function starts table for Mach-O objects. Either ``addrs`` 397 Use Mach-O specific object file parser. Commands and other options may behave 410 Display the information for Mach-O objects in non-verbose or numeric form.
|
| H A D | llvm-install-name-tool.rst | 15 install names and rpaths listed in a Mach-O binary. 58 selected. Option is ignored if the specified Mach-O binary is not a dynamic shared library.
|
| /openbsd-src/gnu/llvm/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
|
| /openbsd-src/gnu/llvm/lld/ |
| H A D | CODE_OWNERS.TXT | 18 D: Old Mach-O backend 26 D: New Mach-O backend
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | exc_request.defs | 2 * Mach Operating System 29 * MiG definitions file for Mach exception interface (request half).
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/tools/lldb-server/ |
| H A D | BUILD.gn | 42 deps += [ "//lldb/source/Plugins/ObjectFile/Mach-O" ] 51 # Reaches into Plugins/ObjectFile/Mach-O.
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/ |
| H A D | CMakeLists.txt | 4 add_subdirectory(Mach-O)
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/ |
| H A D | BUILD.gn | 1 static_library("Universal-Mach-O") {
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/ObjectContainer/Mach-O-Fileset/ |
| H A D | BUILD.gn | 1 static_library("Mach-O-Fileset") {
|
| /openbsd-src/gnu/usr.bin/clang/liblldbPluginObjectContainer/ |
| H A D | Makefile | 12 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/ObjectContainer/Universal-Mach-O
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/ObjectFile/Mach-O/ |
| H A D | BUILD.gn | 1 static_library("Mach-O") {
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/Process/mach-core/ |
| H A D | BUILD.gn | 10 "//lldb/source/Plugins/ObjectFile/Mach-O",
|