1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9# or http://www.opensolaris.org/os/licensing.
10# See the License for the specific language governing permissions
11# and limitations under the License.
12#
13# When distributing Covered Code, include this CDDL HEADER in each
14# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15# If applicable, add the following below this CDDL HEADER, with the
16# fields enclosed by brackets "[]" replaced with your own identifying
17# information: Portions Copyright [yyyy] [name of copyright owner]
18#
19# CDDL HEADER END
20#
21# Copyright 2011 Nexenta Systems, Inc.  All rights reserved.
22#
23# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
24# Use is subject to license terms.
25#
26# Interface definition for libmvec.so.1
27
28#
29# MAPFILE HEADER START
30#
31# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
32# Object versioning must comply with the rules detailed in
33#
34#	usr/src/lib/README.mapfiles
35#
36# You should not be making modifications here until you've read the most current
37# copy of that file. If you need help, contact a gatekeeper for guidance.
38#
39# MAPFILE HEADER END
40#
41
42$mapfile_version 2
43
44$if _ELF32
45$add lf64
46$endif
47$if _sparc && _ELF32
48$add sparc32
49$endif
50$if _sparc && _ELF64
51$add sparcv9
52$endif
53$if _x86 && _ELF32
54$add i386
55$endif
56$if _x86 && _ELF64
57$add amd64
58$endif
59
60SYMBOL_VERSION SUNW_1.1 {
61	global:
62		__vatan2;		#LSARC/2003/737
63		__vatan2_;		#LSARC/2003/737
64		__vatan2f;		#LSARC/2003/737
65		__vatan2f_;		#LSARC/2003/737
66		__vatan;		#LSARC/2003/737
67		__vatan_;		#LSARC/2003/737
68		__vatanf;		#LSARC/2003/737
69		__vatanf_;		#LSARC/2003/737
70		__vc_abs;		#LSARC/2003/737
71		__vc_abs_;		#LSARC/2003/737
72		__vc_exp;		#LSARC/2003/737
73		__vc_exp_;		#LSARC/2003/737
74		__vc_log;		#LSARC/2003/737
75		__vc_log_;		#LSARC/2003/737
76		__vc_pow;		#LSARC/2003/737
77		__vc_pow_;		#LSARC/2003/737
78		__vcos;			#LSARC/2003/737
79		__vcos_;		#LSARC/2003/737
80		__vcosf;		#LSARC/2003/737
81		__vcosf_;		#LSARC/2003/737
82		__vexp;			#LSARC/2003/737
83		__vexp_;		#LSARC/2003/737
84		__vexpf;		#LSARC/2003/737
85		__vexpf_;		#LSARC/2003/737
86		__vhypot;		#LSARC/2003/737
87		__vhypot_;		#LSARC/2003/737
88		__vhypotf;		#LSARC/2003/737
89		__vhypotf_;		#LSARC/2003/737
90		__vlog;			#LSARC/2003/737
91		__vlog_;		#LSARC/2003/737
92		__vlogf;		#LSARC/2003/737
93		__vlogf_;		#LSARC/2003/737
94		__vpow;			#LSARC/2003/737
95		__vpow_;		#LSARC/2003/737
96		__vpowf;		#LSARC/2003/737
97		__vpowf_;		#LSARC/2003/737
98		__vrhypot;		#LSARC/2003/737
99		__vrhypot_;		#LSARC/2003/737
100		__vrhypotf;		#LSARC/2003/737
101		__vrhypotf_;		#LSARC/2003/737
102		__vrsqrt;		#LSARC/2003/737
103		__vrsqrt_;		#LSARC/2003/737
104		__vrsqrtf;		#LSARC/2003/737
105		__vrsqrtf_;		#LSARC/2003/737
106		__vsin;			#LSARC/2003/737
107		__vsin_;		#LSARC/2003/737
108		__vsincos;		#LSARC/2003/737
109		__vsincos_;		#LSARC/2003/737
110		__vsincosf;		#LSARC/2003/737
111		__vsincosf_;		#LSARC/2003/737
112		__vsinf;		#LSARC/2003/737
113		__vsinf_;		#LSARC/2003/737
114		__vsqrt;		#LSARC/2003/737
115		__vsqrt_;		#LSARC/2003/737
116		__vsqrtf;		#LSARC/2003/737
117		__vsqrtf_;		#LSARC/2003/737
118		__vz_abs;		#LSARC/2003/737
119		__vz_abs_;		#LSARC/2003/737
120		__vz_exp;		#LSARC/2003/737
121		__vz_exp_;		#LSARC/2003/737
122		__vz_log;		#LSARC/2003/737
123		__vz_log_;		#LSARC/2003/737
124		__vz_pow;		#LSARC/2003/737
125		__vz_pow_;		#LSARC/2003/737
126		vatan2_;		#LSARC/2003/737
127		vatan2f_;		#LSARC/2003/737
128		vatan_;			#LSARC/2003/737
129		vatanf_;		#LSARC/2003/737
130		vc_abs_;		#LSARC/2003/737
131		vc_exp_;		#LSARC/2003/737
132		vc_log_;		#LSARC/2003/737
133		vc_pow_;		#LSARC/2003/737
134		vcos_;			#LSARC/2003/737
135		vcosf_;			#LSARC/2003/737
136		vexp_;			#LSARC/2003/737
137		vexpf_;			#LSARC/2003/737
138		vhypot_;		#LSARC/2003/737
139		vhypotf_;		#LSARC/2003/737
140		vlog_;			#LSARC/2003/737
141		vlogf_;			#LSARC/2003/737
142		vpow_;			#LSARC/2003/737
143		vpowf_;			#LSARC/2003/737
144		vrhypot_;		#LSARC/2003/737
145		vrhypotf_;		#LSARC/2003/737
146		vrsqrt_;		#LSARC/2003/737
147		vrsqrtf_;		#LSARC/2003/737
148		vsin_;			#LSARC/2003/737
149		vsincos_;		#LSARC/2003/737
150		vsincosf_;		#LSARC/2003/737
151		vsinf_;			#LSARC/2003/737
152		vsqrt_;			#LSARC/2003/737
153		vsqrtf_;		#LSARC/2003/737
154		vz_abs_;		#LSARC/2003/737
155		vz_exp_;		#LSARC/2003/737
156		vz_log_;		#LSARC/2003/737
157		vz_pow_;		#LSARC/2003/737
158	local:
159		*;
160};
161