readelf [ -a | --all ] [ -h | --file-header] [ -l | --program-headers | --segments] [ -S | --section-headers | --sections] [ -e | --headers] [ -s | --syms | --symbols] [ -n | --notes] [ -r | --relocs] [ -d | --dynamic] [ -V | --version-info] [ -D | --use-dynamic] [ -x <number> | --hex-dump=<number>] [ -w[liapr] | --debug-dump[=info,=line,=abbrev,=pubnames,=ranges]] [ --histogram] [ -v | --version] [ -H | --help] elffile...
readelf
displays information about one or more ELF format object
files. The options control what particular information to display.
elffile... are the object files to be examined. At the
moment, readelf
does not support examining archives, nor does it
support examing 64 bit ELF files.
The long and short forms of options, shown here as alternatives, are
equivalent. At least one option besides `-v
' or `-H
' must be
given.
-a
--all
--file-header
',
`--program-headers
', `--sections
', `--symbols
',
`--relocs
', `--dynamic
', `--notes
' and
`--version-info
'.
-h
--file-header
-l
--program-headers
--segments
-S
--sections
--section-headers
-s
--symbols
--syms
-e
--headers
-h -l -S
'.
-n
--notes
-r
--relocs
-d
--dynamic
-V
--version-info
-D
--use-dynamic
readelf
use the
symblol table in the file's dynamic section, rather than the one in the
symbols section.
-x <number>
--hex-dump=<number>
-w[liapr]
--debug-dump[=line,=info,=abbrev,=pubnames,=ranges]
--histogram
-v
--version
-H
--help
readelf
.
Packaging copyright © 1988-2000 OAR Corporation
Context copyright by each document's author. See Free Software Foundation for information.