DOKK / manpages / debian 12 / llvm-13 / llvm-otool-13.1.en
LLVM-OTOOL(1) LLVM LLVM-OTOOL(1)

llvm-otool - Mach-O dumping tool

llvm-otool [option…] [file…]

llvm-otool is a tool for dumping Mach-O files.

It attempts to be command-line-compatible and output-compatible with macOS’s otool.

Select slice of universal Mach-O file.

Print linker optimization hints.

Print shared library id.

Print data section.

Print universal headers.

Print data-in-code table.

--help-hidden
Print help for hidden flags.

Print help.

Print mach header.

Print indirect symbol table.

Print opcode bytes.

Print used shared libraries.

Print load commnads.

Select cpu for disassembly.

Print Objective-C segment.

Print __TEXT,__info_plist section as strings.

Start disassembly at <function name>.

Print relocation entries.

Print contents of section.

Print text section.

Print version.

Symbolize disassembled operands (implies -v).

Verbose output / disassemble when printing text sections.

Omit leading addresses or headers.

Print all text sections.

@<FILE>
Read command-line options and commands from response file <FILE>.

llvm-otool exits with a non-zero exit code if there is an error. Otherwise, it exits with code 0.

To report bugs, please visit <https://bugs.llvm.org/>.

llvm-nm(1), llvm-objdump(1)

Maintained by the LLVM Team (https://llvm.org/).

2003-2023, LLVM Project

2023-01-22 13