home | O'Reilly's CD bookshelfs | FreeBSD | Linux | Cisco | Cisco Exam  


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: eject UNIX in a Nutshell: System V Edition Next: Reference: env
Reference: eject Book Index Reference: 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