summaryrefslogtreecommitdiff
path: root/libexec/ld.so/ld.so.1
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>2007-04-03 14:33:08 +0000
committerJason Wright <jason@cvs.openbsd.org>2007-04-03 14:33:08 +0000
commit28698514c0b26bd2ff30ec5592ac9ba0cf398d19 (patch)
tree4a6a82a47e4cc31104f15c1dcc9086644f154b51 /libexec/ld.so/ld.so.1
parent9102694f4ec43847eea5f6caceb5ea5732ceab60 (diff)
add support for LD_TRACE_LOADED_OBJECTS_{FMT1/FMT2/PROGNAME}. Functionality
matches and expands on the old a.out ld.so formatting. ok drahn
Diffstat (limited to 'libexec/ld.so/ld.so.1')
-rw-r--r--libexec/ld.so/ld.so.116
1 files changed, 11 insertions, 5 deletions
diff --git a/libexec/ld.so/ld.so.1 b/libexec/ld.so/ld.so.1
index 74fd744827a..43a1406a00f 100644
--- a/libexec/ld.so/ld.so.1
+++ b/libexec/ld.so/ld.so.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ld.so.1,v 1.11 2006/06/22 09:11:23 mk Exp $
+.\" $OpenBSD: ld.so.1,v 1.12 2007/04/03 14:33:07 jason Exp $
.\" $NetBSD: rtld.1,v 1.2 1995/10/08 23:43:28 pk Exp $
.\"
.\" Copyright (c) 1995 Paul Kranenburg
@@ -136,17 +136,24 @@ The main program's name
.It \&%A
The value of the environment variable
.Ev LD_TRACE_LOADED_OBJECTS_PROGNAME .
-.Aq not yet supported
-.It %o
-The library name.
+.It %e
+The end address of the library.
+.It %g
+The library's group reference count.
.It %m
The library's major version number.
.It %n
The library's minor version number.
+.It %O
+The library's open count.
+.It %o
+The library name.
.It %p
The full pathname as determined by
.Nm ld.so Ns 's
library search rules.
+.It %r
+The library's reference count.
.It %x
The library's load address.
.El
@@ -156,7 +163,6 @@ Additionally,
and
.Sy \et
are recognised and have their usual meaning.
-.Aq not yet supported
.Pp
.It Ev LD_NO_INTERN_SEARCH
When set,