отображать информацию из объектных файлов (display information from object files)
Имя (Name)
objdump - display information from object files
Синопсис (Synopsis)
objdump [-a
|--archive-headers
]
[-b
bfdname|--target=
bfdname]
[-C
|--demangle
[=style] ]
[-d
|--disassemble
[=symbol]]
[-D
|--disassemble-all
]
[-z
|--disassemble-zeroes
]
[-EB
|-EL
|--endian=
{big | little }]
[-f
|--file-headers
]
[-F
|--file-offsets
]
[--file-start-context
]
[-g
|--debugging
]
[-e
|--debugging-tags
]
[-h
|--section-headers
|--headers
]
[-i
|--info
]
[-j
section|--section=
section]
[-l
|--line-numbers
]
[-S
|--source
]
[--source-comment
[=text]]
[-m
machine|--architecture=
machine]
[-M
options|--disassembler-options=
options]
[-p
|--private-headers
]
[-P
options|--private=
options]
[-r
|--reloc
]
[-R
|--dynamic-reloc
]
[-s
|--full-contents
]
[-W[lLiaprmfFsoORtUuTgAckK]
|
--dwarf
[=rawline,=decodedline,=info,=abbrev,=pubnames,=aranges,=macro,=frames,=frames-interp,=str,=str-offsets,=loc,=Ranges,=pubtypes,=trace_info,=trace_abbrev,=trace_aranges,=gdb_index,=addr,=cu_index,=links,=follow-links]]
[--ctf=
section]
[-G
|--stabs
]
[-t
|--syms
]
[-T
|--dynamic-syms
]
[-x
|--all-headers
]
[-w
|--wide
]
[--start-address=
address]
[--stop-address=
address]
[--no-addresses
]
[--prefix-addresses
]
[--[no-]show-raw-insn
]
[--adjust-vma=
offset]
[--dwarf-depth=
n]
[--dwarf-start=
n]
[--ctf-parent=
section]
[--no-recurse-limit
|--recurse-limit
]
[--special-syms
]
[--prefix=
prefix]
[--prefix-strip=
level]
[--insn-width=
width]
[--visualize-jumps[=color|=extended-color|=off]
[-V
|--version
]
[-H
|--help
]
objfile...
Описание (Description)
objdump
displays information about one or more object files. The
options control what particular information to display. This
information is mostly useful to programmers who are working on
the compilation tools, as opposed to programmers who just want
their program to compile and work.
objfile... are the object files to be examined. When you specify
archives, objdump
shows information on each of the member object
files.