Home | History | Annotate | Download | only in sparc
      1   2522       raf #
      2   2522       raf # CDDL HEADER START
      3   2522       raf #
      4   2522       raf # The contents of this file are subject to the terms of the
      5   2522       raf # Common Development and Distribution License (the "License").
      6   2522       raf # You may not use this file except in compliance with the License.
      7   2522       raf #
      8   2522       raf # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
      9   2522       raf # or http://www.opensolaris.org/os/licensing.
     10   2522       raf # See the License for the specific language governing permissions
     11   2522       raf # and limitations under the License.
     12   2522       raf #
     13   2522       raf # When distributing Covered Code, include this CDDL HEADER in each
     14   2522       raf # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
     15   2522       raf # If applicable, add the following below this CDDL HEADER, with the
     16   2522       raf # fields enclosed by brackets "[]" replaced with your own identifying
     17   2522       raf # information: Portions Copyright [yyyy] [name of copyright owner]
     18   2522       raf #
     19   2522       raf # CDDL HEADER END
     20   2522       raf #
     21   2522       raf #
     22   8744       Ali # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
     23   2522       raf # Use is subject to license terms.
     24   2522       raf #
     25   8744       Ali 
     26   8744       Ali #
     27   8744       Ali # MAPFILE HEADER START
     28   8744       Ali #
     29   8744       Ali # WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
     30   8744       Ali # Object versioning must comply with the rules detailed in
     31   8744       Ali #
     32   8744       Ali #	usr/src/lib/README.mapfiles
     33   8744       Ali #
     34   8744       Ali # You should not be making modifications here until you've read the most current
     35   8744       Ali # copy of that file. If you need help, contact a gatekeeper for guidance.
     36   8744       Ali #
     37   8744       Ali # MAPFILE HEADER END
     38   2522       raf #
     39   2522       raf 
     40   2522       raf SUNW_1.23 {
     41   6515       raf     protected:
     42   2522       raf 	aio_cancel64;
     43   2522       raf 	aio_error64;
     44   2522       raf 	aio_fsync64;
     45   2522       raf 	aio_read64;
     46   2522       raf 	aioread64;
     47   2522       raf 	aio_return64;
     48   2522       raf 	aio_suspend64;
     49   2522       raf 	aio_waitn64;
     50   2522       raf 	aio_write64;
     51   2522       raf 	aiowrite64;
     52   2522       raf 	lio_listio64;
     53   2522       raf 	mkstemps64;
     54   7088       raf 	posix_fadvise64;
     55   2522       raf 	posix_fallocate64;
     56   2522       raf };
     57   2522       raf 
     58   4292  ab196087 SUNW_1.22.1 {
     59   6515       raf     protected:
     60   4292  ab196087 	# Note: The atomic_OP_WIDTH_nv symbols defined here are also defined
     61   4292  ab196087 	# by the common mapfile. Here, we add the NODYNSORT attribute
     62   4292  ab196087 	# to them. On this platform, they are aliases for the non-_nv
     63   4292  ab196087 	# versions. If that is changed, these lines should be removed.
     64   4292  ab196087 	atomic_add_8_nv =		NODYNSORT;
     65   4292  ab196087 	atomic_and_8_nv =		NODYNSORT;
     66   4292  ab196087 	atomic_and_16_nv =		NODYNSORT;
     67   4292  ab196087 	atomic_and_32_nv =		NODYNSORT;
     68   4292  ab196087 	atomic_and_64_nv =		NODYNSORT;
     69   4292  ab196087 	atomic_dec_8_nv =		NODYNSORT;
     70   4292  ab196087 	atomic_dec_16_nv =		NODYNSORT;
     71   4292  ab196087 	atomic_dec_32_nv =		NODYNSORT;
     72   4292  ab196087 	atomic_dec_64_nv =		NODYNSORT;
     73   4292  ab196087 	atomic_inc_8_nv =		NODYNSORT;
     74   4292  ab196087 	atomic_inc_16_nv =		NODYNSORT;
     75   4292  ab196087 	atomic_inc_32_nv =		NODYNSORT;
     76   4292  ab196087 	atomic_inc_64_nv =		NODYNSORT;
     77   4292  ab196087 	atomic_or_8_nv =		NODYNSORT;
     78   4292  ab196087 	atomic_or_16_nv =		NODYNSORT;
     79   4292  ab196087 	atomic_or_32_nv =		NODYNSORT;
     80   4292  ab196087 	atomic_or_64_nv =		NODYNSORT;
     81  10168       Ali 
     82  10168       Ali 	enable_extended_FILE_stdio;
     83   4292  ab196087 } SUNW_1.22;
     84   4292  ab196087 
     85   4292  ab196087 
     86   2522       raf SUNW_1.22 {
     87   2522       raf     global:
     88   6515       raf 	dladdr = FUNCTION FILTER /usr/lib/ld.so.1;
     89   6515       raf 	dladdr1 = FUNCTION FILTER /usr/lib/ld.so.1;
     90   6515       raf 	dlclose = FUNCTION FILTER /usr/lib/ld.so.1;
     91   6515       raf 	dldump = FUNCTION FILTER /usr/lib/ld.so.1;
     92   6515       raf 	dlerror = FUNCTION FILTER /usr/lib/ld.so.1;
     93   6515       raf 	dlinfo = FUNCTION FILTER /usr/lib/ld.so.1;
     94   6515       raf 	dlmopen = FUNCTION FILTER /usr/lib/ld.so.1;
     95   6515       raf 	dlopen = FUNCTION FILTER /usr/lib/ld.so.1;
     96   6515       raf 	dlsym = FUNCTION FILTER /usr/lib/ld.so.1;
     97   6515       raf     protected:
     98   2522       raf 	alphasort64;
     99   2522       raf 	_alphasort64;
    100   4292  ab196087 
    101   4292  ab196087 	# Note: atomic_add_[16,32,64]_nv are also defined by the common
    102   4292  ab196087 	# mapfile. Here, we add the NODYNSORT attribute to them. On this
    103   4292  ab196087 	# platform, they are aliases for the non-_nv versions. If that is
    104   4292  ab196087 	# changed, these lines should be removed.
    105   4292  ab196087 	atomic_add_16_nv =		NODYNSORT;
    106   4292  ab196087 	atomic_add_32_nv =		NODYNSORT;
    107   4292  ab196087 	atomic_add_64_nv =		NODYNSORT;
    108   4292  ab196087 
    109   2522       raf 	pselect_large_fdset;
    110   2522       raf 	scandir64;
    111   2522       raf 	_scandir64;
    112   2522       raf };
    113   2522       raf 
    114   2522       raf SUNW_1.21.2 {
    115   6515       raf     protected:
    116   2522       raf 	__makecontext_v2;
    117   2522       raf 	___makecontext_v2;
    118   2522       raf };
    119   2522       raf 
    120   2522       raf SUNW_1.21 {
    121   6515       raf     protected:
    122   2522       raf 	attropen64;
    123   2522       raf 	_attropen64;
    124   2522       raf 	fstatat64;
    125   2522       raf 	_fstatat64;
    126   2522       raf 	openat64;
    127   2522       raf 	_openat64;
    128   2522       raf 	walkcontext;
    129   2522       raf };
    130   2522       raf 
    131   2522       raf SUNW_1.18 {
    132   6515       raf     protected:
    133   2522       raf 	select_large_fdset;
    134   2522       raf };
    135   2522       raf 
    136   2522       raf SUNW_1.1 {
    137   6515       raf     protected:
    138   2522       raf 	creat64;
    139   2522       raf 	_creat64;
    140   2522       raf 	fgetpos64;
    141   2522       raf 	__flt_rounds;
    142   2522       raf 	fopen64;
    143   2522       raf 	freopen64;
    144   2522       raf 	fseeko64;
    145   2522       raf 	fsetpos64;
    146   2522       raf 	fstat64;
    147   2522       raf 	_fstat64;
    148   2522       raf 	fstatvfs64;
    149   2522       raf 	_fstatvfs64;
    150   2522       raf 	ftello64;
    151   2522       raf 	ftruncate64;
    152   2522       raf 	_ftruncate64;
    153   2522       raf 	ftw64;
    154   2522       raf 	_ftw64;
    155   2522       raf 	getdents64;
    156   2522       raf 	_getdents64;
    157   2522       raf 	getrlimit64;
    158   2522       raf 	_getrlimit64;
    159   2522       raf 	lockf64;
    160   2522       raf 	_lockf64;
    161   2522       raf 	lseek64;
    162   2522       raf 	_lseek64;
    163   2522       raf 	lstat64;
    164   2522       raf 	_lstat64;
    165   2522       raf 	mkstemp64;
    166   2522       raf 	_mkstemp64;
    167   2522       raf 	mmap64;
    168   2522       raf 	_mmap64;
    169   2522       raf 	nftw64;
    170   2522       raf 	_nftw64;
    171   2522       raf 	open64;
    172   2522       raf 	_open64;
    173   2522       raf 	__posix_readdir_r;
    174   2522       raf 	pread64;
    175   2522       raf 	_pread64;
    176   2522       raf 	pwrite64;
    177   2522       raf 	_pwrite64;
    178   2522       raf 	readdir64;
    179   2522       raf 	_readdir64;
    180   2522       raf 	readdir64_r;
    181   2522       raf 	_readdir64_r;
    182   2522       raf 	setrlimit64;
    183   2522       raf 	_setrlimit64;
    184   2522       raf 	s_fcntl;
    185   4292  ab196087 	_s_fcntl = NODYNSORT;
    186   2522       raf 	s_ioctl;
    187   2522       raf 	stat64;
    188   2522       raf 	_stat64;
    189   2522       raf 	statvfs64;
    190   2522       raf 	_statvfs64;
    191   2522       raf 	tell64;
    192   2522       raf 	_tell64;
    193   2522       raf 	tmpfile64;
    194   2522       raf 	truncate64;
    195   2522       raf 	_truncate64;
    196   2522       raf 	_xftw64;
    197   2522       raf };
    198   2522       raf 
    199   2522       raf SUNW_0.7 {
    200   2522       raf     global:
    201   2522       raf 	_bufendtab;
    202   2522       raf 	_ctype;
    203   2522       raf 	_lastbuf;
    204   2522       raf 	_sibuf;
    205   2522       raf 	_sobuf;
    206   2522       raf 	_sys_buslist;
    207   2522       raf 	_sys_cldlist;
    208   2522       raf 	sys_errlist;
    209   2522       raf 	_sys_fpelist;
    210   2522       raf 	sys_nerr;
    211   2522       raf 	_sys_nsig;
    212   2522       raf 	_sys_segvlist;
    213   2522       raf 	_sys_siginfolistp;
    214   2522       raf 	_sys_siglist;
    215   2522       raf 	_sys_siglistn;
    216   2522       raf 	_sys_siglistp;
    217   2522       raf 	_sys_traplist;
    218   6515       raf     protected:
    219   6515       raf 	_assert;
    220   6515       raf 	__builtin_alloca;
    221   6515       raf 	file_to_decimal;
    222   6515       raf 	_flsbuf;
    223   6515       raf 	_mutex_held = NODYNSORT;
    224   6515       raf 	_mutex_lock = NODYNSORT;
    225   6515       raf 	p_online;
    226   6515       raf 	_rw_read_held;
    227   6515       raf 	_rw_write_held;
    228   6515       raf 	srand48;
    229   6515       raf 	_syscall;
    230   2522       raf } SISCD_2.3;
    231   2522       raf 
    232   2522       raf SISCD_2.3 {
    233   2522       raf     global:
    234   6515       raf 	errno = NODIRECT;
    235   6515       raf 	_iob;
    236   6515       raf     protected:
    237   2522       raf 	addseverity;
    238   2522       raf 	_addseverity;
    239   2522       raf 	asctime_r;
    240   2522       raf 	crypt;
    241   2522       raf 	_crypt;
    242   2522       raf 	ctime_r;
    243   2522       raf 	__div64;
    244   2522       raf 	__dtoll;
    245   2522       raf 	__dtoull;
    246   2522       raf 	encrypt;
    247   2522       raf 	_encrypt;
    248   2522       raf 	endgrent;
    249   2522       raf 	endpwent;
    250   2522       raf 	___errno;
    251   2522       raf 	fgetgrent;
    252   2522       raf 	fgetgrent_r;
    253   2522       raf 	fgetpwent;
    254   2522       raf 	fgetpwent_r;
    255   2522       raf 	flockfile;
    256   2522       raf 	__ftoll;
    257   2522       raf 	__ftoull;
    258   2522       raf 	funlockfile;
    259   2522       raf 	getchar_unlocked;
    260   2522       raf 	getc_unlocked;
    261   2522       raf 	getgrent;
    262   2522       raf 	getgrent_r;
    263   2522       raf 	getgrgid_r;
    264   2522       raf 	getgrnam_r;
    265   2522       raf 	getitimer;
    266   2522       raf 	_getitimer;
    267   2522       raf 	getlogin_r;
    268   2522       raf 	getpwent;
    269   2522       raf 	getpwent_r;
    270   2522       raf 	getpwnam_r;
    271   2522       raf 	getpwuid_r;
    272   2522       raf 	gettimeofday;
    273   2522       raf 	_gettimeofday;
    274   2522       raf 	gmtime_r;
    275   2522       raf 	localtime_r;
    276   2522       raf 	__mul64;
    277   2522       raf 	putchar_unlocked;
    278   2522       raf 	putc_unlocked;
    279   2522       raf 	_Q_lltoq;
    280   2522       raf 	_Q_qtoll;
    281   2522       raf 	_Q_qtoull;
    282   2522       raf 	_Q_ulltoq;
    283   2522       raf 	rand_r;
    284   2522       raf 	readdir_r;
    285   2522       raf 	__rem64;
    286   2522       raf 	sbrk;
    287   2522       raf 	_sbrk;
    288   2522       raf 	setgrent;
    289   2522       raf 	setitimer;
    290   2522       raf 	_setitimer;
    291   2522       raf 	setkey;
    292   2522       raf 	_setkey;
    293   2522       raf 	setpwent;
    294   2522       raf 	strtok_r;
    295   2522       raf 	sysinfo;
    296   2522       raf 	_sysinfo;
    297   2522       raf 	ttyname_r;
    298   2522       raf 	__udiv64;
    299   4292  ab196087 	__umul64 = NODYNSORT;		# Same address as __mul64
    300   2522       raf 	__urem64;
    301   2522       raf } SYSVABI_1.3;
    302   2522       raf 
    303   2522       raf SYSVABI_1.3 {
    304   2522       raf     global:
    305   6515       raf 	_altzone;
    306   6515       raf 	calloc = NODIRECT;
    307   6515       raf 	__ctype;
    308   6515       raf 	daylight;
    309   6515       raf 	_daylight;
    310   6515       raf 	environ = NODIRECT;
    311   6515       raf 	_environ = NODIRECT;
    312   6515       raf 	free = NODIRECT;
    313   6515       raf 	frexp = FUNCTION FILTER libm.so.2;
    314   6515       raf 	getdate_err;
    315   6515       raf 	_getdate_err;
    316   6879       raf 	getenv;
    317   6515       raf 	__huge_val;
    318   6515       raf 	__iob;
    319   6515       raf 	isnan = FUNCTION FILTER libm.so.2;
    320   6515       raf 	_isnan = FUNCTION FILTER libm.so.2;
    321   6515       raf 	isnand = FUNCTION FILTER libm.so.2;
    322   6515       raf 	_isnand = FUNCTION FILTER libm.so.2;
    323   6515       raf 	ldexp = FUNCTION FILTER libm.so.2;
    324   6515       raf 	logb = FUNCTION FILTER libm.so.2;
    325   6515       raf 	malloc = NODIRECT;
    326   6515       raf 	modf = FUNCTION FILTER libm.so.2;
    327   6515       raf 	_modf = FUNCTION FILTER libm.so.2;
    328   6515       raf 	nextafter = FUNCTION FILTER libm.so.2;
    329   6515       raf 	_nextafter = FUNCTION FILTER libm.so.2;
    330   6515       raf 	_numeric;
    331   6515       raf 	optarg;
    332   6515       raf 	opterr;
    333   6515       raf 	optind;
    334   6515       raf 	optopt;
    335   6515       raf 	realloc = NODIRECT;
    336   6515       raf 	scalb = FUNCTION FILTER libm.so.2;
    337   6515       raf 	_scalb = FUNCTION FILTER libm.so.2;
    338   6515       raf 	timezone;
    339   6515       raf 	_timezone;
    340   6515       raf 	tzname;
    341   6515       raf 	_tzname;
    342   6515       raf     protected:
    343   2522       raf 	.div;
    344   2522       raf 	.mul;
    345   2522       raf 	.rem;
    346   2522       raf 	.stret1;
    347   2522       raf 	.stret2;
    348   2522       raf 	.stret4;
    349   4292  ab196087 	# .stret4 and .stret8 are the same thing
    350   4292  ab196087 	.stret8 = NODYNSORT;
    351   2522       raf 	.udiv;
    352   2522       raf 	.umul;
    353   2522       raf 	.urem;
    354   2522       raf 	abort;
    355   2522       raf 	abs;
    356   2522       raf 	access;
    357   2522       raf 	_access;
    358   2522       raf 	acct;
    359   2522       raf 	_acct;
    360   2522       raf 	alarm;
    361   2522       raf 	_alarm;
    362   2522       raf 	asctime;
    363   2522       raf 	__assert;
    364   2522       raf 	atexit;
    365   2522       raf 	atof;
    366   2522       raf 	atoi;
    367   2522       raf 	atol;
    368   2522       raf 	bsearch;
    369   2522       raf 	catclose;
    370   2522       raf 	_catclose;
    371   2522       raf 	catgets;
    372   2522       raf 	_catgets;
    373   2522       raf 	catopen;
    374   2522       raf 	_catopen;
    375   2522       raf 	cfgetispeed;
    376   2522       raf 	_cfgetispeed;
    377   2522       raf 	cfgetospeed;
    378   2522       raf 	_cfgetospeed;
    379   2522       raf 	cfsetispeed;
    380   2522       raf 	_cfsetispeed;
    381   2522       raf 	cfsetospeed;
    382   2522       raf 	_cfsetospeed;
    383   2522       raf 	chdir;
    384   2522       raf 	_chdir;
    385   2522       raf 	chmod;
    386   2522       raf 	_chmod;
    387   2522       raf 	chown;
    388   2522       raf 	_chown;
    389   2522       raf 	chroot;
    390   2522       raf 	_chroot;
    391   2522       raf 	_cleanup;
    392   2522       raf 	clearerr;
    393   2522       raf 	clock;
    394   2522       raf 	_close;
    395   6515       raf 	close;
    396   2522       raf 	closedir;
    397   2522       raf 	_closedir;
    398   2522       raf 	creat;
    399   2522       raf 	_creat;
    400   2522       raf 	ctermid;
    401   2522       raf 	_ctermid;
    402   2522       raf 	ctime;
    403   2522       raf 	cuserid;
    404   2522       raf 	_cuserid;
    405   2522       raf 	difftime;
    406   2522       raf 	div;
    407   2522       raf 	__dtou;
    408   2522       raf 	dup;
    409   2522       raf 	_dup;
    410   2522       raf 	dup2;
    411   2522       raf 	_dup2;
    412   2522       raf 	execl;
    413   2522       raf 	_execl;
    414   2522       raf 	execle;
    415   2522       raf 	_execle;
    416   2522       raf 	execlp;
    417   2522       raf 	_execlp;
    418   2522       raf 	execv;
    419   2522       raf 	_execv;
    420   2522       raf 	execve;
    421   2522       raf 	_execve;
    422   2522       raf 	execvp;
    423   2522       raf 	_execvp;
    424   2522       raf 	exit;
    425   2522       raf 	_exit;
    426   2522       raf 	fattach;
    427   2522       raf 	_fattach;
    428   2522       raf 	fchdir;
    429   2522       raf 	_fchdir;
    430   2522       raf 	fchmod;
    431   2522       raf 	_fchmod;
    432   2522       raf 	fchown;
    433   2522       raf 	_fchown;
    434   2522       raf 	fclose;
    435   2522       raf 	fcntl;
    436   2522       raf 	_fcntl;
    437   2522       raf 	fdetach;
    438   2522       raf 	_fdetach;
    439   2522       raf 	fdopen;
    440   2522       raf 	_fdopen;
    441   2522       raf 	feof;
    442   2522       raf 	ferror;
    443   2522       raf 	fflush;
    444   2522       raf 	fgetc;
    445   2522       raf 	fgetpos;
    446   2522       raf 	fgets;
    447   2522       raf 	__filbuf;
    448   2522       raf 	fileno;
    449   2522       raf 	_fileno;
    450   2522       raf 	__flsbuf;
    451   2522       raf 	fmtmsg;
    452   2522       raf 	_fmtmsg;
    453   2522       raf 	fopen;
    454   2522       raf 	_fork;
    455   6515       raf 	fork;
    456   2522       raf 	fpathconf;
    457   2522       raf 	_fpathconf;
    458   2522       raf 	fprintf;
    459   2522       raf 	fputc;
    460   2522       raf 	fputs;
    461   2522       raf 	fread;
    462   2522       raf 	freopen;
    463   2522       raf 	fscanf;
    464   2522       raf 	fseek;
    465   2522       raf 	fsetpos;
    466   2522       raf 	fstat;
    467   2522       raf 	_fstat;
    468   2522       raf 	fstatvfs;
    469   2522       raf 	_fstatvfs;
    470   2522       raf 	fsync;
    471   2522       raf 	_fsync;
    472   2522       raf 	ftell;
    473   2522       raf 	ftok;
    474   2522       raf 	_ftok;
    475   2522       raf 	__ftou;
    476   2522       raf 	fwrite;
    477   2522       raf 	getc;
    478   2522       raf 	getchar;
    479   2522       raf 	getcontext;
    480   2522       raf 	_getcontext;
    481   2522       raf 	getcwd;
    482   2522       raf 	_getcwd;
    483   2522       raf 	getdate;
    484   2522       raf 	_getdate;
    485   2522       raf 	getegid;
    486   2522       raf 	_getegid;
    487   2522       raf 	geteuid;
    488   2522       raf 	_geteuid;
    489   2522       raf 	getgid;
    490   2522       raf 	_getgid;
    491   2522       raf 	getgrgid;
    492   2522       raf 	_getgrgid;
    493   2522       raf 	getgrnam;
    494   2522       raf 	_getgrnam;
    495   2522       raf 	getgroups;
    496   2522       raf 	_getgroups;
    497   2522       raf 	getlogin;
    498   2522       raf 	_getlogin;
    499   2522       raf 	getmsg;
    500   2522       raf 	_getmsg;
    501   2522       raf 	getopt;
    502   2522       raf 	_getopt;
    503   2522       raf 	getpass;
    504   2522       raf 	_getpass;
    505   2522       raf 	getpgid;
    506   2522       raf 	_getpgid;
    507   2522       raf 	getpgrp;
    508   2522       raf 	_getpgrp;
    509   2522       raf 	getpid;
    510   2522       raf 	_getpid;
    511   2522       raf 	getpmsg;
    512   2522       raf 	_getpmsg;
    513   2522       raf 	getppid;
    514   2522       raf 	_getppid;
    515   2522       raf 	getpwnam;
    516   2522       raf 	_getpwnam;
    517   2522       raf 	getpwuid;
    518   2522       raf 	_getpwuid;
    519   2522       raf 	getrlimit;
    520   2522       raf 	_getrlimit;
    521   2522       raf 	gets;
    522   2522       raf 	getsid;
    523   2522       raf 	_getsid;
    524   2522       raf 	getsubopt;
    525   2522       raf 	_getsubopt;
    526   2522       raf 	gettxt;
    527   2522       raf 	_gettxt;
    528   2522       raf 	getuid;
    529   2522       raf 	_getuid;
    530   2522       raf 	getw;
    531   2522       raf 	_getw;
    532   2522       raf 	gmtime;
    533   2522       raf 	grantpt;
    534   2522       raf 	_grantpt;
    535   2522       raf 	hcreate;
    536   2522       raf 	_hcreate;
    537   2522       raf 	hdestroy;
    538   2522       raf 	_hdestroy;
    539   2522       raf 	hsearch;
    540   2522       raf 	_hsearch;
    541   2522       raf 	initgroups;
    542   2522       raf 	_initgroups;
    543   2522       raf 	ioctl;
    544   2522       raf 	_ioctl;
    545   2522       raf 	isalnum;
    546   2522       raf 	isalpha;
    547   2522       raf 	isascii;
    548   2522       raf 	_isascii;
    549   2522       raf 	isastream;
    550   2522       raf 	_isastream;
    551   2522       raf 	isatty;
    552   2522       raf 	_isatty;
    553   2522       raf 	iscntrl;
    554   2522       raf 	isdigit;
    555   2522       raf 	isgraph;
    556   2522       raf 	islower;
    557   2522       raf 	isprint;
    558   2522       raf 	ispunct;
    559   2522       raf 	isspace;
    560   2522       raf 	isupper;
    561   2522       raf 	isxdigit;
    562   2522       raf 	kill;
    563   2522       raf 	_kill;
    564   2522       raf 	labs;
    565   2522       raf 	lchown;
    566   2522       raf 	_lchown;
    567   2522       raf 	ldiv;
    568   2522       raf 	lfind;
    569   2522       raf 	_lfind;
    570   2522       raf 	link;
    571   2522       raf 	_link;
    572   2522       raf 	localeconv;
    573   2522       raf 	localtime;
    574   2522       raf 	lockf;
    575   2522       raf 	_lockf;
    576   2522       raf 	longjmp;
    577   2522       raf 	lsearch;
    578   2522       raf 	_lsearch;
    579   2522       raf 	lseek;
    580   2522       raf 	_lseek;
    581   2522       raf 	lstat;
    582   2522       raf 	_lstat;
    583   2522       raf 	makecontext;
    584   2522       raf 	_makecontext;
    585   2522       raf 	mblen;
    586   2522       raf 	mbstowcs;
    587   2522       raf 	mbtowc;
    588   2522       raf 	memccpy;
    589   2522       raf 	_memccpy;
    590   2522       raf 	memchr;
    591   2522       raf 	memcntl;
    592   2522       raf 	_memcntl;
    593   2522       raf 	mkdir;
    594   2522       raf 	_mkdir;
    595   2522       raf 	mkfifo;
    596   2522       raf 	_mkfifo;
    597   2522       raf 	mknod;
    598   2522       raf 	_mknod;
    599   2522       raf 	mktemp;
    600   2522       raf 	_mktemp;
    601   2522       raf 	mktime;
    602   2522       raf 	mlock;
    603   2522       raf 	_mlock;
    604   2522       raf 	mmap;
    605   2522       raf 	_mmap;
    606   2522       raf 	monitor;
    607   2522       raf 	_monitor;
    608   2522       raf 	mount;
    609   2522       raf 	_mount;
    610   2522       raf 	mprotect;
    611   2522       raf 	_mprotect;
    612   2522       raf 	msgctl;
    613   2522       raf 	_msgctl;
    614   2522       raf 	msgget;
    615   2522       raf 	_msgget;
    616   2522       raf 	msgrcv;
    617   2522       raf 	_msgrcv;
    618   2522       raf 	msgsnd;
    619   2522       raf 	_msgsnd;
    620   2522       raf 	msync;
    621   2522       raf 	_msync;
    622   2522       raf 	munlock;
    623   2522       raf 	_munlock;
    624   2522       raf 	munmap;
    625   2522       raf 	_munmap;
    626   2522       raf 	nftw;
    627   2522       raf 	_nftw;
    628   2522       raf 	nice;
    629   2522       raf 	_nice;
    630   2522       raf 	nl_langinfo;
    631   2522       raf 	_nl_langinfo;
    632   2522       raf 	open;
    633   2522       raf 	_open;
    634   2522       raf 	opendir;
    635   2522       raf 	_opendir;
    636   2522       raf 	pathconf;
    637   2522       raf 	_pathconf;
    638   2522       raf 	pause;
    639   2522       raf 	_pause;
    640   2522       raf 	pclose;
    641   2522       raf 	_pclose;
    642   2522       raf 	perror;
    643   2522       raf 	pipe;
    644   2522       raf 	_pipe;
    645   2522       raf 	poll;
    646   2522       raf 	_poll;
    647   2522       raf 	popen;
    648   2522       raf 	_popen;
    649   2522       raf 	printf;
    650   2522       raf 	profil;
    651   2522       raf 	_profil;
    652   2522       raf 	ptrace;
    653   2522       raf 	_ptrace;
    654   2522       raf 	ptsname;
    655   2522       raf 	_ptsname;
    656   2522       raf 	putc;
    657   2522       raf 	putchar;
    658   2522       raf 	putenv;
    659   2522       raf 	_putenv;
    660   2522       raf 	putmsg;
    661   2522       raf 	_putmsg;
    662   2522       raf 	putpmsg;
    663   2522       raf 	_putpmsg;
    664   2522       raf 	puts;
    665   2522       raf 	putw;
    666   2522       raf 	_putw;
    667   2522       raf 	_Q_add;
    668   2522       raf 	_Q_cmp;
    669   2522       raf 	_Q_cmpe;
    670   2522       raf 	_Q_div;
    671   2522       raf 	_Q_dtoq;
    672   2522       raf 	_Q_feq;
    673   2522       raf 	_Q_fge;
    674   2522       raf 	_Q_fgt;
    675   2522       raf 	_Q_fle;
    676   2522       raf 	_Q_flt;
    677   2522       raf 	_Q_fne;
    678   2522       raf 	_Q_itoq;
    679   2522       raf 	_Q_mul;
    680   2522       raf 	_Q_neg;
    681   2522       raf 	_Q_qtod;
    682   2522       raf 	_Q_qtoi;
    683   2522       raf 	_Q_qtos;
    684   2522       raf 	_Q_qtou;
    685   2522       raf 	qsort;
    686   2522       raf 	_Q_sqrt;
    687   2522       raf 	_Q_stoq;
    688   2522       raf 	_Q_sub;
    689   2522       raf 	_Q_utoq;
    690   2522       raf 	raise;
    691   2522       raf 	rand;
    692   2522       raf 	read;
    693   2522       raf 	_read;
    694   2522       raf 	readdir;
    695   2522       raf 	_readdir;
    696   2522       raf 	readlink;
    697   2522       raf 	_readlink;
    698   2522       raf 	readv;
    699   2522       raf 	_readv;
    700   2522       raf 	remove;
    701   2522       raf 	rename;
    702   2522       raf 	_rename;
    703   2522       raf 	rewind;
    704   2522       raf 	rewinddir;
    705   2522       raf 	_rewinddir;
    706   2522       raf 	rmdir;
    707   2522       raf 	_rmdir;
    708   2522       raf 	scanf;
    709   2522       raf 	seekdir;
    710   2522       raf 	_seekdir;
    711   2522       raf 	semctl;
    712   2522       raf 	_semctl;
    713   2522       raf 	semget;
    714   2522       raf 	_semget;
    715   2522       raf 	semop;
    716   2522       raf 	_semop;
    717   2522       raf 	setbuf;
    718   2522       raf 	setcontext;
    719   4292  ab196087 	_setcontext = NODYNSORT;
    720   2522       raf 	setgid;
    721   2522       raf 	_setgid;
    722   2522       raf 	setgroups;
    723   2522       raf 	_setgroups;
    724   2522       raf 	setjmp;
    725   2522       raf 	setlabel;
    726   2522       raf 	setlocale;
    727   2522       raf 	setpgid;
    728   2522       raf 	_setpgid;
    729   2522       raf 	setpgrp;
    730   2522       raf 	_setpgrp;
    731   2522       raf 	setrlimit;
    732   2522       raf 	_setrlimit;
    733   2522       raf 	setsid;
    734   2522       raf 	_setsid;
    735   2522       raf 	setuid;
    736   2522       raf 	_setuid;
    737   2522       raf 	setvbuf;
    738   2522       raf 	shmat;
    739   2522       raf 	_shmat;
    740   2522       raf 	shmctl;
    741   2522       raf 	_shmctl;
    742   2522       raf 	shmdt;
    743   2522       raf 	_shmdt;
    744   2522       raf 	shmget;
    745   2522       raf 	_shmget;
    746   6515       raf 	sigaction;
    747   6515       raf 	_sigaction = NODYNSORT;
    748   2522       raf 	sigaddset;
    749   2522       raf 	_sigaddset;
    750   2522       raf 	sigaltstack;
    751   2522       raf 	_sigaltstack;
    752   2522       raf 	sigdelset;
    753   2522       raf 	_sigdelset;
    754   2522       raf 	sigemptyset;
    755   2522       raf 	_sigemptyset;
    756   2522       raf 	sigfillset;
    757   2522       raf 	_sigfillset;
    758   2522       raf 	sighold;
    759   2522       raf 	_sighold;
    760   2522       raf 	sigignore;
    761   2522       raf 	_sigignore;
    762   2522       raf 	sigismember;
    763   2522       raf 	_sigismember;
    764   2522       raf 	siglongjmp;
    765   2522       raf 	_siglongjmp;
    766   2522       raf 	signal;
    767   2522       raf 	sigpause;
    768   2522       raf 	_sigpause;
    769   2522       raf 	sigpending;
    770   2522       raf 	_sigpending;
    771   2522       raf 	sigprocmask;
    772   2522       raf 	_sigprocmask;
    773   2522       raf 	sigrelse;
    774   2522       raf 	_sigrelse;
    775   2522       raf 	sigsend;
    776   2522       raf 	_sigsend;
    777   2522       raf 	sigsendset;
    778   2522       raf 	_sigsendset;
    779   2522       raf 	sigset;
    780   2522       raf 	_sigset;
    781   2522       raf 	sigsetjmp;
    782   4292  ab196087 	_sigsetjmp = NODYNSORT;
    783   2522       raf 	sigsuspend;
    784   2522       raf 	_sigsuspend;
    785   2522       raf 	sleep;
    786   2522       raf 	_sleep;
    787   2522       raf 	sprintf;
    788   2522       raf 	srand;
    789   2522       raf 	sscanf;
    790   2522       raf 	stat;
    791   2522       raf 	_stat;
    792   2522       raf 	statvfs;
    793   2522       raf 	_statvfs;
    794   2522       raf 	stime;
    795   2522       raf 	_stime;
    796   2522       raf 	strcat;
    797   2522       raf 	strchr;
    798   2522       raf 	strcmp;
    799   2522       raf 	strcoll;
    800   2522       raf 	strcpy;
    801   2522       raf 	strcspn;
    802   2522       raf 	strdup;
    803   2522       raf 	_strdup;
    804   2522       raf 	strerror;
    805   2522       raf 	strftime;
    806   2522       raf 	strlen;
    807   2522       raf 	strncat;
    808   2522       raf 	strncmp;
    809   2522       raf 	strncpy;
    810   2522       raf 	strpbrk;
    811   2522       raf 	strrchr;
    812   2522       raf 	strspn;
    813   2522       raf 	strstr;
    814   2522       raf 	strtod;
    815   2522       raf 	strtok;
    816   2522       raf 	strtol;
    817   2522       raf 	strtoul;
    818   2522       raf 	strxfrm;
    819   2522       raf 	swab;
    820   2522       raf 	_swab;
    821   2522       raf 	swapcontext;
    822   2522       raf 	_swapcontext;
    823   2522       raf 	symlink;
    824   2522       raf 	_symlink;
    825   2522       raf 	sync;
    826   2522       raf 	_sync;
    827   2522       raf 	sysconf;
    828   2522       raf 	_sysconf;
    829   2522       raf 	system;
    830   2522       raf 	tcdrain;
    831   2522       raf 	_tcdrain;
    832   2522       raf 	tcflow;
    833   2522       raf 	_tcflow;
    834   2522       raf 	tcflush;
    835   2522       raf 	_tcflush;
    836   2522       raf 	tcgetattr;
    837   2522       raf 	_tcgetattr;
    838   2522       raf 	tcgetpgrp;
    839   2522       raf 	_tcgetpgrp;
    840   2522       raf 	tcgetsid;
    841   2522       raf 	_tcgetsid;
    842   2522       raf 	tcsendbreak;
    843   2522       raf 	_tcsendbreak;
    844   2522       raf 	tcsetattr;
    845   2522       raf 	_tcsetattr;
    846   2522       raf 	tcsetpgrp;
    847   2522       raf 	_tcsetpgrp;
    848   2522       raf 	tdelete;
    849   2522       raf 	_tdelete;
    850   2522       raf 	tell;
    851   2522       raf 	_tell;
    852   2522       raf 	telldir;
    853   2522       raf 	_telldir;
    854   2522       raf 	tempnam;
    855   2522       raf 	_tempnam;
    856   2522       raf 	tfind;
    857   2522       raf 	_tfind;
    858   2522       raf 	time;
    859   2522       raf 	_time;
    860   2522       raf 	times;
    861   2522       raf 	_times;
    862   2522       raf 	tmpfile;
    863   2522       raf 	tmpnam;
    864   2522       raf 	toascii;
    865   2522       raf 	_toascii;
    866   2522       raf 	tolower;
    867   2522       raf 	_tolower;
    868   2522       raf 	toupper;
    869   2522       raf 	_toupper;
    870   2522       raf 	tsearch;
    871   2522       raf 	_tsearch;
    872   2522       raf 	ttyname;
    873   2522       raf 	_ttyname;
    874   2522       raf 	twalk;
    875   2522       raf 	_twalk;
    876   2522       raf 	tzset;
    877   2522       raf 	_tzset;
    878   2522       raf 	ulimit;
    879   2522       raf 	_ulimit;
    880   2522       raf 	umask;
    881   2522       raf 	_umask;
    882   2522       raf 	umount;
    883   2522       raf 	_umount;
    884   2522       raf 	uname;
    885   2522       raf 	_uname;
    886   2522       raf 	ungetc;
    887   2522       raf 	unlink;
    888   2522       raf 	_unlink;
    889   2522       raf 	unlockpt;
    890   2522       raf 	_unlockpt;
    891   2522       raf 	utime;
    892   2522       raf 	_utime;
    893   2522       raf 	vfprintf;
    894   2522       raf 	vprintf;
    895   2522       raf 	vsprintf;
    896   2522       raf 	wait;
    897   2522       raf 	_wait;
    898   2522       raf 	waitid;
    899   2522       raf 	_waitid;
    900   2522       raf 	waitpid;
    901   2522       raf 	_waitpid;
    902   2522       raf 	wcstombs;
    903   2522       raf 	wctomb;
    904   2522       raf 	write;
    905   2522       raf 	_write;
    906   2522       raf 	writev;
    907   2522       raf 	_writev;
    908   2522       raf 	_xftw;
    909   2522       raf };
    910   2522       raf 
    911   2522       raf SUNWprivate_1.1 {
    912   2522       raf     global:
    913   2522       raf 	_dladdr = FUNCTION FILTER /usr/lib/ld.so.1;
    914   2522       raf 	_dladdr1 = FUNCTION FILTER /usr/lib/ld.so.1;
    915   2522       raf 	_dlclose = FUNCTION FILTER /usr/lib/ld.so.1;
    916   2522       raf 	_dldump = FUNCTION FILTER /usr/lib/ld.so.1;
    917   2522       raf 	_dlerror = FUNCTION FILTER /usr/lib/ld.so.1;
    918   2522       raf 	_dlinfo = FUNCTION FILTER /usr/lib/ld.so.1;
    919   2522       raf 	_dlmopen = FUNCTION FILTER /usr/lib/ld.so.1;
    920   2522       raf 	_dlopen = FUNCTION FILTER /usr/lib/ld.so.1;
    921   2522       raf 	_dlsym = FUNCTION FILTER /usr/lib/ld.so.1;
    922   6515       raf 	_ld_libc = FUNCTION FILTER /usr/lib/ld.so.1;
    923   6515       raf 	__lyday_to_month;
    924   6515       raf 	__mon_lengths;
    925   6515       raf 	_sys_errlist;
    926   6515       raf 	_sys_errs;
    927   6515       raf 	_sys_index;
    928   6515       raf 	_sys_nerr = NODYNSORT;
    929   6515       raf 	_sys_num_err;
    930   6515       raf 	__yday_to_month;
    931   6515       raf     protected:
    932   6515       raf 	__ashldi3;
    933   6515       raf 	__ashrdi3;
    934   6515       raf 	_cerror;
    935   6515       raf 	_cerror64;
    936   6515       raf 	__cmpdi2;
    937   6515       raf 	__divdi3;
    938   2522       raf 	_file_set;
    939   2522       raf 	__floatdidf;
    940   2522       raf 	__floatdisf;
    941   2522       raf 	_fprintf_c89;
    942   2522       raf 	_fscanf_c89;
    943   2522       raf 	__fseterror_u;
    944   2522       raf 	_fwprintf_c89;
    945   2522       raf 	_fwscanf_c89;
    946   2522       raf 	_imaxabs_c89;
    947   2522       raf 	_imaxdiv_c89;
    948   2522       raf 	install_utrap;
    949   2522       raf 	_install_utrap;
    950   2522       raf 	__lshrdi3;
    951   2522       raf 	__moddi3;
    952   2522       raf 	__muldi3;
    953   2522       raf 	nop;
    954   2522       raf 	_printf_c89;
    955   2522       raf 	_Q_cplx_div;
    956   2522       raf 	_Q_cplx_div_ix;
    957   2522       raf 	_Q_cplx_div_rx;
    958   2522       raf 	_Q_cplx_lr_div;
    959   2522       raf 	_Q_cplx_lr_div_ix;
    960   2522       raf 	_Q_cplx_lr_div_rx;
    961   2522       raf 	_Q_cplx_lr_mul;
    962   2522       raf 	_Q_cplx_mul;
    963   2522       raf 	_QgetRD;
    964   2522       raf 	_scanf_c89;
    965   2522       raf 	_snprintf_c89;
    966   2522       raf 	_sprintf_c89;
    967   2522       raf 	_sscanf_c89;
    968   2522       raf 	_strtoimax_c89;
    969   2522       raf 	_strtoumax_c89;
    970   2522       raf 	_swprintf_c89;
    971   2522       raf 	_swscanf_c89;
    972   2522       raf 	__ucmpdi2;
    973   2522       raf 	__udivdi3;
    974   2522       raf 	__umoddi3;
    975   2522       raf 	_vfprintf_c89;
    976   2522       raf 	_vfscanf_c89;
    977   2522       raf 	_vfwprintf_c89;
    978   2522       raf 	_vfwscanf_c89;
    979   2522       raf 	_vprintf_c89;
    980   2522       raf 	_vscanf_c89;
    981   2522       raf 	_vsnprintf_c89;
    982   2522       raf 	_vsprintf_c89;
    983   2522       raf 	_vsscanf_c89;
    984   2522       raf 	_vswprintf_c89;
    985   2522       raf 	_vswscanf_c89;
    986   2522       raf 	_vwprintf_c89;
    987   2522       raf 	_vwscanf_c89;
    988   2522       raf 	_wcstoimax_c89;
    989   2522       raf 	_wcstoumax_c89;
    990   2522       raf 	_wprintf_c89;
    991   2522       raf 	_wscanf_c89;
    992   2522       raf 	_xregs_clrptr;
    993   4292  ab196087 
    994   4292  ab196087     local:
    995   4292  ab196087 	__cerror =		NODYNSORT;
    996   4292  ab196087 	__cerror64 =		NODYNSORT;
    997   4292  ab196087 	_seekdir64 =		NODYNSORT;
    998   4292  ab196087 	_telldir64 =		NODYNSORT;
    999   2522       raf };
   1000