GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
ELFDUMP(1) FreeBSD General Commands Manual ELFDUMP(1)

elfdump
display information about ELF files

elfdump -a | -E | -cdeGhinprs [-w file] file

The elfdump utility dumps various information about the specified ELF file.

The options are as follows:

Dump all information.
Dump section headers.
Dump dynamic symbols.
Dump ELF header.
Return success if file is an ELF file and failure if it is not. This option is exclusive with other options.
Dump the GOT.
Dump the hash values.
Dump the dynamic interpreter.
Dump note sections.
Dump the program header.
Dump relocations.
Dump the symbol table.
file
Write output to a file instead of the standard output.

The elfdump utility exits 0 on success, and >0 if an error occurs.

The following is an example of a typical usage of the elfdump command:

elfdump -a -w output /bin/ls

objdump(1), readelf(1)

AT&T Unix Systems Labs, System V Application Binary Interface, http://www.sco.com/developers/gabi/.

The elfdump utility first appeared in FreeBSD 5.0.

The elfdump utility was written by Jake Burkholder <jake@FreeBSD.org>. This manual page was written by David O'Brien <obrien@FreeBSD.org>.

Does not fully implement the ELF gABI.
November 5, 2018 FreeBSD 13.1-RELEASE

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.