1*cd3e9333SAli Bahrami# 2*cd3e9333SAli Bahrami# Copyright (c) 2001, 2010, Oracle and/or its affiliates. All rights reserved. 3*cd3e9333SAli Bahrami# 4*cd3e9333SAli Bahrami# CDDL HEADER START 5*cd3e9333SAli Bahrami# 6*cd3e9333SAli Bahrami# The contents of this file are subject to the terms of the 7*cd3e9333SAli Bahrami# Common Development and Distribution License (the "License"). 8*cd3e9333SAli Bahrami# You may not use this file except in compliance with the License. 9*cd3e9333SAli Bahrami# 10*cd3e9333SAli Bahrami# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 11*cd3e9333SAli Bahrami# or http://www.opensolaris.org/os/licensing. 12*cd3e9333SAli Bahrami# See the License for the specific language governing permissions 13*cd3e9333SAli Bahrami# and limitations under the License. 14*cd3e9333SAli Bahrami# 15*cd3e9333SAli Bahrami# When distributing Covered Code, include this CDDL HEADER in each 16*cd3e9333SAli Bahrami# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 17*cd3e9333SAli Bahrami# If applicable, add the following below this CDDL HEADER, with the 18*cd3e9333SAli Bahrami# fields enclosed by brackets "[]" replaced with your own identifying 19*cd3e9333SAli Bahrami# information: Portions Copyright [yyyy] [name of copyright owner] 20*cd3e9333SAli Bahrami# 21*cd3e9333SAli Bahrami# CDDL HEADER END 22*cd3e9333SAli Bahrami# 23*cd3e9333SAli Bahrami 24*cd3e9333SAli Bahrami# 25*cd3e9333SAli Bahrami# MAPFILE HEADER START 26*cd3e9333SAli Bahrami# 27*cd3e9333SAli Bahrami# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 28*cd3e9333SAli Bahrami# Object versioning must comply with the rules detailed in 29*cd3e9333SAli Bahrami# 30*cd3e9333SAli Bahrami# usr/src/lib/README.mapfiles 31*cd3e9333SAli Bahrami# 32*cd3e9333SAli Bahrami# You should not be making modifications here until you've read the most current 33*cd3e9333SAli Bahrami# copy of that file. If you need help, contact a gatekeeper for guidance. 34*cd3e9333SAli Bahrami# 35*cd3e9333SAli Bahrami# MAPFILE HEADER END 36*cd3e9333SAli Bahrami# 37*cd3e9333SAli Bahrami 38*cd3e9333SAli Bahrami$mapfile_version 2 39*cd3e9333SAli Bahrami 40*cd3e9333SAli BahramiSYMBOL_VERSION SUNWprivate_1.1 { 41*cd3e9333SAli Bahrami global: 42*cd3e9333SAli Bahrami la_version; # Audit interfaces 43*cd3e9333SAli Bahrami la_objopen; 44*cd3e9333SAli Bahrami la_preinit; 45*cd3e9333SAli Bahrami 46*cd3e9333SAli Bahrami 47*cd3e9333SAli Bahrami$if _ELF32 48*cd3e9333SAli Bahrami la_symbind32; 49*cd3e9333SAli Bahrami$elif _ELF64 50*cd3e9333SAli Bahrami la_symbind64; 51*cd3e9333SAli Bahrami$else 52*cd3e9333SAli Bahrami$error unknown ELFCLASS 53*cd3e9333SAli Bahrami$endif 54*cd3e9333SAli Bahrami 55*cd3e9333SAli Bahrami 56*cd3e9333SAli Bahrami local: 57*cd3e9333SAli Bahrami *; 58*cd3e9333SAli Bahrami}; 59