mapfile-vers revision 7c478bd95313f5f23a4c958a745db2134aa03244
25cc5fbba63f84b47e389af749f55abbbde71c8cChristian Maeder# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
25cc5fbba63f84b47e389af749f55abbbde71c8cChristian Maeder# Use is subject to license terms.
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# CDDL HEADER START
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# The contents of this file are subject to the terms of the
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# Common Development and Distribution License, Version 1.0 only
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# (the "License"). You may not use this file except in compliance
43b4c41fbb07705c9df321221ab9cb9832460407Christian Maeder# with the License.
f2f9df2e17e70674f0bf426ed1763c973ee4cde0Christian Maeder# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
f2f9df2e17e70674f0bf426ed1763c973ee4cde0Christian Maeder# or http://www.opensolaris.org/os/licensing.
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# See the License for the specific language governing permissions
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder# and limitations under the License.
43b4c41fbb07705c9df321221ab9cb9832460407Christian Maeder# When distributing Covered Code, include this CDDL HEADER in each
6a79849bed67264c396dddb3e9c184bdfc1a1bc9Christian Maeder# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
6a79849bed67264c396dddb3e9c184bdfc1a1bc9Christian Maeder# If applicable, add the following below this CDDL HEADER, with the
6a79849bed67264c396dddb3e9c184bdfc1a1bc9Christian Maeder# fields enclosed by brackets "[]" replaced with your own identifying
6a79849bed67264c396dddb3e9c184bdfc1a1bc9Christian Maeder# information: Portions Copyright [yyyy] [name of copyright owner]
43b4c41fbb07705c9df321221ab9cb9832460407Christian Maeder# CDDL HEADER END
ce8b15da31cd181b7e90593cbbca98f47eda29d6Till Mossakowski# ident "%Z%%M% %I% %E% SMI"
c0c2380bced8159ff0297ece14eba948bd236471Christian Maeder rd_event_addr;
c0c2380bced8159ff0297ece14eba948bd236471Christian Maeder rd_event_enable;
c0c2380bced8159ff0297ece14eba948bd236471Christian Maeder rd_event_getmsg;
8410667510a76409aca9bb24ff0eda0420088274Christian Maeder rd_loadobj_iter;
8410667510a76409aca9bb24ff0eda0420088274Christian Maeder rd_objpad_enable;
404166b9366552e9ec5abb87a37c76ec8a815fb7Klaus Luettich rd_plt_resolution;
eee4b2ee739f163e09d6af6e45c025681e6c01a0Christian Maeder#Externally defined symbols
eee4b2ee739f163e09d6af6e45c025681e6c01a0Christian Maeder ps_pauxv = PARENT;
eee4b2ee739f163e09d6af6e45c025681e6c01a0Christian Maeder ps_pdmodel = PARENT;
eee4b2ee739f163e09d6af6e45c025681e6c01a0Christian Maeder ps_pglobal_lookup = PARENT;
eee4b2ee739f163e09d6af6e45c025681e6c01a0Christian Maeder ps_pglobal_sym = PARENT;
eee4b2ee739f163e09d6af6e45c025681e6c01a0Christian Maeder ps_plog = PARENT;
404166b9366552e9ec5abb87a37c76ec8a815fb7Klaus Luettich ps_pread = PARENT;
5191fa24c532d1f67e7a642e9aece65efb8a0975Christian Maeder ps_pwrite = PARENT;