Home
last modified time | relevance | path

Searched refs:Mach (Results 1 – 25 of 130) sorted by relevance

123456

/openbsd-src/gnu/llvm/lldb/examples/python/
H A Dmach_o.py419 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 Dcafebabe6 # 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 Dmach4 # Mach has two magic numbers, 0xcafebabe and 0xfeedface.
9 0 lelong&0xfeffffff 0xfeedface Mach-O
46 0 belong&0xfffffffe 0xfeedface Mach-O
H A Dosf15 # Mach magic number info
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectContainer/
H A DCMakeLists.txt2 add_subdirectory(Universal-Mach-O)
3 add_subdirectory(Mach-O-Fileset)
/openbsd-src/gnu/llvm/lldb/docs/status/
H A Dfeatures.rst8 …* 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 DObjdumpOpts.td292 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 DBUILD.gn7 "//lldb/source/Plugins/ObjectFile/Mach-O",
11 # Reaches into Plugins/ObjectFile/Mach-O.
/openbsd-src/gnu/llvm/llvm/tools/llvm-size/
H A DOpts.td19 // 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 DBUILD.gn21 "//lldb/source/Plugins/ObjectFile/Mach-O",
28 # Reaches into Plugins/ObjectFile/Mach-O.
/openbsd-src/gnu/llvm/llvm/docs/CommandGuide/
H A Dllvm-otool.rst1 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 Dllvm-size.rst32 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 Dllvm-cxxfilt.rst54 except Mach-O based hosts.
59 demangling. On by default on Mach-O based platforms.
H A Dllvm-objdump.rst100 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 Dllvm-install-name-tool.rst15 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 Dindex.rst1 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 DCODE_OWNERS.TXT18 D: Old Mach-O backend
26 D: New Mach-O backend
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dexc_request.defs2 * 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 DBUILD.gn42 deps += [ "//lldb/source/Plugins/ObjectFile/Mach-O" ]
51 # Reaches into Plugins/ObjectFile/Mach-O.
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/
H A DCMakeLists.txt4 add_subdirectory(Mach-O)
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/
H A DBUILD.gn1 static_library("Universal-Mach-O") {
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/ObjectContainer/Mach-O-Fileset/
H A DBUILD.gn1 static_library("Mach-O-Fileset") {
/openbsd-src/gnu/usr.bin/clang/liblldbPluginObjectContainer/
H A DMakefile12 .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 DBUILD.gn1 static_library("Mach-O") {
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/Process/mach-core/
H A DBUILD.gn10 "//lldb/source/Plugins/ObjectFile/Mach-O",

123456