[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
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
-h
--file-header
-l
--program-headers
--segments
-S
--sections
--section-headers
-s
--symbols
--syms
-e
--headers
-n
--notes
-r
--relocs
-d
--dynamic
-V
--version-info
-D
--use-dynamic
readelf
use the
symbol 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
.
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |