llvm-objdump - manual page for llvm-objdump 13
OVERVIEW: llvm object file dumper
USAGE: llvm-objdump [options] <input object files>
- --arch=<value>
- architecture(s) from a Mach-O file to dump
- --archive-member-offsets
- Print the offset to each archive member for Mach-O archives (requires
--macho and --archive-headers)
- --bind
- Display mach-o binding info
- --data-in-code
- Print the data in code table for Mach-O objects (requires
--macho)
- --dis-symname
<value>
- disassemble just this symbol's instructions (requires --macho)
- --dsym=<value>
- Use .dSYM file for debug info
- --dylib-id
- Print the shared library's id for the dylib Mach-O file (requires
--macho)
- --dylibs-used
- Print the shared libraries used for linked Mach-O files (requires
--macho)
- --exports-trie
- Display mach-o exported symbols
- --full-leading-addr
- Print full leading address
- --function-starts
- Print the function starts table for Mach-O objects (requires
--macho)
- -g
- Print line information from debug info if available
- --indirect-symbols
- Print indirect symbol table for Mach-O objects (requires
--macho)
- --info-plist
- Print the info plist section as strings for Mach-O objects (requires
--macho)
- --lazy-bind
- Display mach-o lazy binding info
- --link-opt-hints
- Print the linker optimization hints for Mach-O objects (requires
--macho)
- --no-leading-headers
- Print no leading headers
--no-symbolic-operands do not symbolic operands when
disassembling (requires --macho)
- --non-verbose
- Print the info for Mach-O objects in non-verbose or numeric form (requires
--macho)
- --objc-meta-data
- Print the Objective-C runtime meta data for Mach-O files (requires
--macho)
- --private-header
- Display only the first format specific file header
- --rebase
- Display mach-o rebasing info
- --rpaths
- Print the runtime search paths for the Mach-O file (requires
--macho)
- --universal-headers
- Print Mach-O universal headers (requires --macho)
- --weak-bind
- Display mach-o weak binding info
Pass @FILE as argument to read options from FILE.