Automatically generated by Pod::Man v1.37, Pod::Parser v1.32

Standard preamble:
========================================================================

\\$1

.. ..

..
.. Set up some character translations and predefined strings. \*(-- will
give an unbreakable dash, \*(PI will give pi, \*(L" will give a left
double quote, and \*(R" will give a right double quote. | will give a
real vertical bar. \*(C+ will give a nicer C++. Capital omega is used to
do unbreakable dashes and therefore won't be available. \*(C` and \*(C'
expand to `' in nroff, nothing in troff, for use with C<>.
.tr \(*W-|\(bv\*(Tr . ds -- \(*W- . ds PI pi . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch . ds L" "" . ds R" "" . ds C` "" . ds C' "" 'br\} . ds -- \|\(em\| . ds PI \(*p . ds L" `` . ds R" '' 'br\}
If the F register is turned on, we'll generate index entries on stderr for
titles (.TH), headers (.SH), subsections (.Sh), items (.Ip), and index
entries marked with X<> in POD. Of course, you'll have to process the
output yourself in some meaningful fashion.
. de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . nr % 0 . rr F .\}
For nroff, turn off justification. Always turn off hyphenation; it makes
way too many mistakes in technical documents.

Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2).
Fear. Run. Save yourself. No user-serviceable parts.
. \" fudge factors for nroff and troff . ds #H 0 . ds #V .8m . ds #F .3m . ds #[ \f1 . ds #] .\} . ds #H ((1u-(\\\\n(.fu%2u))*.13m) . ds #V .6m . ds #F 0 . ds #[ \& . ds #] \& .\} . \" simple accents for nroff and troff . ds ' \& . ds ` \& . ds ^ \& . ds , \& . ds ~ ~ . ds / .\} . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u" . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u' . ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'^\h'|\\n:u' . ds , \\k:\h'-(\\n(.wu*8/10)',\h'|\\n:u' . ds ~ \\k:\h'-(\\n(.wu-\*(#H-.1m)'~\h'|\\n:u' . ds / \\k:\h'-(\\n(.wu*8/10-\*(#H)'\z\(sl\h'|\\n:u' .\} . \" troff and (daisy-wheel) nroff accents . \" corrections for vroff . \" for low resolution devices (crt and lpr) \{\ . ds : e . ds 8 ss . ds o a . ds d- d\h'-1'\(ga . ds D- D\h'-1'\(hy . ds th \o'bp' . ds Th \o'LP' . ds ae ae . ds Ae AE .\} ========================================================================

Title "OBJDUMP 1"
OBJDUMP 1 "2009-09-07" "binutils-2.19.1" "GNU Development Tools"
"NAME"
objdump - display information from object files.
"SYNOPSIS"
Header "SYNOPSIS" objdump [-a|--archive-headers] [-b bfdname|--target=bfdname] [-C|--demangle[=style] ] [-d|--disassemble] [-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] [-m machine|--architecture=machine] [-M options|--disassembler-options=options] [-p|--private-headers] [-r|--reloc] [-R|--dynamic-reloc] [-s|--full-contents] [-W|--dwarf] [-G|--stabs] [-t|--syms] [-T|--dynamic-syms] [-x|--all-headers] [-w|--wide] [--start-address=address] [--stop-address=address] [--prefix-addresses] [--[no-]show-raw-insn] [--adjust-vma=offset] [--special-syms] [-V|--version] [-H|--help] objfile...
"DESCRIPTION"
Header "DESCRIPTION" \fBobjdump 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.

\fIobjfile... are the object files to be examined. When you specify archives, objdump shows information on each of the member object files.

"OPTIONS"
Header "OPTIONS" The long and short forms of options, shown here as alternatives, are equivalent. At least one option from the list \fB-a,-d,-D,-e,-f,-g,-G,-h,-H,-p,-r,-R,-s,-S,-t,-T,-V,-x must be given.
"-a" 4
Item "-a"

0

"--archive-header" 4
Item "--archive-header"

If any of the objfile files are archives, display the archive header information (in a format similar to ls -l). Besides the information you could list with ar tv, objdump -a shows the object file format of each archive member.

"--adjust-vma=offset" 4
Item "--adjust-vma=offset" When dumping information, first add offset to all the section addresses. This is useful if the section addresses do not correspond to the symbol table, which can happen when putting sections at particular addresses when using a format which can not represent section addresses, such as a.out.
"-b bfdname" 4
Item "-b bfdname"

0

"--target=bfdname" 4
Item "--target=bfdname"

Specify that the object-code format for the object files is \fIbfdname. This option may not be necessary; objdump can automatically recognize many formats. .Sp For example, .Sp .Vb 1 objdump -b oasys -m vax -h fu.o .Ve .Sp displays summary information from the section headers (-h) of \fIfu.o, which is explicitly identified (-m) as a \s-1VAX\s0 object file in the format produced by Oasys compilers. You can list the formats available with the -i option.

"-C" 4
Item "-C"

0

"--demangle[=style]" 4
Item "--demangle[=style]"

Decode (demangle) low-level symbol names into user-level names. Besides removing any initial underscore prepended by the system, this makes \*(C+ function names readable. Different compilers have different mangling styles. The optional demangling style argument can be used to choose an appropriate demangling style for your compiler.

"-g" 4
Item "-g"

0

"--debugging" 4
Item "--debugging"

Display debugging information. This attempts to parse \s-1STABS\s0 and \s-1IEEE\s0 debugging format information stored in the file and print it out using a C like syntax. If neither of these formats are found this option falls back on the -W option to print any \s-1DWARF\s0 information in the file.

"-e" 4
Item "-e"

0

"--debugging-tags" 4
Item "--debugging-tags"

Like -g, but the information is generated in a format compatible with ctags tool.

"-d" 4
Item "-d"

0

"--disassemble" 4
Item "--disassemble"

Display the assembler mnemonics for the machine instructions from \fIobjfile. This option only disassembles those sections which are expected to contain instructions.

"-D" 4
Item "-D"

0

"--disassemble-all" 4
Item "--disassemble-all"

Like -d, but disassemble the contents of all sections, not just those expected to contain instructions.

"--prefix-addresses" 4
Item "--prefix-addresses" When disassembling, print the complete address on each line. This is the older disassembly format.
"-EB" 4
Item "-EB"

0

"-EL" 4
Item "-EL"
"--endian={big|little}" 4
Item "--endian={big|little}"

Specify the endianness of the object files. This only affects disassembly. This can be useful when disassembling a file format which does not describe endianness information, such as S-records.

"-f" 4
Item "-f"

0

"--file-headers" 4
Item "--file-headers"

Display summary information from the overall header of each of the objfile files.

"-F" 4
Item "-F"

0

"--file-offsets" 4
Item "--file-offsets"

When disassembling sections, whenever a symbol is displayed, also display the file offset of the region of data that is about to be dumped. If zeroes are being skipped, then when disassembly resumes, tell the user how many zeroes were skipped and the file offset of the location from where the disassembly resumes. When dumping sections, display the file offset of the location from where the dump starts.

"--file-start-context" 4
Item "--file-start-context" Specify that when displaying interlisted source code/disassembly (assumes -S) from a file that has not yet been displayed, extend the context to the start of the file.
"-h" 4
Item "-h"

0

"--section-headers" 4
Item "--section-headers"
"--headers" 4
Item "--headers"

Display summary information from the section headers of the object file. .Sp File segments may be relocated to nonstandard addresses, for example by using the -Ttext, -Tdata, or -Tbss options to \fBld. However, some object file formats, such as a.out, do not store the starting address of the file segments. In those situations, although ld relocates the sections correctly, using objdump \-h to list the file section headers cannot show the correct addresses. Instead, it shows the usual addresses, which are implicit for the target.

"-H" 4
Item "-H"

0

"--help" 4
Item "--help"

Print a summary of the options to objdump and exit.

"-i" 4
Item "-i"

0

"--info" 4
Item "--info"

Display a list showing all architectures and object formats available for specification with -b or -m.

"-j name" 4
Item "-j name"

0

"--section=name" 4
Item "--section=name"

Display information only for section name.

"-l" 4
Item "-l"

0

"--line-numbers" 4
Item "--line-numbers"

Label the display (using debugging information) with the filename and source line numbers corresponding to the object code or relocs shown. Only useful with -d, -D, or -r.

"-m machine" 4
Item "-m machine"

0

"--architecture=machine" 4
Item "--architecture=machine"

Specify the architecture to use when disassembling object files. This can be useful when disassembling object files which do not describe architecture information, such as S-records. You can list the available architectures with the -i option.

"-M options" 4
Item "-M options"

0

"--disassembler-options=options" 4
Item "--disassembler-options=options"

Pass target specific information to the disassembler. Only supported on some targets. If it is necessary to specify more than one disassembler option then multiple -M options can be used or can be placed together into a comma separated list. .Sp If the target is an \s-1ARM\s0 architecture then this switch can be used to select which register name set is used during disassembler. Specifying \fB-M reg-names-std (the default) will select the register names as used in \s-1ARM\s0's instruction set documentation, but with register 13 called 'sp', register 14 called 'lr' and register 15 called 'pc'. Specifying \fB-M reg-names-apcs will select the name set used by the \s-1ARM\s0 Procedure Call Standard, whilst specifying -M reg-names-raw will just use r followed by the register number. .Sp There are also two variants on the \s-1APCS\s0 register naming scheme enabled by -M reg-names-atpcs and -M reg-names-special-atpcs which use the ARM/Thumb Procedure Call Standard naming conventions. (Either with the normal register names or the special register names). .Sp This option can also be used for \s-1ARM\s0 architectures to force the disassembler to interpret all instructions as Thumb instructions by using the switch --disassembler-options=force-thumb. This can be useful when attempting to disassemble thumb code produced by other compilers. .Sp For the x86, some of the options duplicate functions of the -m switch, but allow finer grained control. Multiple selections from the following may be specified as a comma separated string. \fBx86-64, i386 and i8086 select disassembly for the given architecture. intel and att select between intel syntax mode and \s-1AT&T\s0 syntax mode. \fBintel-mnemonic and att-mnemonic select between intel mnemonic mode and \s-1AT&T\s0 mnemonic mode. intel-mnemonic implies intel and att-mnemonic implies att. \fBaddr64, addr32, \fBaddr16, data32 and data16 specify the default address size and operand size. These four options will be overridden if \fBx86-64, i386 or i8086 appear later in the option string. Lastly, suffix, when in \s-1AT&T\s0 mode, instructs the disassembler to print a mnemonic suffix even when the suffix could be inferred by the operands. .Sp For \s-1PPC\s0, booke, booke32 and booke64 select disassembly of BookE instructions. 32 and 64 select PowerPC and PowerPC64 disassembly, respectively. e300 selects disassembly for the e300 family. 440 selects disassembly for the PowerPC 440. ppcps selects disassembly for the paired single instructions of the \s-1PPC750CL\s0. .Sp For \s-1MIPS\s0, this option controls the printing of instruction mnemonic names and register names in disassembled instructions. Multiple selections from the following may be specified as a comma separated string, and invalid options are ignored:

Item "no-aliases" Print the 'raw' instruction mnemonic instead of some pseudo instruction mnemonic. I.e., print 'daddu' or 'or' instead of 'move', 'sll' instead of 'nop', etc. Item "gpr-names=ABI" Print \s-1GPR\s0 (general-purpose register) names as appropriate for the specified \s-1ABI\s0. By default, \s-1GPR\s0 names are selected according to the \s-1ABI\s0 of the binary being disassembled. Item "fpr-names=ABI" Print \s-1FPR\s0 (floating-point register) names as appropriate for the specified \s-1ABI\s0. By default, \s-1FPR\s0 numbers are printed rather than names. Item "cp0-names=ARCH" Print \s-1CP0\s0 (system control coprocessor; coprocessor 0) register names as appropriate for the \s-1CPU\s0 or architecture specified by \fI\s-1ARCH\s0. By default, \s-1CP0\s0 register names are selected according to the architecture and \s-1CPU\s0 of the binary being disassembled. Item "hwr-names=ARCH" Print \s-1HWR\s0 (hardware register, used by the \*(C`rdhwr\*(C' instruction) names as appropriate for the \s-1CPU\s0 or architecture specified by \fI\s-1ARCH\s0. By default, \s-1HWR\s0 names are selected according to the architecture and \s-1CPU\s0 of the binary being disassembled. Item "reg-names=ABI" Print \s-1GPR\s0 and \s-1FPR\s0 names as appropriate for the selected \s-1ABI\s0. Item "reg-names=ARCH" Print CPU-specific register names (\s-1CP0\s0 register and \s-1HWR\s0 names) as appropriate for the selected \s-1CPU\s0 or architecture.

.Sp For any of the options listed above, \s-1ABI\s0 or \fI\s-1ARCH\s0 may be specified as numeric to have numbers printed rather than names, for the selected types of registers. You can list the available values of \s-1ABI\s0 and \s-1ARCH\s0 using the --help option. .Sp For \s-1VAX\s0, you can specify function entry addresses with -M entry:0xf00ba. You can use this multiple times to properly disassemble \s-1VAX\s0 binary files that don't contain symbol tables (like \s-1ROM\s0 dumps). In these cases, the function entry mask would otherwise be decoded as \s-1VAX\s0 instructions, which would probably lead the rest of the function being wrongly disassembled.

"-p" 4
Item "-p"

0

"--private-headers" 4
Item "--private-headers"

Print information that is specific to the object file format. The exact information printed depends upon the object file format. For some object file formats, no additional information is printed.

"-r" 4
Item "-r"

0

"--reloc" 4
Item "--reloc"

Print the relocation entries of the file. If used with -d or \fB-D, the relocations are printed interspersed with the disassembly.

"-R" 4
Item "-R"

0

"--dynamic-reloc" 4
Item "--dynamic-reloc"

Print the dynamic relocation entries of the file. This is only meaningful for dynamic objects, such as certain types of shared libraries.

"-s" 4
Item "-s"

0

"--full-contents" 4
Item "--full-contents"

Display the full contents of any sections requested. By default all non-empty sections are displayed.

"-S" 4
Item "-S"

0

"--source" 4
Item "--source"

Display source code intermixed with disassembly, if possible. Implies \fB-d.

"--show-raw-insn" 4
Item "--show-raw-insn" When disassembling instructions, print the instruction in hex as well as in symbolic form. This is the default except when \fB--prefix-addresses is used.
"--no-show-raw-insn" 4
Item "--no-show-raw-insn" When disassembling instructions, do not print the instruction bytes. This is the default when --prefix-addresses is used.
"-W" 4
Item "-W"

0

"--dwarf" 4
Item "--dwarf"

Displays the contents of the \s-1DWARF\s0 debug sections in the file, if any are present.

"-G" 4
Item "-G"

0

"--stabs" 4
Item "--stabs"

Display the full contents of any sections requested. Display the contents of the .stab and .stab.index and .stab.excl sections from an \s-1ELF\s0 file. This is only useful on systems (such as Solaris 2.0) in which \f(CW\*(C`.stab\*(C' debugging symbol-table entries are carried in an \s-1ELF\s0 section. In most other file formats, debugging symbol-table entries are interleaved with linkage symbols, and are visible in the --syms output.

"--start-address=address" 4
Item "--start-address=address" Start displaying data at the specified address. This affects the output of the -d, -r and -s options.
"--stop-address=address" 4
Item "--stop-address=address" Stop displaying data at the specified address. This affects the output of the -d, -r and -s options.
"-t" 4
Item "-t"

0

"--syms" 4
Item "--syms"

Print the symbol table entries of the file. This is similar to the information provided by the nm program, although the display format is different. The format of the output depends upon the format of the file being dumped, but there are two main types. One looks like this: .Sp .Vb 2 [ 4](sec 3)(fl 0x00)(ty 0)(scl 3) (nx 1) 0x00000000 .bss [ 6](sec 1)(fl 0x00)(ty 0)(scl 2) (nx 0) 0x00000000 fred .Ve .Sp where the number inside the square brackets is the number of the entry in the symbol table, the sec number is the section number, the \fIfl value are the symbol's flag bits, the ty number is the symbol's type, the scl number is the symbol's storage class and the nx value is the number of auxilary entries associated with the symbol. The last two fields are the symbol's value and its name. .Sp The other common output format, usually seen with \s-1ELF\s0 based files, looks like this: .Sp .Vb 2 00000000 l d .bss 00000000 .bss 00000000 g .text 00000000 fred .Ve .Sp Here the first number is the symbol's value (sometimes refered to as its address). The next field is actually a set of characters and spaces indicating the flag bits that are set on the symbol. These characters are described below. Next is the section with which the symbol is associated or *ABS* if the section is absolute (ie not connected with any section), or *UND* if the section is referenced in the file being dumped, but not defined there. .Sp After the section name comes another field, a number, which for common symbols is the alignment and for other symbol is the size. Finally the symbol's name is displayed. .Sp The flag characters are divided into 7 groups as follows:

Item "l"

0 Item "g" Item "!"

The symbol is local (l), global (g), neither (a space) or both (!). A symbol can be neither local or global for a variety of reasons, e.g., because it is used for debugging, but it is probably an indication of a bug if it is ever both local and global. Item "w" The symbol is weak (w) or strong (a space). Item "C" The symbol denotes a constructor (C) or an ordinary symbol (a space). Item "W" The symbol is a warning (W) or a normal symbol (a space). A warning symbol's name is a message to be displayed if the symbol following the warning symbol is ever referenced. Item "I" The symbol is an indirect reference to another symbol (I) or a normal symbol (a space). Item "d"

0 Item "D"

The symbol is a debugging symbol (d) or a dynamic symbol (D) or a normal symbol (a space). Item "F"

0 Item "f" Item "O"

The symbol is the name of a function (F) or a file (f) or an object (O) or just a normal symbol (a space).

"-T" 4
Item "-T"

0

"--dynamic-syms" 4
Item "--dynamic-syms"

Print the dynamic symbol table entries of the file. This is only meaningful for dynamic objects, such as certain types of shared libraries. This is similar to the information provided by the nm program when given the -D (--dynamic) option.

"--special-syms" 4
Item "--special-syms" When displaying symbols include those which the target considers to be special in some way and which would not normally be of interest to the user.
"-V" 4
Item "-V"

0

"--version" 4
Item "--version"

Print the version number of objdump and exit.

"-x" 4
Item "-x"

0

"--all-headers" 4
Item "--all-headers"

Display all available header information, including the symbol table and relocation entries. Using -x is equivalent to specifying all of \fB-a -f -h -p -r -t.

"-w" 4
Item "-w"

0

"--wide" 4
Item "--wide"

Format some lines for output devices that have more than 80 columns. Also do not truncate symbol names when they are displayed.

"-z" 4
Item "-z"

0

"--disassemble-zeroes" 4
Item "--disassemble-zeroes"

Normally the disassembly output will skip blocks of zeroes. This option directs the disassembler to disassemble those blocks, just like any other data.

"@file" 4
Item "@file" Read command-line options from file. The options read are inserted in place of the original @file option. If file does not exist, or cannot be read, then the option will be treated literally, and not removed. .Sp Options in file are separated by whitespace. A whitespace character may be included in an option by surrounding the entire option in either single or double quotes. Any character (including a backslash) may be included by prefixing the character to be included with a backslash. The file may itself contain additional @file options; any such options will be processed recursively.
"SEE ALSO"
Header "SEE ALSO" \fInm\|(1), readelf\|(1), and the Info entries for binutils.
"COPYRIGHT"
Header "COPYRIGHT" Copyright (c) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.

Permission is granted to copy, distribute and/or modify this document under the terms of the \s-1GNU\s0 Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. A copy of the license is included in the section entitled \*(L"\s-1GNU\s0 Free Documentation License\*(R".