xref: /onnv-gate/usr/src/cmd/sgs/librtld_db/common/mapfile-vers (revision 12692:4341b447c069)
10Sstevel@tonic-gate#
20Sstevel@tonic-gate# CDDL HEADER START
30Sstevel@tonic-gate#
40Sstevel@tonic-gate# The contents of this file are subject to the terms of the
52712Snn35248# Common Development and Distribution License (the "License").
62712Snn35248# You may not use this file except in compliance with the License.
70Sstevel@tonic-gate#
80Sstevel@tonic-gate# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
90Sstevel@tonic-gate# or http://www.opensolaris.org/os/licensing.
100Sstevel@tonic-gate# See the License for the specific language governing permissions
110Sstevel@tonic-gate# and limitations under the License.
120Sstevel@tonic-gate#
130Sstevel@tonic-gate# When distributing Covered Code, include this CDDL HEADER in each
140Sstevel@tonic-gate# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
150Sstevel@tonic-gate# If applicable, add the following below this CDDL HEADER, with the
160Sstevel@tonic-gate# fields enclosed by brackets "[]" replaced with your own identifying
170Sstevel@tonic-gate# information: Portions Copyright [yyyy] [name of copyright owner]
180Sstevel@tonic-gate#
190Sstevel@tonic-gate# CDDL HEADER END
200Sstevel@tonic-gate#
216830Sedp
226830Sedp#
23*12692SAli.Bahrami@Oracle.COM# Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
246830Sedp#
258744SAli.Bahrami@Sun.COM
268744SAli.Bahrami@Sun.COM#
278744SAli.Bahrami@Sun.COM# MAPFILE HEADER START
288744SAli.Bahrami@Sun.COM#
298744SAli.Bahrami@Sun.COM# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
308744SAli.Bahrami@Sun.COM# Object versioning must comply with the rules detailed in
318744SAli.Bahrami@Sun.COM#
328744SAli.Bahrami@Sun.COM#	usr/src/lib/README.mapfiles
338744SAli.Bahrami@Sun.COM#
348744SAli.Bahrami@Sun.COM# You should not be making modifications here until you've read the most current
358744SAli.Bahrami@Sun.COM# copy of that file. If you need help, contact a gatekeeper for guidance.
368744SAli.Bahrami@Sun.COM#
378744SAli.Bahrami@Sun.COM# MAPFILE HEADER END
386830Sedp#
390Sstevel@tonic-gate
40*12692SAli.Bahrami@Oracle.COM$mapfile_version 2
41*12692SAli.Bahrami@Oracle.COM
42*12692SAli.Bahrami@Oracle.COMSYMBOL_VERSION SUNW_1.1 {
430Sstevel@tonic-gate    global:
440Sstevel@tonic-gate	rd_delete;
450Sstevel@tonic-gate	rd_errstr;
460Sstevel@tonic-gate	rd_event_addr;
470Sstevel@tonic-gate	rd_event_enable;
480Sstevel@tonic-gate	rd_event_getmsg;
490Sstevel@tonic-gate	rd_init;
502712Snn35248	rd_ctl;
510Sstevel@tonic-gate	rd_loadobj_iter;
520Sstevel@tonic-gate	rd_log;
530Sstevel@tonic-gate	rd_new;
540Sstevel@tonic-gate	rd_objpad_enable;
550Sstevel@tonic-gate	rd_plt_resolution;
560Sstevel@tonic-gate	rd_reset;
570Sstevel@tonic-gate    local:
580Sstevel@tonic-gate	*;
590Sstevel@tonic-gate};
600Sstevel@tonic-gate
61*12692SAli.Bahrami@Oracle.COMSYMBOL_VERSION SUNWprivate_1.1 {
626830Sedp    global:
636830Sedp	_rd_get_dyns32;
646830Sedp	_rd_get_ehdr32;
656830Sedp	_rd_loadobj_iter32;
666830Sedp	rd_get_dyns;
676830Sedp	validate_rdebug32;
68*12692SAli.Bahrami@Oracle.COM
69*12692SAli.Bahrami@Oracle.COM$if _ELF64
70*12692SAli.Bahrami@Oracle.COM	_rd_get_dyns64;
71*12692SAli.Bahrami@Oracle.COM	_rd_get_ehdr64;
72*12692SAli.Bahrami@Oracle.COM	_rd_loadobj_iter64;
73*12692SAli.Bahrami@Oracle.COM	validate_rdebug64;
74*12692SAli.Bahrami@Oracle.COM$endif
756830Sedp};
760Sstevel@tonic-gate
770Sstevel@tonic-gate#Externally defined symbols
78*12692SAli.Bahrami@Oracle.COMSYMBOL_SCOPE {
790Sstevel@tonic-gate    global:
80*12692SAli.Bahrami@Oracle.COM	ps_pauxv		{ FLAGS = NODIRECT PARENT };
81*12692SAli.Bahrami@Oracle.COM	ps_pdmodel		{ FLAGS = NODIRECT PARENT };
82*12692SAli.Bahrami@Oracle.COM	ps_pglobal_lookup	{ FLAGS = NODIRECT PARENT };
83*12692SAli.Bahrami@Oracle.COM	ps_pglobal_sym		{ FLAGS = NODIRECT PARENT };
84*12692SAli.Bahrami@Oracle.COM	ps_plog			{ FLAGS = NODIRECT PARENT };
85*12692SAli.Bahrami@Oracle.COM	ps_pread		{ FLAGS = NODIRECT PARENT };
86*12692SAli.Bahrami@Oracle.COM	ps_pwrite		{ FLAGS = NODIRECT PARENT };
870Sstevel@tonic-gate};
88