summaryrefslogtreecommitdiffstats
path: root/usr.bin/ldd/ldd.1
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-02-17 07:04:32 +0000
committerobrien <obrien@FreeBSD.org>2002-02-17 07:04:32 +0000
commit77f77a885c6ecd4289ef689cfd206aabb1fbf5a7 (patch)
tree1a80ae19e44db239fd35cf2efcadb5a2847964a9 /usr.bin/ldd/ldd.1
parent8c6ee7cab4c4f47c5652ca5fd0f54eadef837ecf (diff)
downloadFreeBSD-src-77f77a885c6ecd4289ef689cfd206aabb1fbf5a7.zip
FreeBSD-src-77f77a885c6ecd4289ef689cfd206aabb1fbf5a7.tar.gz
Add support such that if LD_TRACE_LOADED_OBJECTS_ALL is defined to a
non-empty string in the environment; we indicate which objects caused each object to be loaded. PR: 30908 Submitted-by: Mike Meyer <mwm@mired.org>
Diffstat (limited to 'usr.bin/ldd/ldd.1')
-rw-r--r--usr.bin/ldd/ldd.18
1 files changed, 8 insertions, 0 deletions
diff --git a/usr.bin/ldd/ldd.1 b/usr.bin/ldd/ldd.1
index 470fd42..a631df2 100644
--- a/usr.bin/ldd/ldd.1
+++ b/usr.bin/ldd/ldd.1
@@ -8,6 +8,7 @@
.Nd list dynamic object dependencies
.Sh SYNOPSIS
.Nm
+.Op Fl a
.Op Fl v
.Op Fl f Ar format
.Ar program ...
@@ -35,6 +36,13 @@ See
for a list of recognized conversion characters.
.Pp
The
+.Fl a
+option displays the list of all objects that are needed by each loaded
+object. This option does not work with
+.Xr a.out 5
+binaries.
+.Pp
+The
.Fl v
option displays an verbose listing of the dynamic linking headers
encoded in the executable. See the source code and include
OpenPOWER on IntegriCloud