| [ < ] | [ > ] | [ << ] | [ 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']
[`-u'|`--unwind']
[`-d'|`--dynamic']
[`-V'|`--version-info']
[`-A'|`--arch-specific']
[`-D'|`--use-dynamic']
[`-x' <number>|`--hex-dump='<number>]
[`-w[liaprmfFso]'|
`--debug-dump'[=line,=info,=abbrev,=pubnames,=ranges,=macro,=frames,=frames-interp,=str,=loc]]
[`-I'|`-histogram']
[`-v'|`--version']
[`-W'|`--wide']
[`-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 examining 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--allEquivalent to specifiying `--file-header', `--program-headers', `--sections', `--symbols', `--relocs', `--dynamic', `--notes' and `--version-info'.
-h--file-headerDisplays the information contained in the ELF header at the start of the file.
-l--program-headers--segmentsDisplays the information contained in the file's segment headers, if it has any.
-S--sections--section-headersDisplays the information contained in the file's section headers, if it has any.
-s--symbols--symsDisplays the entries in symbol table section of the file, if it has one.
-e--headersDisplay all the headers in the file. Equivalent to `-h -l -S'.
-n--notesDisplays the contents of the NOTE segment, if it exists.
-r--relocsDisplays the contents of the file's relocation section, if it has one.
-u--unwindDisplays the contents of the file's unwind section, if it has one. Only the unwind sections for IA64 ELF files are currently supported.
-u--unwindDisplays the contents of the file's unwind section, if it has one. Only the unwind sections for IA64 ELF files are currently supported.
-d--dynamicDisplays the contents of the file's dynamic section, if it has one.
-V--version-infoDisplays the contents of the version sections in the file, it they exist.
-A--arch-specificDisplays architecture-specific information in the file, if there is any.
-D--use-dynamicWhen displaying symbols, this option makes readelf use the
symbol table in the file's dynamic section, rather than the one in the
symbols section.
-x <number>--hex-dump=<number>Displays the contents of the indicated section as a hexadecimal dump.
-w[liaprmfFso]--debug-dump[=line,=info,=abbrev,=pubnames,=ranges,=macro,=frames,=frames-interp,=str,=loc]Displays the contents of the debug sections in the file, if any are present. If one of the optional letters or words follows the switch then only data found in those specific sections will be dumped.
-I--histogramDisplay a histogram of bucket list lengths when displaying the contents of the symbol tables.
-v--versionDisplay the version number of readelf.
-W--wideDon't break output lines to fit into 80 columns. By default
readelf breaks section header and segment listing lines for
64-bit ELF files, so that they fit into 80 columns. This option causes
readelf to print each section header resp. each segment one a
single line, which is far more readable on terminals wider than 80 columns.
-H--helpDisplay the command line options understood by readelf.
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
This document was generated by Build Daemon user on October, 25 2005 using texi2html 1.76.