[ -w | --wide ] [ --start-address=@var{address} ]
[ --stop-address=@var{address} ]
[ --prefix-addresses] [ --show-raw-insn ]
+ [ --adjust-vma=@var{offset} ]
[ --version ] [ --help ]
@var{objfile}@dots{}
@end smallexample
information you could list with @samp{ar tv}, @samp{objdump -a} shows
the object file format of each archive member.
+@item --adjust-vma=@var{offset}
+@cindex section addresses in objdump
+@cindex VMA in objdump
+When dumping information, first add @var{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.
+
@item -b @var{bfdname}
@itemx --target=@var{bfdname}
@cindex object code format
.RB "[\|" "\-\-stop\-address="\c
.I address\c
\&\|]
+.RB "[\|" "\-\-adjust\-vma="\c
+.I offset\c
+\&\|]
.RB "[\|" \-\-version "\|]"
.RB "[\|" \-\-help "\|]"
.I objfile\c
\|' shows
the object file format of each archive member.
+.TP
+.BI "\-\-adjust\-vma=" "offset"
+When dumping information, first add
+.I 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.
+
.TP
.BI "\-b " "bfdname"\c
.TP