diff options
| author | Edward Pilatowicz <Edward.Pilatowicz@Sun.COM> | 2008-09-23 22:32:10 -0700 |
|---|---|---|
| committer | Edward Pilatowicz <Edward.Pilatowicz@Sun.COM> | 2008-09-23 22:32:10 -0700 |
| commit | 186f7fbf5e07d046b50e4e15c32b21f109b76c80 (patch) | |
| tree | 7bb0d0b3f1656c4959df4535c7adc296422b5863 /usr/src/lib/libproc/common/mapfile-vers | |
| parent | feccaf6df4d61f3e7e0723a768ce407f9eb6a1dd (diff) | |
| download | illumos-joyent-186f7fbf5e07d046b50e4e15c32b21f109b76c80.tar.gz | |
PSARC/2008/490 pmadvise/pldd unresolved link map flag
6599704 libproc should look inside zones for objects
--HG--
rename : usr/src/lib/libproc/common/Pbrand.c => usr/src/lib/libproc/common/Pzone.c
Diffstat (limited to 'usr/src/lib/libproc/common/mapfile-vers')
| -rw-r--r-- | usr/src/lib/libproc/common/mapfile-vers | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/usr/src/lib/libproc/common/mapfile-vers b/usr/src/lib/libproc/common/mapfile-vers index a2fc5c9be6..bf7b3b9426 100644 --- a/usr/src/lib/libproc/common/mapfile-vers +++ b/usr/src/lib/libproc/common/mapfile-vers @@ -19,11 +19,9 @@ # CDDL HEADER END # # -# Copyright 2007 Sun Microsystems, Inc. All rights reserved. +# Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# # Due to mistakes made early in the history of this library, there are no # SUNW_1.1 through SUNW_1.4 symbols, but they are now kept as placeholders. @@ -126,11 +124,14 @@ SUNWprivate_1.1 { Plwp_setregs; Plwp_stack; Pmapping_iter; + Pmapping_iter_resolved; Pname_to_ctf; Pname_to_loadobj; Pname_to_map; Pobject_iter; + Pobject_iter_resolved; Pobjname; + Pobjname_resolved; Pplatform; Ppltdest; Ppriv; @@ -276,9 +277,12 @@ SUNWprivate_1.1 { Pxecbkpt; Pxecwapt; Pxlookup_by_addr; + Pxlookup_by_addr_resolved; Pxlookup_by_name; Pxsymbol_iter; Pzonename; + Pzonepath; + Pzoneroot; local: *; }; |
