1e71ca95cSGerald Jelinek#
2e71ca95cSGerald Jelinek# CDDL HEADER START
3e71ca95cSGerald Jelinek#
4e71ca95cSGerald Jelinek# The contents of this file are subject to the terms of the
5e71ca95cSGerald Jelinek# Common Development and Distribution License (the "License").
6e71ca95cSGerald Jelinek# You may not use this file except in compliance with the License.
7e71ca95cSGerald Jelinek#
8e71ca95cSGerald Jelinek# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9e71ca95cSGerald Jelinek# or http://www.opensolaris.org/os/licensing.
10e71ca95cSGerald Jelinek# See the License for the specific language governing permissions
11e71ca95cSGerald Jelinek# and limitations under the License.
12e71ca95cSGerald Jelinek#
13e71ca95cSGerald Jelinek# When distributing Covered Code, include this CDDL HEADER in each
14e71ca95cSGerald Jelinek# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15e71ca95cSGerald Jelinek# If applicable, add the following below this CDDL HEADER, with the
16e71ca95cSGerald Jelinek# fields enclosed by brackets "[]" replaced with your own identifying
17e71ca95cSGerald Jelinek# information: Portions Copyright [yyyy] [name of copyright owner]
18e71ca95cSGerald Jelinek#
19e71ca95cSGerald Jelinek# CDDL HEADER END
20e71ca95cSGerald Jelinek#
21e71ca95cSGerald Jelinek#
22cd3e9333SAli Bahrami# Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
23e71ca95cSGerald Jelinek#
24e71ca95cSGerald Jelinek
25e71ca95cSGerald Jelinek#
26e71ca95cSGerald Jelinek# MAPFILE HEADER START
27e71ca95cSGerald Jelinek#
28e71ca95cSGerald Jelinek# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
29e71ca95cSGerald Jelinek# Object versioning must comply with the rules detailed in
30e71ca95cSGerald Jelinek#
31e71ca95cSGerald Jelinek#	usr/src/lib/README.mapfiles
32e71ca95cSGerald Jelinek#
33e71ca95cSGerald Jelinek# You should not be making modifications here until you've read the most current
34e71ca95cSGerald Jelinek# copy of that file. If you need help, contact a gatekeeper for guidance.
35e71ca95cSGerald Jelinek#
36e71ca95cSGerald Jelinek# MAPFILE HEADER END
37e71ca95cSGerald Jelinek#
38e71ca95cSGerald Jelinek
39cd3e9333SAli Bahrami$mapfile_version 2
40cd3e9333SAli Bahrami
41cd3e9333SAli BahramiSYMBOL_VERSION SUNWprivate_1.1 {
42*8222814eSRichard Lowe    global:
43*8222814eSRichard Lowe	rtld_db_brand_ops32	{
44*8222814eSRichard Lowe				  ASSERT = {
45*8222814eSRichard Lowe					  TYPE = OBJECT;
46*8222814eSRichard Lowe					  SIZE = addrsize[5];
47*8222814eSRichard Lowe					};
48*8222814eSRichard Lowe				};
49cd3e9333SAli Bahrami
50cd3e9333SAli Bahrami$if _ELF64
51*8222814eSRichard Lowe	rtld_db_brand_ops64	{
52*8222814eSRichard Lowe				  ASSERT = {
53*8222814eSRichard Lowe					  TYPE = OBJECT;
54*8222814eSRichard Lowe					  SIZE = addrsize[5];
55*8222814eSRichard Lowe					};
56*8222814eSRichard Lowe				};
57cd3e9333SAli Bahrami$endif
58cd3e9333SAli Bahrami
59*8222814eSRichard Lowe    local:
60*8222814eSRichard Lowe	*;
61e71ca95cSGerald Jelinek};
62e71ca95cSGerald Jelinek
63e71ca95cSGerald Jelinek#Externally defined symbols
64cd3e9333SAli BahramiSYMBOL_SCOPE {
65e71ca95cSGerald Jelinek    global:
66*8222814eSRichard Lowe	ps_pauxv		{ FLAGS = NODIRECT PARENT; };
67*8222814eSRichard Lowe	ps_pdmodel		{ FLAGS = NODIRECT PARENT; };
68*8222814eSRichard Lowe	ps_pglobal_lookup	{ FLAGS = NODIRECT PARENT; };
69*8222814eSRichard Lowe	ps_pglobal_sym		{ FLAGS = NODIRECT PARENT; };
70*8222814eSRichard Lowe	ps_plog			{ FLAGS = NODIRECT PARENT; };
71*8222814eSRichard Lowe	ps_pread		{ FLAGS = NODIRECT PARENT; };
72*8222814eSRichard Lowe	ps_pwrite		{ FLAGS = NODIRECT PARENT; };
73e71ca95cSGerald Jelinek};
74