xref: /illumos-gate/usr/src/cmd/sgs/librtld_db/common/mapfile-vers (revision 99dda20867d903eec23291ba1ecb18a82d70096b)
1#
2# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
3# Use is subject to license terms.
4#
5# CDDL HEADER START
6#
7# The contents of this file are subject to the terms of the
8# Common Development and Distribution License (the "License").
9# You may not use this file except in compliance with the License.
10#
11# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
12# or http://www.opensolaris.org/os/licensing.
13# See the License for the specific language governing permissions
14# and limitations under the License.
15#
16# When distributing Covered Code, include this CDDL HEADER in each
17# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
18# If applicable, add the following below this CDDL HEADER, with the
19# fields enclosed by brackets "[]" replaced with your own identifying
20# information: Portions Copyright [yyyy] [name of copyright owner]
21#
22# CDDL HEADER END
23#
24# ident	"%Z%%M%	%I%	%E% SMI"
25
26SUNW_1.1 {
27    global:
28	rd_delete;
29	rd_errstr;
30	rd_event_addr;
31	rd_event_enable;
32	rd_event_getmsg;
33	rd_init;
34	rd_ctl;
35	rd_loadobj_iter;
36	rd_log;
37	rd_new;
38	rd_objpad_enable;
39	rd_plt_resolution;
40	rd_fix_phdrs;
41	rd_reset;
42    local:
43	*;
44};
45
46
47#Externally defined symbols
48{
49    global:
50	ps_pauxv =		NODIRECT PARENT;
51	ps_pdmodel =		NODIRECT PARENT;
52	ps_pglobal_lookup =	NODIRECT PARENT;
53	ps_pglobal_sym =	NODIRECT PARENT;
54	ps_plog =		NODIRECT PARENT;
55	ps_pread =		NODIRECT PARENT;
56	ps_pwrite =		NODIRECT PARENT;
57};
58