1*7c478bd9Sstevel@tonic-gate#
2*7c478bd9Sstevel@tonic-gate# Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
3*7c478bd9Sstevel@tonic-gate# Use is subject to license terms.
4*7c478bd9Sstevel@tonic-gate#
5*7c478bd9Sstevel@tonic-gate# CDDL HEADER START
6*7c478bd9Sstevel@tonic-gate#
7*7c478bd9Sstevel@tonic-gate# The contents of this file are subject to the terms of the
8*7c478bd9Sstevel@tonic-gate# Common Development and Distribution License, Version 1.0 only
9*7c478bd9Sstevel@tonic-gate# (the "License").  You may not use this file except in compliance
10*7c478bd9Sstevel@tonic-gate# with the License.
11*7c478bd9Sstevel@tonic-gate#
12*7c478bd9Sstevel@tonic-gate# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
13*7c478bd9Sstevel@tonic-gate# or http://www.opensolaris.org/os/licensing.
14*7c478bd9Sstevel@tonic-gate# See the License for the specific language governing permissions
15*7c478bd9Sstevel@tonic-gate# and limitations under the License.
16*7c478bd9Sstevel@tonic-gate#
17*7c478bd9Sstevel@tonic-gate# When distributing Covered Code, include this CDDL HEADER in each
18*7c478bd9Sstevel@tonic-gate# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
19*7c478bd9Sstevel@tonic-gate# If applicable, add the following below this CDDL HEADER, with the
20*7c478bd9Sstevel@tonic-gate# fields enclosed by brackets "[]" replaced with your own identifying
21*7c478bd9Sstevel@tonic-gate# information: Portions Copyright [yyyy] [name of copyright owner]
22*7c478bd9Sstevel@tonic-gate#
23*7c478bd9Sstevel@tonic-gate# CDDL HEADER END
24*7c478bd9Sstevel@tonic-gate#
25*7c478bd9Sstevel@tonic-gate# ident	"%Z%%M%	%I%	%E% SMI"
26*7c478bd9Sstevel@tonic-gate#
27*7c478bd9Sstevel@tonic-gate
28*7c478bd9Sstevel@tonic-gate#
29*7c478bd9Sstevel@tonic-gate# Special Cases Database. Model Tweaks.
30*7c478bd9Sstevel@tonic-gate#
31*7c478bd9Sstevel@tonic-gate# Format: MODEL_TWEAK|<library>|<arch1,...>|<symbol>|<classification>
32*7c478bd9Sstevel@tonic-gate#
33*7c478bd9Sstevel@tonic-gate# if <arch> is "*" applies to all arches.
34*7c478bd9Sstevel@tonic-gate# <classification> is "public" or "private"
35*7c478bd9Sstevel@tonic-gate#
36*7c478bd9Sstevel@tonic-gate
37*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/lib/libnsl.so.1|*|gethostname|public
38*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/lib/libc.so.1|*|mkstemp|public
39*7c478bd9Sstevel@tonic-gate# /usr/openwin/include/X11/Xlibint.h possible macros, etc.
40*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libX11.so.4|*|_XAllocScratch|unclassified
41*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libX11.so.4|*|_XAllocTemp|unclassified
42*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libX11.so.4|*|_XAsyncErrorHandler|unclassified
43*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libX11.so.4|*|_Xdebug|unclassified
44*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libX11.so.4|*|_XDeq|unclassified
45*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libX11.so.4|*|_XEatData|unclassified
46*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libX11.so.4|*|_XEnq|unclassified
47*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libX11.so.4|*|_XError|unclassified
48*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libX11.so.4|*|_XErrorFunction|unclassified
49*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libX11.so.4|*|_XEventsQueued|unclassified
50*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libX11.so.4|*|_XFlush|unclassified
51*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libX11.so.4|*|_XFreeTemp|unclassified
52*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libX11.so.4|*|_XGetAsyncReply|unclassified
53*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libX11.so.4|*|_XGetHostname|unclassified
54*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libX11.so.4|*|_XIOError|unclassified
55*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libX11.so.4|*|_XIOErrorFunction|unclassified
56*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libX11.so.4|*|_XRead|unclassified
57*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libX11.so.4|*|_XReadEvents|unclassified
58*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libX11.so.4|*|_XReadPad|unclassified
59*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libX11.so.4|*|_XRegisterInternalConnection|unclassified
60*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libX11.so.4|*|_XReply|unclassified
61*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libX11.so.4|*|_XScreenOfWindow|unclassified
62*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libX11.so.4|*|_XSend|unclassified
63*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libX11.so.4|*|_XSetLastRequestRead|unclassified
64*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libX11.so.4|*|_XUnregisterInternalConnection|unclassified
65*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libX11.so.4|*|_XVIDtoVisual|unclassified
66*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libX11.so.4|*|_Xglobal_lock|unclassified
67*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libX11.so.4|*|XReadBitmapFileData|unclassified
68*7c478bd9Sstevel@tonic-gate#
69*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libXt.so.4|*|XtStrings|unclassified
70*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libXt.so.4|*|XtShellStrings|unclassified
71*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libXt.so.4|*|_XtInheritTranslations|unclassified
72*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libXt.so.4|*|_XtIsSubclassOf|unclassified
73*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libXt.so.4|*|_XtCheckSubclassFlag|unclassified
74*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libXt.so.4|*|_XUnlockMutex_fn|unclassified
75*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libXt.so.4|*|_XLockMutex_fn|unclassified
76*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libXt.so.4|*|XtSetSelectionParameters|unclassified
77*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libXt.so.4|*|XtSendSelectionRequest|unclassified
78*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libXt.so.4|*|XtGetSelectionParameters|unclassified
79*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libXt.so.4|*|XtR6ShellStrings|unclassified
80*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libXt.so.4|*|XtOpenApplication|unclassified
81*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libXt.so.4|*|_XtInherit|unclassified
82*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libXt.so.4|*|XtR6Strings|unclassified
83*7c478bd9Sstevel@tonic-gate#
84*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libXm.so.3|*|_XmInheritClass|unclassified
85*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/lib/libc.so.1|*|thr_main|public
86*7c478bd9Sstevel@tonic-gate#
87*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/lib/libc.so.1|i386,amd64|htonl|public
88*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/lib/libc.so.1|i386,amd64|htons|public
89*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/lib/libc.so.1|i386,amd64|ntohl|public
90*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/lib/libc.so.1|i386,amd64|ntohs|public
91*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/lib/libc.so.1|*|__trans_lower|public
92*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/lib/libc.so.1|*|__trans_upper|public
93*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/lib/libdmi.so.1|*|dmi_error|public
94*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/lib/libdmi.so.1|*|freeDmiString|public
95*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/lib/libdmi.so.1|*|newDmiString|public
96*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/lib/libdmi.so.1|*|printDmiDataUnion|public
97*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/lib/libdmi.so.1|*|printDmiString|public
98*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/lib/libresolv.so.2|*|res_mkupdrec|public
99*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/lib/libresolv.so.2|*|__p_rr|private
100*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/dt/lib/libDtSvc.so.1|*|DtActionInvoke|public
101*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/dt/lib/libDtSvc.so.1|*|DtCreateHelpDialog|public
102*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/dt/lib/libDtSvc.so.1|*|DtCreateHelpQuickDialog|public
103*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/dt/lib/libDtSvc.so.1|*|DtDtsIsTrue|public
104*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/dt/lib/libDtSvc.so.1|*|DtHelpQuickDialogGetChild|public
105*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/dt/lib/libDtSvc.so.1|*|DtHelpReturnSelectedWidgetId|public
106*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/dt/lib/libDtSvc.so.1|*|DtSaverGetWindows|public
107*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/dt/lib/libDtSvc.so.1|*|DtWsmRemoveWorkspaceCallback|public
108*7c478bd9Sstevel@tonic-gate#
109*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/dt/lib/libXm.so.4|*|_XmStrings|unclassified
110*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/dt/lib/libXm.so.4|*|_XmStrings21|unclassified
111*7c478bd9Sstevel@tonic-gate#
112*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libXaw.so.5|*|FMT8BIT|unclassified
113*7c478bd9Sstevel@tonic-gate#
114*7c478bd9Sstevel@tonic-gate# These special symbols are well-known, e.g. crt, and uninteresting.
115*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_END_
116*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_START_
117*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|__1cG__CrunMdo_exit_code6F_v_
118*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|__1cG__CrunVdo_exit_code_in_range6Fpv1_v_
119*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|__1cH__CimplKcplus_fini6F_v_
120*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|__1cH__CimplKcplus_init6F_v_
121*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|__fsr_init_value
122*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_ex_deregister
123*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_ex_register
124*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_fini
125*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_get_exit_frame_monitor
126*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_init
127*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_objcInit
128*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|main
129*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_ctype
130*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|__ctype
131*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|__ctype_mask
132*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_end
133*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_environ
134*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|environ
135*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|errno
136*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|__iob
137*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_lib_version
138*7c478bd9Sstevel@tonic-gate#
139*7c478bd9Sstevel@tonic-gateMODEL_TWEAK=5.5.1|/usr/lib/libthread.so.1|*|kill|public
140*7c478bd9Sstevel@tonic-gate#
141*7c478bd9Sstevel@tonic-gate# UNIX98 project
142*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|__fgetwc_xpg5
143*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|__fgetws_xpg5
144*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|__fputwc_xpg5
145*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|__fputws_xpg5
146*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|__getwc_xpg5
147*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|__getwchar_xpg5
148*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|__putwc_xpg5
149*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|__putwchar_xpg5
150*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|__ungetwc_xpg5
151*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|__wcsftime_xpg5
152*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|__wcstok_xpg5
153*7c478bd9Sstevel@tonic-gate#
154*7c478bd9Sstevel@tonic-gate# C99 complex arithmetic functions
155*7c478bd9Sstevel@tonic-gate#     sparc, sparcv9, i386
156*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_F_cplx_mul
157*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_F_cplx_div
158*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_F_cplx_div_rx
159*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_F_cplx_div_ix
160*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_D_cplx_mul
161*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_D_cplx_div
162*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_D_cplx_div_rx
163*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_D_cplx_div_ix
164*7c478bd9Sstevel@tonic-gate#     sparc, sparcv9
165*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_Q_cplx_mul
166*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_Q_cplx_div
167*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_Q_cplx_div_rx
168*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_Q_cplx_div_ix
169*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_Q_cplx_lr_mul
170*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_Q_cplx_lr_div
171*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_Q_cplx_lr_div_rx
172*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_Q_cplx_lr_div_ix
173*7c478bd9Sstevel@tonic-gate#     i386
174*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_F_cplx_lr_div
175*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_F_cplx_lr_div_rx
176*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_F_cplx_lr_div_ix
177*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_D_cplx_lr_div
178*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_D_cplx_lr_div_rx
179*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_D_cplx_lr_div_ix
180*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_X_cplx_mul
181*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_X_cplx_div
182*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_X_cplx_div_rx
183*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_X_cplx_div_ix
184*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_X_cplx_lr_div
185*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_X_cplx_lr_div_rx
186*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_X_cplx_lr_div_ix
187*7c478bd9Sstevel@tonic-gate#
188*7c478bd9Sstevel@tonic-gate# UNIX03 compiler generated
189*7c478bd9Sstevel@tonic-gate#	Printing functions:
190*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_fprintf_c89
191*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_printf_c89
192*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_snprintf_c89
193*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_sprintf_c89
194*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_vfprintf_c89
195*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_vprintf_c89
196*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_vsnprintf_c89
197*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_vsprintf_c89
198*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_fwprintf_c89
199*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_swprintf_c89
200*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_wprintf_c89
201*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_vfwprintf_c89
202*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_vswprintf_c89
203*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_vwprintf_c89
204*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_wsprintf_c89
205*7c478bd9Sstevel@tonic-gate#	Scanning functions:
206*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_fscanf_c89
207*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_scanf_c89
208*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_sscanf_c89
209*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_vfscanf_c89
210*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_vscanf_c89
211*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_vsscanf_c89
212*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_fwscanf_c89
213*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_swscanf_c89
214*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_wscanf_c89
215*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_vfwscanf_c89
216*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_vswscanf_c89
217*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_vwscanf_c89
218*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_wsscanf_c89
219*7c478bd9Sstevel@tonic-gate#
220*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_imaxabs_c89
221*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_imaxdiv_c89
222*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_strtoimax_c89
223*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_strtoumax_c89
224*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_wcstoimax_c89
225*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_wcstoumax_c89
226*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|__assert_c99
227*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_imaxabs_c89
228*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_imaxdiv_c89
229*7c478bd9Sstevel@tonic-gate#
230*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_QgetRD
231*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_QgetRP
232*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_QswapRD
233*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_QswapRP
234*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|__divrem64
235*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|__divdi3
236*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|__muldi3
237*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|__moddi3
238*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|__udivdi3
239*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|__umoddi3
240*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|__cmpdi2
241*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|__ucmpdi2
242*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|__floatdidf
243*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|__floatdisf
244*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|__ashldi3
245*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|__ashrdi3
246*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|__lshrdi3
247*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|__fltrounds
248*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_fpsetsticky
249*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_fpsetround
250*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_finite
251*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_getfp
252*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|__swapEX
253*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|__swapRD
254*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|__swapTE
255*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|__udivrem64
256*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|__xgetRD
257*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|__xtol
258*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|__xtoll
259*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|__xtoul
260*7c478bd9Sstevel@tonic-gateSKIP_SYMBOL|__xtoull
261*7c478bd9Sstevel@tonic-gate#
262*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libdpstk.so.5|*|XDPSCreatePixmapForEPSF|unclassified
263*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libdpstk.so.5|*|XDPSImageFileIntoDrawable|unclassified
264*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libdpstk.so.5|*|XDPSPixelsPerPoint|unclassified
265*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libICE.so.6|*|_IceRead|unclassified
266*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libICE.so.6|*|_IceWrite|unclassified
267*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libX11.so.4|*|XConvertCase|unclassified
268*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libX11.so.4|*|XESetEventToWire|unclassified
269*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libX11.so.4|*|XESetWireToEvent|unclassified
270*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libX11.so.4|*|_XFlushGCCache|unclassified
271*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libX11.so.4|*|XInternalConnectionNumbers|unclassified
272*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libX11.so.4|*|XProcessInternalConnection|unclassified
273*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libX11.so.4|*|XauDisposeAuth|unclassified
274*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libX11.so.4|*|XauReadAuth|unclassified
275*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libX11.so.4|*|XtCvtStringToFont|unclassified
276*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libX11.so.4|*|XAddConnectionWatch|unclassified
277*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libXaw.so.5|*|XawInitializeWidgetSet|unclassified
278*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libXaw.so.5|*|XawViewportSetCoordinates|unclassified
279*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libXaw.so.5|*|XawTextSinkSetTabs|unclassified
280*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libXt.so.4|*|XtAppLock|unclassified
281*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libXt.so.4|*|XtAppUnlock|unclassified
282*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libXt.so.4|*|XtCvtStringToFontSet|unclassified
283*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libXt.so.4|*|XtCvtStringToFontStruct|unclassified
284*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libXt.so.4|*|XtProcessLock|unclassified
285*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libXt.so.4|*|XtProcessUnlock|unclassified
286*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libXt.so.4|*|XtSetEventDispatcher|unclassified
287*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libXt.so.4|*|XtRegisterExtensionSelector|unclassified
288*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libXt.so.4|*|XtToolkitThreadInitialize|unclassified
289*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libXt.so.4|*|XtGetClassExtension|unclassified
290*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libXt.so.4|*|colorConvertArgs|unclassified
291*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libXt.so.4|*|XtRegisterDrawable|unclassified
292*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libXt.so.4|*|XtSessionReturnToken|unclassified
293*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libXt.so.4|*|XtAppSetExitFlag|unclassified
294*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/lib/libcurses.so.1|*|stdscr|unclassified
295*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/lib/libcurses.so.1|*|COLS|unclassified
296*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/lib/libcurses.so.1|*|LINES|unclassified
297*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/lib/libcurses.so.1|*|curscr|unclassified
298*7c478bd9Sstevel@tonic-gate#
299*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/dt/lib/libXm.so.3|*|_XmInheritClass|unclassified
300*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/dt/lib/libtt.so.2|*|Tttk_string|unclassified
301*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/dt/lib/libXm.so.4|*|XmStringCreateLtoR|unclassified
302*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libX11.so.4|*|XauGetBestAuthByAddr|unclassified
303*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libX11.so.4|*|XInitExtension|unclassified
304*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libX11.so.4|*|XAddExtension|unclassified
305*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/dt/lib/libXm.so.4|*|XmStringCreateSimple|unclassified
306*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libXt.so.4|*|XtUnregisterDrawable|unclassified
307*7c478bd9Sstevel@tonic-gate#
308*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/lib/ld.so.1|*|dladdr1|public
309*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/lib/ld.so.1|*|dlmopen|public
310*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/lib/ld.so.1|*|dldump|public
311*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/lib/ld.so.1|*|dlinfo|public
312*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/lib/ld.so.1|*|dladdr|public
313*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/lib/ld.so.1|*|dlopen|public
314*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/lib/ld.so.1|*|dlsym|public
315*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/lib/ld.so.1|*|dlerror|public
316*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/lib/ld.so.1|*|dlclose|public
317*7c478bd9Sstevel@tonic-gate#
318*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libXt.so.4|*|XtCvtStringToPixel|unclassified
319*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libXt.so.4|*|XtCvtStringToBoolean|unclassified
320*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libXext.so.0|*|XScreenSaverAllocInfo|unclassified
321*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libX11.so.4|*|XLockDisplay|unclassified
322*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libX11.so.4|*|XUnlockDisplay|unclassified
323*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libX11.so.4|*|_XInitImageFuncPtrs|unclassified
324*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/lib/libnsl.so.1|*|t_errlist|unclassified
325*7c478bd9Sstevel@tonic-gate#
326*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/xpg4/lib/libcurses.so.2|*|__w1|public
327*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/xpg4/lib/libcurses.so.2|*|__WACS_HLINE|public
328*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/xpg4/lib/libcurses.so.2|*|__WACS_VLINE|public
329*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/xpg4/lib/libcurses.so.2|*|__WACS_BLOCK|public
330*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/xpg4/lib/libcurses.so.2|*|__WACS_BOARD|public
331*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/xpg4/lib/libcurses.so.2|*|__WACS_BTEE|public
332*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/xpg4/lib/libcurses.so.2|*|__WACS_BULLET|public
333*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/xpg4/lib/libcurses.so.2|*|__WACS_CKBOARD|public
334*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/xpg4/lib/libcurses.so.2|*|__WACS_DARROW|public
335*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/xpg4/lib/libcurses.so.2|*|__WACS_DEGREE|public
336*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/xpg4/lib/libcurses.so.2|*|__WACS_DIAMOND|public
337*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/xpg4/lib/libcurses.so.2|*|__WACS_LANTERN|public
338*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/xpg4/lib/libcurses.so.2|*|__WACS_LARROW|public
339*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/xpg4/lib/libcurses.so.2|*|__WACS_LLCORNER|public
340*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/xpg4/lib/libcurses.so.2|*|__WACS_LRCORNER|public
341*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/xpg4/lib/libcurses.so.2|*|__WACS_LTEE|public
342*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/xpg4/lib/libcurses.so.2|*|__WACS_PLMINUS|public
343*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/xpg4/lib/libcurses.so.2|*|__WACS_PLUS|public
344*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/xpg4/lib/libcurses.so.2|*|__WACS_RARROW|public
345*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/xpg4/lib/libcurses.so.2|*|__WACS_RTEE|public
346*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/xpg4/lib/libcurses.so.2|*|__WACS_S1|public
347*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/xpg4/lib/libcurses.so.2|*|__WACS_S9|public
348*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/xpg4/lib/libcurses.so.2|*|__WACS_TTEE|public
349*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/xpg4/lib/libcurses.so.2|*|__WACS_UARROW|public
350*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/xpg4/lib/libcurses.so.2|*|__WACS_ULCORNER|public
351*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/xpg4/lib/libcurses.so.2|*|__WACS_URCORNER|public
352*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/xpg4/lib/libcurses.so.2|*|__cht1|public
353*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/xpg4/lib/libcurses.so.2|*|__cht2|public
354*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/xpg4/lib/libcurses.so.2|*|__pcht1|public
355*7c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/xpg4/lib/libcurses.so.2|*|__pcht2|public
356