Интерактивная система просмотра системных руководств (man-ов)
elfdump (1) elfdump (1) ( Solaris man: Команды и прикладные программы пользовательского уровня ) >> elfdump (1) ( FreeBSD man: Команды и прикладные программы пользовательского уровня ) BSD mandoc
NAME
elfdump
- display information about
ELF
files
SYNOPSIS
-a | cdeGhinprs
[-w file
]
file
DESCRIPTION
The
utility
dumps various information about the specified
ELF
file
The options are as follows:
-a
Dump all information.
-c
Dump shared headers.
-d
Dump dynamic symbols.
-e
Dump ELF header.
-G
Dump the GOT.
-h
Dump the hash values.
-i
Dump the dynamic interpreter.
-n
Dump note sections.
-p
Dump the program header.
-r
Dump relocations.
-s
Dump the symbol table.
-w file
Write output to a
file
instead of the standard output.
EXIT STATUS
Ex -std
EXAMPLES
The following is an example of a typical usage
of the
command:
"elfdump -a -w output /bin/ls"
SEE ALSO
objdump (1),
readelf (1)
"AT&T Unix Systems Labs"
"System V Application Binary Interface"
http://www.sco.com/developers/gabi/
HISTORY
The
utility first appeared in
Fx 5.0 .
AUTHORS
An -nosplit
The
utility
was written by
An Jake Burkholder Aq jake@FreeBSD.org .
This
manual page was written by
An David O'Brien Aq obrien@FreeBSD.org .
BUGS
Does not fully implement the
ELF
gABI.
Index
NAME
SYNOPSIS
DESCRIPTION
EXIT STATUS
EXAMPLES
SEE ALSO
HISTORY
AUTHORS
BUGS