UNIX in a Nutshell: System V Edition

UNIX in a Nutshell: System V EditionSearch this book
Previous: Reference: ejectChapter 2
Unix Commands
Next: Reference: env
 

elfdump

elfdump [options] filename ...

Solaris only. Symbolically dump parts of an object file. files may be individual files, or ar archives (libraries) of object files.

Options

-c

Print section headers.

-d

Print the .dynamic section.

-e

Print the ELF header.

-i

Print the .interp section.

-G

Print the .got section.

-h

Print the .hash section.

-n

Print the .note section.

-N name

Qualify an option with the specific name name (e.g., to choose a specific symbol table with -s).

-p

Print program headers.

-r

Print the relocation sections.

-s

Print the symbol table sections.

-v

Print the version sections.

-w file

Write the specified section to file.


Previous: Reference: ejectUNIX in a Nutshell: System V EditionNext: Reference: env
Reference: ejectBook IndexReference: env

The UNIX CD Bookshelf NavigationThe UNIX CD BookshelfUNIX Power ToolsUNIX in a NutshellLearning the vi Editorsed & awkLearning the Korn ShellLearning the UNIX Operating System