-
objdump is a command-line
program for
displaying various information about object files on Unix-like
operating systems. For instance, it can be used as...
- systems,
similar to
objdump. It is part of the GNU binutils. Both
programs are
capable of
displaying the
contents of ELF
format files.
objdump sees an ELF file...
-
command to get the
information from
within the
library file
using objdump: $
objdump -p libx.so.1.3 | grep
SONAME SONAME libx.so.1
Application programming...
-
suggests to use the
following command using the
objdump and grep
utilities as alternative: user@home ~/ $
objdump -p /path/program | grep
NEEDED user@home ~/...
- with
specialised tools such as
elfdump on Unix and Unix-like systems,
objdump and
kdump on Linux, IPCS (Interactive
Problem Control System) on IBM z/OS...
-
under Solaris and FreeBSD.
objdump provides a wide
range of
information about ELF
files and
other object formats.
objdump uses the
Binary File Descriptor...
- of
solving the name
mangling problem by
using extern "C" in C++ code.
objdump The
Wikibook Guide to Unix has a page on the
topic of:
Commands nm: write...
- -shared -Wl,-soname,termcap.so.4,-rpath,/lib/termcap.so.4 -o termcap.so.4 $
objdump -x termcap.so.4
NEEDED libc.so.6
SONAME termcap.so.4
RPATH /lib/termcap...
-
exported by
object files objcopy copy
object files,
possibly making changes objdump dump
information about object files ranlib generate indices for archives...
-
standalone dis****embler
distributed along with the debugger. For example,
objdump, part of GNU Binutils, is
related to the
interactive debugger gdb. Binary...