mapfile-vers revision cd3e933325e68e23516a196a8fea7f49b1e497c3
2c76fd8cdec6f32663a03b16fb5871f7c54330a6vboxsync#
2c76fd8cdec6f32663a03b16fb5871f7c54330a6vboxsync# Copyright (c) 2001, 2010, Oracle and/or its affiliates. All rights reserved.
2c76fd8cdec6f32663a03b16fb5871f7c54330a6vboxsync#
2c76fd8cdec6f32663a03b16fb5871f7c54330a6vboxsync# CDDL HEADER START
2c76fd8cdec6f32663a03b16fb5871f7c54330a6vboxsync#
2c76fd8cdec6f32663a03b16fb5871f7c54330a6vboxsync# The contents of this file are subject to the terms of the
2c76fd8cdec6f32663a03b16fb5871f7c54330a6vboxsync# Common Development and Distribution License (the "License").
2c76fd8cdec6f32663a03b16fb5871f7c54330a6vboxsync# You may not use this file except in compliance with the License.
2c76fd8cdec6f32663a03b16fb5871f7c54330a6vboxsync#
2c76fd8cdec6f32663a03b16fb5871f7c54330a6vboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2c76fd8cdec6f32663a03b16fb5871f7c54330a6vboxsync# or http://www.opensolaris.org/os/licensing.
2c76fd8cdec6f32663a03b16fb5871f7c54330a6vboxsync# See the License for the specific language governing permissions
2c76fd8cdec6f32663a03b16fb5871f7c54330a6vboxsync# and limitations under the License.
2c76fd8cdec6f32663a03b16fb5871f7c54330a6vboxsync#
2c76fd8cdec6f32663a03b16fb5871f7c54330a6vboxsync# When distributing Covered Code, include this CDDL HEADER in each
2c76fd8cdec6f32663a03b16fb5871f7c54330a6vboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2c76fd8cdec6f32663a03b16fb5871f7c54330a6vboxsync# If applicable, add the following below this CDDL HEADER, with the
2c76fd8cdec6f32663a03b16fb5871f7c54330a6vboxsync# fields enclosed by brackets "[]" replaced with your own identifying
2c76fd8cdec6f32663a03b16fb5871f7c54330a6vboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
2c76fd8cdec6f32663a03b16fb5871f7c54330a6vboxsync#
2c76fd8cdec6f32663a03b16fb5871f7c54330a6vboxsync# CDDL HEADER END
2c76fd8cdec6f32663a03b16fb5871f7c54330a6vboxsync#
2c76fd8cdec6f32663a03b16fb5871f7c54330a6vboxsync
2c76fd8cdec6f32663a03b16fb5871f7c54330a6vboxsync#
2c76fd8cdec6f32663a03b16fb5871f7c54330a6vboxsync# MAPFILE HEADER START
2c76fd8cdec6f32663a03b16fb5871f7c54330a6vboxsync#
2c76fd8cdec6f32663a03b16fb5871f7c54330a6vboxsync# WARNING: STOP NOW. DO NOT MODIFY THIS FILE.
2c76fd8cdec6f32663a03b16fb5871f7c54330a6vboxsync# Object versioning must comply with the rules detailed in
2c76fd8cdec6f32663a03b16fb5871f7c54330a6vboxsync#
2c76fd8cdec6f32663a03b16fb5871f7c54330a6vboxsync# usr/src/lib/README.mapfiles
2c76fd8cdec6f32663a03b16fb5871f7c54330a6vboxsync#
2c76fd8cdec6f32663a03b16fb5871f7c54330a6vboxsync# You should not be making modifications here until you've read the most current
2c76fd8cdec6f32663a03b16fb5871f7c54330a6vboxsync# copy of that file. If you need help, contact a gatekeeper for guidance.
2c76fd8cdec6f32663a03b16fb5871f7c54330a6vboxsync#
2c76fd8cdec6f32663a03b16fb5871f7c54330a6vboxsync# MAPFILE HEADER END
2c76fd8cdec6f32663a03b16fb5871f7c54330a6vboxsync#
2c76fd8cdec6f32663a03b16fb5871f7c54330a6vboxsync
2c76fd8cdec6f32663a03b16fb5871f7c54330a6vboxsync$mapfile_version 2
2c76fd8cdec6f32663a03b16fb5871f7c54330a6vboxsync
2c76fd8cdec6f32663a03b16fb5871f7c54330a6vboxsyncSYMBOL_VERSION SUNWprivate_1.1 {
2c76fd8cdec6f32663a03b16fb5871f7c54330a6vboxsync global:
2c76fd8cdec6f32663a03b16fb5871f7c54330a6vboxsync la_version; # Audit interfaces
2c76fd8cdec6f32663a03b16fb5871f7c54330a6vboxsync la_objclose;
2c76fd8cdec6f32663a03b16fb5871f7c54330a6vboxsync la_objopen;
2c76fd8cdec6f32663a03b16fb5871f7c54330a6vboxsync
2c76fd8cdec6f32663a03b16fb5871f7c54330a6vboxsync # There is a different pltenter function for every platform
2c76fd8cdec6f32663a03b16fb5871f7c54330a6vboxsync$if _sparc
2c76fd8cdec6f32663a03b16fb5871f7c54330a6vboxsync
2c76fd8cdec6f32663a03b16fb5871f7c54330a6vboxsync$if _ELF32
2c76fd8cdec6f32663a03b16fb5871f7c54330a6vboxsync la_sparcv8_pltenter;
$elif _ELF64
la_sparcv9_pltenter;
$else
$error unknown sparc ELFCLASS
$endif
$elif _x86
$if _ELF32
la_i86_pltenter;
$elif _ELF64
la_amd64_pltenter;
$else
$error unknown x86 ELFCLASS
$endif
$else
$error unknown platform
$endif
local:
*;
};