17c478bd9Sstevel@tonic-gate#
2*6e93b38eSwesolows# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
37c478bd9Sstevel@tonic-gate# Use is subject to license terms.
47c478bd9Sstevel@tonic-gate#
57c478bd9Sstevel@tonic-gate# CDDL HEADER START
67c478bd9Sstevel@tonic-gate#
77c478bd9Sstevel@tonic-gate# The contents of this file are subject to the terms of the
8*6e93b38eSwesolows# Common Development and Distribution License (the "License").
9*6e93b38eSwesolows# You may not use this file except in compliance with the License.
107c478bd9Sstevel@tonic-gate#
117c478bd9Sstevel@tonic-gate# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
127c478bd9Sstevel@tonic-gate# or http://www.opensolaris.org/os/licensing.
137c478bd9Sstevel@tonic-gate# See the License for the specific language governing permissions
147c478bd9Sstevel@tonic-gate# and limitations under the License.
157c478bd9Sstevel@tonic-gate#
167c478bd9Sstevel@tonic-gate# When distributing Covered Code, include this CDDL HEADER in each
177c478bd9Sstevel@tonic-gate# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
187c478bd9Sstevel@tonic-gate# If applicable, add the following below this CDDL HEADER, with the
197c478bd9Sstevel@tonic-gate# fields enclosed by brackets "[]" replaced with your own identifying
207c478bd9Sstevel@tonic-gate# information: Portions Copyright [yyyy] [name of copyright owner]
217c478bd9Sstevel@tonic-gate#
227c478bd9Sstevel@tonic-gate# CDDL HEADER END
237c478bd9Sstevel@tonic-gate#
247c478bd9Sstevel@tonic-gate# ident	"%Z%%M%	%I%	%E% SMI"
257c478bd9Sstevel@tonic-gate#
267c478bd9Sstevel@tonic-gate
277c478bd9Sstevel@tonic-gate#
287c478bd9Sstevel@tonic-gate# Special Cases Database. Model Tweaks.
297c478bd9Sstevel@tonic-gate#
307c478bd9Sstevel@tonic-gate# Format: MODEL_TWEAK|<library>|<arch1,...>|<symbol>|<classification>
317c478bd9Sstevel@tonic-gate#
327c478bd9Sstevel@tonic-gate# if <arch> is "*" applies to all arches.
337c478bd9Sstevel@tonic-gate# <classification> is "public" or "private"
347c478bd9Sstevel@tonic-gate#
357c478bd9Sstevel@tonic-gate
367c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/lib/libnsl.so.1|*|gethostname|public
377c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/lib/libc.so.1|*|mkstemp|public
387c478bd9Sstevel@tonic-gate# /usr/openwin/include/X11/Xlibint.h possible macros, etc.
397c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libX11.so.4|*|_XAllocScratch|unclassified
407c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libX11.so.4|*|_XAllocTemp|unclassified
417c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libX11.so.4|*|_XAsyncErrorHandler|unclassified
427c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libX11.so.4|*|_Xdebug|unclassified
437c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libX11.so.4|*|_XDeq|unclassified
447c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libX11.so.4|*|_XEatData|unclassified
457c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libX11.so.4|*|_XEnq|unclassified
467c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libX11.so.4|*|_XError|unclassified
477c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libX11.so.4|*|_XErrorFunction|unclassified
487c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libX11.so.4|*|_XEventsQueued|unclassified
497c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libX11.so.4|*|_XFlush|unclassified
507c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libX11.so.4|*|_XFreeTemp|unclassified
517c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libX11.so.4|*|_XGetAsyncReply|unclassified
527c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libX11.so.4|*|_XGetHostname|unclassified
537c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libX11.so.4|*|_XIOError|unclassified
547c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libX11.so.4|*|_XIOErrorFunction|unclassified
557c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libX11.so.4|*|_XRead|unclassified
567c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libX11.so.4|*|_XReadEvents|unclassified
577c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libX11.so.4|*|_XReadPad|unclassified
587c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libX11.so.4|*|_XRegisterInternalConnection|unclassified
597c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libX11.so.4|*|_XReply|unclassified
607c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libX11.so.4|*|_XScreenOfWindow|unclassified
617c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libX11.so.4|*|_XSend|unclassified
627c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libX11.so.4|*|_XSetLastRequestRead|unclassified
637c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libX11.so.4|*|_XUnregisterInternalConnection|unclassified
647c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libX11.so.4|*|_XVIDtoVisual|unclassified
657c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libX11.so.4|*|_Xglobal_lock|unclassified
667c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libX11.so.4|*|XReadBitmapFileData|unclassified
677c478bd9Sstevel@tonic-gate#
687c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libXt.so.4|*|XtStrings|unclassified
697c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libXt.so.4|*|XtShellStrings|unclassified
707c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libXt.so.4|*|_XtInheritTranslations|unclassified
717c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libXt.so.4|*|_XtIsSubclassOf|unclassified
727c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libXt.so.4|*|_XtCheckSubclassFlag|unclassified
737c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libXt.so.4|*|_XUnlockMutex_fn|unclassified
747c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libXt.so.4|*|_XLockMutex_fn|unclassified
757c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libXt.so.4|*|XtSetSelectionParameters|unclassified
767c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libXt.so.4|*|XtSendSelectionRequest|unclassified
777c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libXt.so.4|*|XtGetSelectionParameters|unclassified
787c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libXt.so.4|*|XtR6ShellStrings|unclassified
797c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libXt.so.4|*|XtOpenApplication|unclassified
807c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libXt.so.4|*|_XtInherit|unclassified
817c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libXt.so.4|*|XtR6Strings|unclassified
827c478bd9Sstevel@tonic-gate#
837c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libXm.so.3|*|_XmInheritClass|unclassified
847c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/lib/libc.so.1|*|thr_main|public
857c478bd9Sstevel@tonic-gate#
867c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/lib/libc.so.1|i386,amd64|htonl|public
877c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/lib/libc.so.1|i386,amd64|htons|public
887c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/lib/libc.so.1|i386,amd64|ntohl|public
897c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/lib/libc.so.1|i386,amd64|ntohs|public
907c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/lib/libc.so.1|*|__trans_lower|public
917c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/lib/libc.so.1|*|__trans_upper|public
927c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/lib/libresolv.so.2|*|res_mkupdrec|public
937c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/lib/libresolv.so.2|*|__p_rr|private
947c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/dt/lib/libDtSvc.so.1|*|DtActionInvoke|public
957c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/dt/lib/libDtSvc.so.1|*|DtCreateHelpDialog|public
967c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/dt/lib/libDtSvc.so.1|*|DtCreateHelpQuickDialog|public
977c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/dt/lib/libDtSvc.so.1|*|DtDtsIsTrue|public
987c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/dt/lib/libDtSvc.so.1|*|DtHelpQuickDialogGetChild|public
997c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/dt/lib/libDtSvc.so.1|*|DtHelpReturnSelectedWidgetId|public
1007c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/dt/lib/libDtSvc.so.1|*|DtSaverGetWindows|public
1017c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/dt/lib/libDtSvc.so.1|*|DtWsmRemoveWorkspaceCallback|public
1027c478bd9Sstevel@tonic-gate#
1037c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/dt/lib/libXm.so.4|*|_XmStrings|unclassified
1047c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/dt/lib/libXm.so.4|*|_XmStrings21|unclassified
1057c478bd9Sstevel@tonic-gate#
1067c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libXaw.so.5|*|FMT8BIT|unclassified
1077c478bd9Sstevel@tonic-gate#
1087c478bd9Sstevel@tonic-gate# These special symbols are well-known, e.g. crt, and uninteresting.
1097c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_END_
1107c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_START_
1117c478bd9Sstevel@tonic-gateSKIP_SYMBOL|__1cG__CrunMdo_exit_code6F_v_
1127c478bd9Sstevel@tonic-gateSKIP_SYMBOL|__1cG__CrunVdo_exit_code_in_range6Fpv1_v_
1137c478bd9Sstevel@tonic-gateSKIP_SYMBOL|__1cH__CimplKcplus_fini6F_v_
1147c478bd9Sstevel@tonic-gateSKIP_SYMBOL|__1cH__CimplKcplus_init6F_v_
1157c478bd9Sstevel@tonic-gateSKIP_SYMBOL|__fsr_init_value
1167c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_ex_deregister
1177c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_ex_register
1187c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_fini
1197c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_get_exit_frame_monitor
1207c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_init
1217c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_objcInit
1227c478bd9Sstevel@tonic-gateSKIP_SYMBOL|main
1237c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_ctype
1247c478bd9Sstevel@tonic-gateSKIP_SYMBOL|__ctype
1257c478bd9Sstevel@tonic-gateSKIP_SYMBOL|__ctype_mask
1267c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_end
1277c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_environ
1287c478bd9Sstevel@tonic-gateSKIP_SYMBOL|environ
1297c478bd9Sstevel@tonic-gateSKIP_SYMBOL|errno
1307c478bd9Sstevel@tonic-gateSKIP_SYMBOL|__iob
1317c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_lib_version
1327c478bd9Sstevel@tonic-gate#
1337c478bd9Sstevel@tonic-gateMODEL_TWEAK=5.5.1|/usr/lib/libthread.so.1|*|kill|public
1347c478bd9Sstevel@tonic-gate#
1357c478bd9Sstevel@tonic-gate# UNIX98 project
1367c478bd9Sstevel@tonic-gateSKIP_SYMBOL|__fgetwc_xpg5
1377c478bd9Sstevel@tonic-gateSKIP_SYMBOL|__fgetws_xpg5
1387c478bd9Sstevel@tonic-gateSKIP_SYMBOL|__fputwc_xpg5
1397c478bd9Sstevel@tonic-gateSKIP_SYMBOL|__fputws_xpg5
1407c478bd9Sstevel@tonic-gateSKIP_SYMBOL|__getwc_xpg5
1417c478bd9Sstevel@tonic-gateSKIP_SYMBOL|__getwchar_xpg5
1427c478bd9Sstevel@tonic-gateSKIP_SYMBOL|__putwc_xpg5
1437c478bd9Sstevel@tonic-gateSKIP_SYMBOL|__putwchar_xpg5
1447c478bd9Sstevel@tonic-gateSKIP_SYMBOL|__ungetwc_xpg5
1457c478bd9Sstevel@tonic-gateSKIP_SYMBOL|__wcsftime_xpg5
1467c478bd9Sstevel@tonic-gateSKIP_SYMBOL|__wcstok_xpg5
1477c478bd9Sstevel@tonic-gate#
1487c478bd9Sstevel@tonic-gate# C99 complex arithmetic functions
1497c478bd9Sstevel@tonic-gate#     sparc, sparcv9, i386
1507c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_F_cplx_mul
1517c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_F_cplx_div
1527c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_F_cplx_div_rx
1537c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_F_cplx_div_ix
1547c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_D_cplx_mul
1557c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_D_cplx_div
1567c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_D_cplx_div_rx
1577c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_D_cplx_div_ix
1587c478bd9Sstevel@tonic-gate#     sparc, sparcv9
1597c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_Q_cplx_mul
1607c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_Q_cplx_div
1617c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_Q_cplx_div_rx
1627c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_Q_cplx_div_ix
1637c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_Q_cplx_lr_mul
1647c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_Q_cplx_lr_div
1657c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_Q_cplx_lr_div_rx
1667c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_Q_cplx_lr_div_ix
1677c478bd9Sstevel@tonic-gate#     i386
1687c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_F_cplx_lr_div
1697c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_F_cplx_lr_div_rx
1707c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_F_cplx_lr_div_ix
1717c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_D_cplx_lr_div
1727c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_D_cplx_lr_div_rx
1737c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_D_cplx_lr_div_ix
1747c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_X_cplx_mul
1757c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_X_cplx_div
1767c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_X_cplx_div_rx
1777c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_X_cplx_div_ix
1787c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_X_cplx_lr_div
1797c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_X_cplx_lr_div_rx
1807c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_X_cplx_lr_div_ix
1817c478bd9Sstevel@tonic-gate#
1827c478bd9Sstevel@tonic-gate# UNIX03 compiler generated
1837c478bd9Sstevel@tonic-gate#	Printing functions:
1847c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_fprintf_c89
1857c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_printf_c89
1867c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_snprintf_c89
1877c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_sprintf_c89
1887c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_vfprintf_c89
1897c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_vprintf_c89
1907c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_vsnprintf_c89
1917c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_vsprintf_c89
1927c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_fwprintf_c89
1937c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_swprintf_c89
1947c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_wprintf_c89
1957c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_vfwprintf_c89
1967c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_vswprintf_c89
1977c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_vwprintf_c89
1987c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_wsprintf_c89
1997c478bd9Sstevel@tonic-gate#	Scanning functions:
2007c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_fscanf_c89
2017c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_scanf_c89
2027c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_sscanf_c89
2037c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_vfscanf_c89
2047c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_vscanf_c89
2057c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_vsscanf_c89
2067c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_fwscanf_c89
2077c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_swscanf_c89
2087c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_wscanf_c89
2097c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_vfwscanf_c89
2107c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_vswscanf_c89
2117c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_vwscanf_c89
2127c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_wsscanf_c89
2137c478bd9Sstevel@tonic-gate#
2147c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_imaxabs_c89
2157c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_imaxdiv_c89
2167c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_strtoimax_c89
2177c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_strtoumax_c89
2187c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_wcstoimax_c89
2197c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_wcstoumax_c89
2207c478bd9Sstevel@tonic-gateSKIP_SYMBOL|__assert_c99
2217c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_imaxabs_c89
2227c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_imaxdiv_c89
2237c478bd9Sstevel@tonic-gate#
2247c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_QgetRD
2257c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_QgetRP
2267c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_QswapRD
2277c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_QswapRP
2287c478bd9Sstevel@tonic-gateSKIP_SYMBOL|__divrem64
2297c478bd9Sstevel@tonic-gateSKIP_SYMBOL|__divdi3
2307c478bd9Sstevel@tonic-gateSKIP_SYMBOL|__muldi3
2317c478bd9Sstevel@tonic-gateSKIP_SYMBOL|__moddi3
2327c478bd9Sstevel@tonic-gateSKIP_SYMBOL|__udivdi3
2337c478bd9Sstevel@tonic-gateSKIP_SYMBOL|__umoddi3
2347c478bd9Sstevel@tonic-gateSKIP_SYMBOL|__cmpdi2
2357c478bd9Sstevel@tonic-gateSKIP_SYMBOL|__ucmpdi2
2367c478bd9Sstevel@tonic-gateSKIP_SYMBOL|__floatdidf
2377c478bd9Sstevel@tonic-gateSKIP_SYMBOL|__floatdisf
2387c478bd9Sstevel@tonic-gateSKIP_SYMBOL|__ashldi3
2397c478bd9Sstevel@tonic-gateSKIP_SYMBOL|__ashrdi3
2407c478bd9Sstevel@tonic-gateSKIP_SYMBOL|__lshrdi3
2417c478bd9Sstevel@tonic-gateSKIP_SYMBOL|__fltrounds
2427c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_fpsetsticky
2437c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_fpsetround
2447c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_finite
2457c478bd9Sstevel@tonic-gateSKIP_SYMBOL|_getfp
2467c478bd9Sstevel@tonic-gateSKIP_SYMBOL|__swapEX
2477c478bd9Sstevel@tonic-gateSKIP_SYMBOL|__swapRD
2487c478bd9Sstevel@tonic-gateSKIP_SYMBOL|__swapTE
2497c478bd9Sstevel@tonic-gateSKIP_SYMBOL|__udivrem64
2507c478bd9Sstevel@tonic-gateSKIP_SYMBOL|__xgetRD
2517c478bd9Sstevel@tonic-gateSKIP_SYMBOL|__xtol
2527c478bd9Sstevel@tonic-gateSKIP_SYMBOL|__xtoll
2537c478bd9Sstevel@tonic-gateSKIP_SYMBOL|__xtoul
2547c478bd9Sstevel@tonic-gateSKIP_SYMBOL|__xtoull
2557c478bd9Sstevel@tonic-gate#
2567c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libdpstk.so.5|*|XDPSCreatePixmapForEPSF|unclassified
2577c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libdpstk.so.5|*|XDPSImageFileIntoDrawable|unclassified
2587c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libdpstk.so.5|*|XDPSPixelsPerPoint|unclassified
2597c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libICE.so.6|*|_IceRead|unclassified
2607c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libICE.so.6|*|_IceWrite|unclassified
2617c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libX11.so.4|*|XConvertCase|unclassified
2627c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libX11.so.4|*|XESetEventToWire|unclassified
2637c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libX11.so.4|*|XESetWireToEvent|unclassified
2647c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libX11.so.4|*|_XFlushGCCache|unclassified
2657c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libX11.so.4|*|XInternalConnectionNumbers|unclassified
2667c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libX11.so.4|*|XProcessInternalConnection|unclassified
2677c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libX11.so.4|*|XauDisposeAuth|unclassified
2687c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libX11.so.4|*|XauReadAuth|unclassified
2697c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libX11.so.4|*|XtCvtStringToFont|unclassified
2707c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libX11.so.4|*|XAddConnectionWatch|unclassified
2717c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libXaw.so.5|*|XawInitializeWidgetSet|unclassified
2727c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libXaw.so.5|*|XawViewportSetCoordinates|unclassified
2737c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libXaw.so.5|*|XawTextSinkSetTabs|unclassified
2747c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libXt.so.4|*|XtAppLock|unclassified
2757c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libXt.so.4|*|XtAppUnlock|unclassified
2767c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libXt.so.4|*|XtCvtStringToFontSet|unclassified
2777c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libXt.so.4|*|XtCvtStringToFontStruct|unclassified
2787c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libXt.so.4|*|XtProcessLock|unclassified
2797c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libXt.so.4|*|XtProcessUnlock|unclassified
2807c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libXt.so.4|*|XtSetEventDispatcher|unclassified
2817c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libXt.so.4|*|XtRegisterExtensionSelector|unclassified
2827c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libXt.so.4|*|XtToolkitThreadInitialize|unclassified
2837c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libXt.so.4|*|XtGetClassExtension|unclassified
2847c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libXt.so.4|*|colorConvertArgs|unclassified
2857c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libXt.so.4|*|XtRegisterDrawable|unclassified
2867c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libXt.so.4|*|XtSessionReturnToken|unclassified
2877c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libXt.so.4|*|XtAppSetExitFlag|unclassified
2887c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/lib/libcurses.so.1|*|stdscr|unclassified
2897c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/lib/libcurses.so.1|*|COLS|unclassified
2907c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/lib/libcurses.so.1|*|LINES|unclassified
2917c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/lib/libcurses.so.1|*|curscr|unclassified
2927c478bd9Sstevel@tonic-gate#
2937c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/dt/lib/libXm.so.3|*|_XmInheritClass|unclassified
2947c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/dt/lib/libtt.so.2|*|Tttk_string|unclassified
2957c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/dt/lib/libXm.so.4|*|XmStringCreateLtoR|unclassified
2967c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libX11.so.4|*|XauGetBestAuthByAddr|unclassified
2977c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libX11.so.4|*|XInitExtension|unclassified
2987c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libX11.so.4|*|XAddExtension|unclassified
2997c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/dt/lib/libXm.so.4|*|XmStringCreateSimple|unclassified
3007c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libXt.so.4|*|XtUnregisterDrawable|unclassified
3017c478bd9Sstevel@tonic-gate#
3027c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/lib/ld.so.1|*|dladdr1|public
3037c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/lib/ld.so.1|*|dlmopen|public
3047c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/lib/ld.so.1|*|dldump|public
3057c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/lib/ld.so.1|*|dlinfo|public
3067c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/lib/ld.so.1|*|dladdr|public
3077c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/lib/ld.so.1|*|dlopen|public
3087c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/lib/ld.so.1|*|dlsym|public
3097c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/lib/ld.so.1|*|dlerror|public
3107c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/lib/ld.so.1|*|dlclose|public
3117c478bd9Sstevel@tonic-gate#
3127c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libXt.so.4|*|XtCvtStringToPixel|unclassified
3137c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libXt.so.4|*|XtCvtStringToBoolean|unclassified
3147c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libXext.so.0|*|XScreenSaverAllocInfo|unclassified
3157c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libX11.so.4|*|XLockDisplay|unclassified
3167c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libX11.so.4|*|XUnlockDisplay|unclassified
3177c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/openwin/lib/libX11.so.4|*|_XInitImageFuncPtrs|unclassified
3187c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/lib/libnsl.so.1|*|t_errlist|unclassified
3197c478bd9Sstevel@tonic-gate#
3207c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/xpg4/lib/libcurses.so.2|*|__w1|public
3217c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/xpg4/lib/libcurses.so.2|*|__WACS_HLINE|public
3227c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/xpg4/lib/libcurses.so.2|*|__WACS_VLINE|public
3237c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/xpg4/lib/libcurses.so.2|*|__WACS_BLOCK|public
3247c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/xpg4/lib/libcurses.so.2|*|__WACS_BOARD|public
3257c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/xpg4/lib/libcurses.so.2|*|__WACS_BTEE|public
3267c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/xpg4/lib/libcurses.so.2|*|__WACS_BULLET|public
3277c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/xpg4/lib/libcurses.so.2|*|__WACS_CKBOARD|public
3287c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/xpg4/lib/libcurses.so.2|*|__WACS_DARROW|public
3297c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/xpg4/lib/libcurses.so.2|*|__WACS_DEGREE|public
3307c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/xpg4/lib/libcurses.so.2|*|__WACS_DIAMOND|public
3317c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/xpg4/lib/libcurses.so.2|*|__WACS_LANTERN|public
3327c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/xpg4/lib/libcurses.so.2|*|__WACS_LARROW|public
3337c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/xpg4/lib/libcurses.so.2|*|__WACS_LLCORNER|public
3347c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/xpg4/lib/libcurses.so.2|*|__WACS_LRCORNER|public
3357c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/xpg4/lib/libcurses.so.2|*|__WACS_LTEE|public
3367c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/xpg4/lib/libcurses.so.2|*|__WACS_PLMINUS|public
3377c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/xpg4/lib/libcurses.so.2|*|__WACS_PLUS|public
3387c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/xpg4/lib/libcurses.so.2|*|__WACS_RARROW|public
3397c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/xpg4/lib/libcurses.so.2|*|__WACS_RTEE|public
3407c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/xpg4/lib/libcurses.so.2|*|__WACS_S1|public
3417c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/xpg4/lib/libcurses.so.2|*|__WACS_S9|public
3427c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/xpg4/lib/libcurses.so.2|*|__WACS_TTEE|public
3437c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/xpg4/lib/libcurses.so.2|*|__WACS_UARROW|public
3447c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/xpg4/lib/libcurses.so.2|*|__WACS_ULCORNER|public
3457c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/xpg4/lib/libcurses.so.2|*|__WACS_URCORNER|public
3467c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/xpg4/lib/libcurses.so.2|*|__cht1|public
3477c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/xpg4/lib/libcurses.so.2|*|__cht2|public
3487c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/xpg4/lib/libcurses.so.2|*|__pcht1|public
3497c478bd9Sstevel@tonic-gateMODEL_TWEAK|/usr/xpg4/lib/libcurses.so.2|*|__pcht2|public
350