Scroll to navigation

READELF(1) GNU Development Tools READELF(1)

NAME

readelf - Displays information about ELF files.

SYNOPSIS

readelf [-a--all]
[-h--file-header]
[-l--program-headers--segments]
[-S--section-headers--sections]
[-g--section-groups]
[-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[liaprmfFsoR]
--debug-dump[=line,=info,=abbrev,=pubnames,=aranges,=macro,=frames,=frames-interp,=str,=loc,=Ranges]]
[-I-histogram]
[-v--version]
[-W--wide]
[-H--help]
elffile...

DESCRIPTION

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. 32-bit and 64-bit ELF files are supported, as are archives containing ELF files.

This program performs a similar function to objdump but it goes into more detail and it exists independently of the BFD library, so if there is a bug in BFD then readelf will not be affected.

OPTIONS

The long and short forms of options, shown here as alternatives, are equivalent. At least one option besides -v or -H must be given.

Equivalent to specifiying --file-header, --program-headers, --sections, --symbols, --relocs, --dynamic, --notes and --version-info.
Displays the information contained in the ELF header at the start of the file.
Displays the information contained in the file's segment headers, if it has any.
Displays the information contained in the file's section headers, if it has any.
Displays the information contained in the file's section groups, if it has any.
Displays the entries in symbol table section of the file, if it has one.
Display all the headers in the file. Equivalent to -h -l -S.
Displays the contents of the NOTE segments and/or sections, if any.
Displays the contents of the file's relocation section, if it has one.
Displays the contents of the file's unwind section, if it has one. Only the unwind sections for IA64 ELF files are currently supported.
Displays the contents of the file's dynamic section, if it has one.
Displays the contents of the version sections in the file, it they exist.
Displays architecture-specific information in the file, if there is any.
When displaying symbols, this option makes readelf use the symbol table in the file's dynamic section, rather than the one in the symbols section.
Displays the contents of the indicated section as a hexadecimal dump.
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.
Display a histogram of bucket list lengths when displaying the contents of the symbol tables.
Display the version number of readelf.
Don'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.
Display the command line options understood by readelf.

SEE ALSO

objdump(1), and the Info entries for binutils.

COPYRIGHT

Copyright (c) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 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 ``GNU Free Documentation License''.

2005-04-20 binutils-2.15.97