mapfile-vers revision fb1354ed4c9fee45e038d38a155ea6fb11ee17bb
96N/A#
96N/A# CDDL HEADER START
96N/A#
96N/A# The contents of this file are subject to the terms of the
96N/A# Common Development and Distribution License, Version 1.0 only
96N/A# (the "License"). You may not use this file except in compliance
96N/A# with the License.
96N/A#
96N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
96N/A# or http://www.opensolaris.org/os/licensing.
96N/A# See the License for the specific language governing permissions
96N/A# and limitations under the License.
96N/A#
96N/A# When distributing Covered Code, include this CDDL HEADER in each
96N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
96N/A# If applicable, add the following below this CDDL HEADER, with the
96N/A# fields enclosed by brackets "[]" replaced with your own identifying
96N/A# information: Portions Copyright [yyyy] [name of copyright owner]
96N/A#
96N/A# CDDL HEADER END
780N/A#
96N/A
96N/A#
96N/A# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
96N/A# Use is subject to license terms.
1095N/A#
618N/A# ident "%Z%%M% %I% %E% SMI"
96N/A#
96N/A
844N/ASUNWprivate_1.3 {
1095N/A global:
780N/A rt_dldump;
1258N/A};
96N/A
96N/A{
96N/A global:
96N/A do_reloc = FUNCTION parent;
96N/A elf_plt_write = FUNCTION parent;
787N/A eprintf = FUNCTION parent;
787N/A is_so_loaded = FUNCTION parent;
787N/A lookup_sym = FUNCTION parent;
96N/A
96N/A reloc_table = DATA parent;
96N/A lml_main = DATA parent;
1095N/A local:
1095N/A *;
1095N/A};
1095N/A