elfdump
[options] filename ...Solaris only. Symbolically dump parts of an object file. files may be individual files, or ar archives (libraries) of object files.
-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
nameQualify 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
fileWrite the specified section to file.