Lines Matching +full:mach +full:- +full:o
1 llvm-otool - Mach-O dumping tool
4 .. program:: llvm-otool
7 --------
9 :program:`llvm-otool` [*option...*] *[file...]*
12 -----------
14 :program:`llvm-otool` is a tool for dumping Mach-O files.
16 It attempts to be command-line-compatible and output-compatible with macOS's
20 -------
22 .. option:: -arch <value>
24 Select slice of universal Mach-O file.
26 .. option:: -chained_fixups
30 .. option:: -C
34 .. option:: -dyld_info
38 .. option:: -D
42 .. option:: -d
46 .. option:: -f
50 .. option:: -G
52 Print data-in-code table.
54 .. option:: --help-hidden
58 .. option:: --help
62 .. option:: -h
64 Print mach header.
66 .. option:: -I
70 .. option:: -j
74 .. option:: -L
78 .. option:: -l
82 .. option:: -mcpu=<value>
86 .. option:: -o
88 Print Objective-C segment.
90 .. option:: -P
94 .. option:: -p <function name>
98 .. option:: -r
102 .. option:: -s <segname> <sectname>
106 .. option:: -t
110 .. option:: --version
114 .. option:: -V
116 Symbolize disassembled operands (implies :option:`-v`).
118 .. option:: -v
122 .. option:: -X
126 .. option:: -x
132 Read command-line options and commands from response file `<FILE>`.
135 -----------
137 :program:`llvm-otool` exits with a non-zero exit code if there is an error.
141 ----
143 To report bugs, please visit <https://github.com/llvm/llvm-project/labels/tools:llvm-objdump/>.
146 --------
148 :manpage:`llvm-nm(1)`, :manpage:`llvm-objdump(1)`