Print this page
cfmakeraw
cfsetspeed
Split |
Close |
Expand all |
Collapse all |
--- old/usr/src/lib/libc/port/mapfile-vers
+++ new/usr/src/lib/libc/port/mapfile-vers
1 1 #
2 2 # CDDL HEADER START
3 3 #
4 4 # The contents of this file are subject to the terms of the
5 5 # Common Development and Distribution License (the "License").
6 6 # You may not use this file except in compliance with the License.
7 7 #
8 8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 9 # or http://www.opensolaris.org/os/licensing.
10 10 # See the License for the specific language governing permissions
11 11 # and limitations under the License.
12 12 #
13 13 # When distributing Covered Code, include this CDDL HEADER in each
14 14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 15 # If applicable, add the following below this CDDL HEADER, with the
↓ open down ↓ |
15 lines elided |
↑ open up ↑ |
16 16 # fields enclosed by brackets "[]" replaced with your own identifying
17 17 # information: Portions Copyright [yyyy] [name of copyright owner]
18 18 #
19 19 # CDDL HEADER END
20 20 #
21 21
22 22 #
23 23 # Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
24 24 # Copyright 2018 Nexenta Systems, Inc.
25 25 # Copyright (c) 2012 by Delphix. All rights reserved.
26 -# Copyright 2018 Joyent, Inc.
26 +# Copyright 2019 Joyent, Inc.
27 27 # Copyright (c) 2013, OmniTI Computer Consulting, Inc. All rights reserved.
28 28 # Copyright (c) 2013 Gary Mills
29 29 # Copyright 2014 Garrett D'Amore <garrett@damore.org>
30 30 # Copyright 2019 OmniOS Community Edition (OmniOSce) Association.
31 31 #
32 32
33 33 #
34 34 # MAPFILE HEADER START
35 35 #
36 36 # WARNING: STOP NOW. DO NOT MODIFY THIS FILE.
37 37 # Object versioning must comply with the rules detailed in
38 38 #
39 39 # usr/src/lib/README.mapfiles
40 40 #
41 41 # You should not be making modifications here until you've read the most current
42 42 # copy of that file. If you need help, contact a gatekeeper for guidance.
43 43 #
44 44 # MAPFILE HEADER END
45 45 #
46 46
47 47 $mapfile_version 2
48 48
49 49 #
50 50 # All function names added to this or any other libc mapfile
51 51 # must be placed under the 'protected:' designation.
52 52 # The 'global:' designation is used *only* for data
53 53 # items and for the members of the malloc() family.
54 54 #
55 55
56 56 # Mnemonic conditional input identifiers:
57 57 #
58 58 # - amd64, i386, sparc32, sparcv9: Correspond to ISA subdirectories used to
59 59 # hold per-platform code. Note however that we use 'sparc32' instead of
60 60 # 'sparc'. Since '_sparc' is predefined to apply to, all sparc platforms,
61 61 # naming the 32-bit version 'sparc' would be too likely to cause errors.
62 62 #
63 63 # - lf64: Defined on platforms that offer the 32-bit largefile APIs
64 64 #
65 65 $if _ELF32
66 66 $add lf64
67 67 $endif
68 68 $if _sparc && _ELF32
69 69 $add sparc32
70 70 $endif
↓ open down ↓ |
34 lines elided |
↑ open up ↑ |
71 71 $if _sparc && _ELF64
72 72 $add sparcv9
73 73 $endif
74 74 $if _x86 && _ELF32
75 75 $add i386
76 76 $endif
77 77 $if _x86 && _ELF64
78 78 $add amd64
79 79 $endif
80 80
81 +SYMBOL_VERSION ILLUMOS_0.31 {
82 + protected:
83 + cfmakeraw;
84 + cfsetspeed;
85 +} ILLUMOS_0.30;
86 +
81 87 SYMBOL_VERSION ILLUMOS_0.30 {
82 88 protected:
83 89 reallocf;
84 90 } ILLUMOS_0.29;
85 91
86 92 SYMBOL_VERSION ILLUMOS_0.29 {
87 93 protected:
88 94 getrandom;
89 95 } ILLUMOS_0.28;
90 96
91 97 SYMBOL_VERSION ILLUMOS_0.28 {
92 98 protected:
93 99 pthread_attr_getname_np;
94 100 pthread_attr_setname_np;
95 101 pthread_getname_np;
96 102 pthread_setname_np;
97 103 thr_getname;
98 104 thr_setname;
99 105 } ILLUMOS_0.27;
100 106
101 107 SYMBOL_VERSION ILLUMOS_0.27 { # memset_s(3C) and set_constraint_handler_s(3C)
102 108 protected:
103 109 abort_handler_s;
104 110 ignore_handler_s;
105 111 memset_s;
106 112 set_constraint_handler_s;
107 113 } ILLUMOS_0.26;
108 114
109 115 SYMBOL_VERSION ILLUMOS_0.26 { # fts(3) LFS
110 116 $if lf64
111 117 protected:
112 118 fts_children64;
113 119 fts_close64;
114 120 fts_open64;
115 121 fts_read64;
116 122 fts_set64;
117 123 $endif
118 124 } ILLUMOS_0.25;
119 125
120 126 SYMBOL_VERSION ILLUMOS_0.25 { # inet_* moved from libnsl/libsocket
121 127 protected:
122 128 inet_addr;
123 129 inet_aton;
124 130 inet_lnaof;
125 131 inet_makeaddr;
126 132 inet_netof;
127 133 inet_network;
128 134 inet_ntoa;
129 135 inet_ntoa_r;
130 136 inet_ntop;
131 137 inet_pton;
132 138 } ILLUMOS_0.24;
133 139
134 140 SYMBOL_VERSION ILLUMOS_0.24 { # openbsd compat
135 141 protected:
136 142 freezero;
137 143 recallocarray;
138 144 } ILLUMOS_0.23;
139 145
140 146 SYMBOL_VERSION ILLUMOS_0.23 { # openbsd compat
141 147 protected:
142 148 fts_children;
143 149 fts_close;
144 150 fts_open;
145 151 fts_read;
146 152 fts_set;
147 153 reallocarray;
148 154 strtonum;
149 155 } ILLUMOS_0.22;
150 156
151 157 SYMBOL_VERSION ILLUMOS_0.22 { # endian(3C)
152 158 protected:
153 159 htobe16;
154 160 htobe32;
155 161 htobe64;
156 162 htole16;
157 163 htole32;
158 164 htole64;
159 165 betoh16;
160 166 letoh16;
161 167 be16toh;
162 168 le16toh;
163 169 betoh32;
164 170 letoh32;
165 171 be32toh;
166 172 le32toh;
167 173 betoh64;
168 174 letoh64;
169 175 be64toh;
170 176 le64toh;
171 177 } ILLUMOS_0.21;
172 178
173 179 SYMBOL_VERSION ILLUMOS_0.21 {
174 180 protected:
175 181 pthread_attr_get_np;
176 182 } ILLUMOS_0.20;
177 183
178 184 SYMBOL_VERSION ILLUMOS_0.20 { # C11
179 185 protected:
180 186 aligned_alloc;
181 187 at_quick_exit;
182 188 call_once;
183 189 cnd_broadcast;
184 190 cnd_destroy;
185 191 cnd_init;
186 192 cnd_signal;
187 193 cnd_timedwait;
188 194 cnd_wait;
189 195 mtx_destroy;
190 196 mtx_init;
191 197 mtx_lock;
192 198 mtx_timedlock;
193 199 mtx_trylock;
194 200 mtx_unlock;
195 201 quick_exit;
196 202 thrd_create;
197 203 thrd_current;
198 204 thrd_detach;
199 205 thrd_equal;
200 206 thrd_exit;
201 207 thrd_join;
202 208 thrd_sleep;
203 209 thrd_yield;
204 210 timespec_get;
205 211 tss_create;
206 212 tss_delete;
207 213 tss_get;
208 214 tss_set;
209 215 } ILLUMOS_0.19;
210 216
211 217 SYMBOL_VERSION ILLUMOS_0.19 { # flock
212 218 protected:
213 219 flock;
214 220 } ILLUMOS_0.18;
215 221
216 222 SYMBOL_VERSION ILLUMOS_0.18 { # signalfd
217 223 protected:
218 224 signalfd;
219 225 } ILLUMOS_0.17;
220 226
221 227 SYMBOL_VERSION ILLUMOS_0.17 { # glob(3C) LFS
222 228 $if lf64
223 229 protected:
224 230 _glob_ext64;
225 231 _globfree_ext64;
226 232 $endif
227 233 } ILLUMOS_0.16;
228 234
229 235 SYMBOL_VERSION ILLUMOS_0.16 { # timerfd
230 236 protected:
231 237 timerfd_create;
232 238 timerfd_gettime;
233 239 timerfd_settime;
234 240 } ILLUMOS_0.15;
235 241
236 242 SYMBOL_VERSION ILLUMOS_0.15 { # epoll(3C)
237 243 protected:
238 244 epoll_create;
239 245 epoll_create1;
240 246 epoll_ctl;
241 247 epoll_wait;
242 248 epoll_pwait;
243 249 } ILLUMOS_0.14;
244 250
245 251 SYMBOL_VERSION ILLUMOS_0.14 { # strerror_l
246 252 protected:
247 253 strerror_l;
248 254 } ILLUMOS_0.13;
249 255
250 256 SYMBOL_VERSION ILLUMOS_0.13 { # eventfd
251 257 protected:
252 258 eventfd;
253 259 eventfd_read;
254 260 eventfd_write;
255 261 } ILLUMOS_0.12;
256 262
257 263 SYMBOL_VERSION ILLUMOS_0.12 { # arc4random and friends
258 264 protected:
259 265 arc4random;
260 266 arc4random_buf;
261 267 arc4random_uniform;
262 268 explicit_bzero;
263 269 getentropy;
264 270 } ILLUMOS_0.11;
265 271
266 272 SYMBOL_VERSION ILLUMOS_0.11 { # Illumos additions
267 273 protected:
268 274 iswxdigit_l;
269 275 isxdigit_l;
270 276 } ILLUMOS_0.10;
271 277
272 278 SYMBOL_VERSION ILLUMOS_0.10 { # Illumos additions
273 279 protected:
274 280 preadv;
275 281 pwritev;
276 282
277 283 $if lf64
278 284 preadv64;
279 285 pwritev64;
280 286 $endif
281 287 } ILLUMOS_0.9;
282 288
283 289 SYMBOL_VERSION ILLUMOS_0.9 {
284 290 protected:
285 291 wcsnrtombs;
286 292 wcsnrtombs_l;
287 293 } ILLUMOS_0.8;
288 294
289 295 SYMBOL_VERSION ILLUMOS_0.8 { # POSIX 2008 newlocale and friends
290 296 protected:
291 297 __global_locale;
292 298 __mb_cur_max;
293 299 __mb_cur_max_l;
294 300 btowc_l;
295 301 duplocale;
296 302 fgetwc_l;
297 303 freelocale;
298 304 getwc_l;
299 305 isalnum_l;
300 306 isalpha_l;
301 307 isblank_l;
302 308 iscntrl_l;
303 309 isdigit_l;
304 310 isgraph_l;
305 311 islower_l;
306 312 isprint_l;
307 313 ispunct_l;
308 314 isspace_l;
309 315 isupper_l;
310 316 iswideogram;
311 317 iswideogram_l;
312 318 iswnumber;
313 319 iswnumber_l;
314 320 iswhexnumber;
315 321 iswhexnumber_l;
316 322 iswphonogram;
317 323 iswphonogram_l;
318 324 iswspecial;
319 325 iswspecial_l;
320 326 iswalnum_l;
321 327 iswalpha_l;
322 328 iswblank_l;
323 329 iswcntrl_l;
324 330 iswctype_l;
325 331 iswdigit_l;
326 332 iswgraph_l;
327 333 iswlower_l;
328 334 iswprint_l;
329 335 iswpunct_l;
330 336 iswspace_l;
331 337 iswupper_l;
332 338 mblen_l;
333 339 mbrlen_l;
334 340 mbsinit_l;
335 341 mbsnrtowcs;
336 342 mbsnrtowcs_l;
337 343 mbsrtowcs_l;
338 344 mbstowcs_l;
339 345 mbtowc_l;
340 346 newlocale;
341 347 nl_langinfo_l;
342 348 strcasecmp_l;
343 349 strcasestr_l;
344 350 strcoll_l;
345 351 strfmon_l;
346 352 strftime_l;
347 353 strncasecmp_l;
348 354 strptime_l;
349 355 strxfrm_l;
350 356 tolower_l;
351 357 toupper_l;
352 358 towlower_l;
353 359 towupper_l;
354 360 towctrans_l;
355 361 uselocale;
356 362 wcrtomb_l;
357 363 wcscasecmp_l;
358 364 wcscoll_l;
359 365 wcsncasecmp_l;
360 366 wcsrtombs_l;
361 367 wcstombs_l;
362 368 wcswidth_l;
363 369 wcsxfrm_l;
364 370 wctob_l;
365 371 wctomb_l;
366 372 wctrans_l;
367 373 wctype_l;
368 374 wcwidth_l;
369 375 } ILLUMOS_0.7;
370 376
371 377 SYMBOL_VERSION ILLUMOS_0.7 { # Illumos additions
372 378 protected:
373 379 _glob_ext;
374 380 _globfree_ext;
375 381 } ILLUMOS_0.6;
376 382
377 383 SYMBOL_VERSION ILLUMOS_0.6 { # Illumos additions
378 384 protected:
379 385 getloginx;
380 386 getloginx_r;
381 387 __posix_getloginx_r;
382 388 } ILLUMOS_0.5;
383 389
384 390 SYMBOL_VERSION ILLUMOS_0.5 { # common C++ ABI exit handlers
385 391 protected:
386 392 __cxa_atexit;
387 393 __cxa_finalize;
388 394 } ILLUMOS_0.4;
389 395
390 396 SYMBOL_VERSION ILLUMOS_0.4 { # Illumos additions
391 397 protected:
392 398 pipe2;
393 399 dup3;
394 400 mkostemp;
395 401 mkostemps;
396 402
397 403 $if lf64
398 404 mkostemp64;
399 405 mkostemps64;
400 406 $endif
401 407 } ILLUMOS_0.3;
402 408
403 409 SYMBOL_VERSION ILLUMOS_0.3 { # Illumos additions
404 410 protected:
405 411 assfail3;
406 412 } ILLUMOS_0.2;
407 413
408 414 SYMBOL_VERSION ILLUMOS_0.2 { # Illumos additions
409 415 protected:
410 416 posix_spawn_pipe_np;
411 417 } ILLUMOS_0.1;
412 418
413 419 SYMBOL_VERSION ILLUMOS_0.1 { # Illumos additions
414 420 protected:
415 421 timegm;
416 422 } SUNW_1.23;
417 423
418 424 SYMBOL_VERSION SUNW_1.23 { # SunOS 5.11 (Solaris 11)
419 425 global:
420 426 _nl_domain_bindings;
421 427 _nl_msg_cat_cntr;
422 428
423 429 $if _ELF32
424 430 dl_iterate_phdr { TYPE = FUNCTION; FILTER = /usr/lib/ld.so.1 };
425 431 $elif sparcv9
426 432 dl_iterate_phdr { TYPE = FUNCTION; FILTER = /usr/lib/sparcv9/ld.so.1 };
427 433 $elif amd64
428 434 dl_iterate_phdr { TYPE = FUNCTION; FILTER = /usr/lib/amd64/ld.so.1 };
429 435 $else
430 436 $error unknown platform
431 437 $endif
432 438
433 439 protected:
434 440
435 441 $if sparc32
436 442 __align_cpy_1;
437 443 $endif
438 444
439 445 addrtosymstr;
440 446 aio_cancel;
441 447 aiocancel;
442 448 aio_error;
443 449 aio_fsync;
444 450 aio_read;
445 451 aioread;
446 452 aio_return;
447 453 aio_suspend;
448 454 aiowait;
449 455 aio_waitn;
450 456 aio_write;
451 457 aiowrite;
452 458 asprintf;
453 459 assfail;
454 460 backtrace;
455 461 backtrace_symbols;
456 462 backtrace_symbols_fd;
457 463 canonicalize_file_name;
458 464 clearenv;
459 465 clock_getres;
460 466 clock_gettime;
461 467 clock_nanosleep;
462 468 clock_settime;
463 469 daemon;
464 470 dirfd;
465 471 door_bind;
466 472 door_call;
467 473 door_create;
468 474 door_cred;
469 475 door_getparam;
470 476 door_info;
471 477 door_return;
472 478 door_revoke;
473 479 door_server_create;
474 480 door_setparam;
475 481 door_ucred;
476 482 door_unbind;
477 483 door_xcreate;
478 484 err;
479 485 errx;
480 486 faccessat;
481 487 fchmodat;
482 488 fcloseall;
483 489 fdatasync;
484 490 ffsl;
485 491 ffsll;
486 492 fgetattr;
487 493 fls;
488 494 flsl;
489 495 flsll;
490 496 forkallx;
491 497 forkx;
492 498 fsetattr;
493 499 getattrat;
494 500 getdelim;
495 501 getline;
496 502 get_nprocs;
497 503 get_nprocs_conf;
498 504 getprogname;
499 505 htonl;
500 506 htonll;
501 507 htons;
502 508 linkat;
503 509 lio_listio;
504 510 memmem;
505 511 mkdirat;
506 512 mkdtemp;
507 513 mkfifoat;
508 514 mknodat;
509 515 mkstemps;
510 516 mmapobj;
511 517 mq_close;
512 518 mq_getattr;
513 519 mq_notify;
514 520 mq_open;
515 521 mq_receive;
516 522 mq_reltimedreceive_np;
517 523 mq_reltimedsend_np;
518 524 mq_send;
519 525 mq_setattr;
520 526 mq_timedreceive;
521 527 mq_timedsend;
522 528 mq_unlink;
523 529 nanosleep;
524 530 ntohl;
525 531 ntohll;
526 532 ntohs;
527 533 posix_fadvise;
528 534 posix_fallocate;
529 535 posix_madvise;
530 536 posix_memalign;
531 537 posix_spawn_file_actions_addclosefrom_np;
532 538 posix_spawnattr_getsigignore_np;
533 539 posix_spawnattr_setsigignore_np;
534 540 ppoll;
535 541 priv_basicset;
536 542 pthread_key_create_once_np;
537 543 pthread_mutexattr_getrobust;
538 544 pthread_mutexattr_setrobust;
539 545 pthread_mutex_consistent;
540 546 readlinkat;
541 547 sched_getparam;
542 548 sched_get_priority_max;
543 549 sched_get_priority_min;
544 550 sched_getscheduler;
545 551 sched_rr_get_interval;
546 552 sched_setparam;
547 553 sched_setscheduler;
548 554 sched_yield;
549 555 sem_close;
550 556 sem_destroy;
551 557 sem_getvalue;
552 558 sem_init;
553 559 sem_open;
554 560 sem_post;
555 561 sem_reltimedwait_np;
556 562 sem_timedwait;
557 563 sem_trywait;
558 564 sem_unlink;
559 565 sem_wait;
560 566 setattrat;
561 567 setprogname;
562 568 _sharefs;
563 569 shm_open;
564 570 shm_unlink;
565 571 sigqueue;
566 572 sigtimedwait;
567 573 sigwaitinfo;
568 574 smt_pause;
569 575 stpcpy;
570 576 stpncpy;
571 577 strcasestr;
572 578 strchrnul;
573 579 strndup;
574 580 strnlen;
575 581 strnstr;
576 582 strsep;
577 583 symlinkat;
578 584 thr_keycreate_once;
579 585 timer_create;
580 586 timer_delete;
581 587 timer_getoverrun;
582 588 timer_gettime;
583 589 timer_settime;
584 590 u8_strcmp;
585 591 u8_validate;
586 592 uconv_u16tou32;
587 593 uconv_u16tou8;
588 594 uconv_u32tou16;
589 595 uconv_u32tou8;
590 596 uconv_u8tou16;
591 597 uconv_u8tou32;
592 598 vasprintf;
593 599 verr;
594 600 verrx;
595 601 vforkx;
596 602 vwarn;
597 603 vwarnx;
598 604 warn;
599 605 warnx;
600 606 wcpcpy;
601 607 wcpncpy;
602 608 wcscasecmp;
603 609 wcsdup;
604 610 wcsncasecmp;
605 611 wcsnlen;
606 612
607 613 $if lf64
608 614 aio_cancel64;
609 615 aio_error64;
610 616 aio_fsync64;
611 617 aio_read64;
612 618 aioread64;
613 619 aio_return64;
614 620 aio_suspend64;
615 621 aio_waitn64;
616 622 aio_write64;
617 623 aiowrite64;
618 624 lio_listio64;
619 625 mkstemps64;
620 626 posix_fadvise64;
621 627 posix_fallocate64;
622 628 $endif
623 629 } SUNW_1.22.7;
624 630
625 631 SYMBOL_VERSION SUNW_1.22.7 { # s10u10 - SunOS 5.10 (Solaris 10) patch additions
626 632 protected:
627 633 SUNW_1.22.7;
628 634 } SUNW_1.22.6;
629 635
630 636 SYMBOL_VERSION SUNW_1.22.6 { # s10u9 - SunOS 5.10 (Solaris 10) patch additions
631 637 protected:
632 638 futimens;
633 639 utimensat;
634 640 } SUNW_1.22.5;
635 641
636 642 SYMBOL_VERSION SUNW_1.22.5 { # s10u8 - SunOS 5.10 (Solaris 10) patch additions
637 643 protected:
638 644 getpagesizes2;
639 645 } SUNW_1.22.4;
640 646
641 647 SYMBOL_VERSION SUNW_1.22.4 { # s10u7 - SunOS 5.10 (Solaris 10) patch additions
642 648 protected:
643 649 SUNW_1.22.4;
644 650 } SUNW_1.22.3;
645 651
646 652 SYMBOL_VERSION SUNW_1.22.3 { # SunOS 5.10 (Solaris 10) patch additions
647 653 protected:
648 654 mutex_consistent;
649 655 u8_textprep_str;
650 656 uucopy;
651 657 uucopystr;
652 658 } SUNW_1.22.2;
653 659
654 660 SYMBOL_VERSION SUNW_1.22.2 { # SunOS 5.10 (Solaris 10) patch additions
655 661 protected:
656 662 is_system_labeled;
657 663 ucred_getlabel;
658 664 _ucred_getlabel;
659 665 } SUNW_1.22.1;
660 666
661 667 SYMBOL_VERSION SUNW_1.22.1 { # SunOS 5.10 (Solaris 10) patch additions
662 668 protected:
663 669 atomic_add_8;
664 670 atomic_add_8_nv;
665 671 atomic_add_char { FLAGS = NODYNSORT };
666 672 atomic_add_char_nv { FLAGS = NODYNSORT };
667 673 atomic_add_int { FLAGS = NODYNSORT };
668 674 atomic_add_int_nv { FLAGS = NODYNSORT };
669 675 atomic_add_ptr { FLAGS = NODYNSORT };
670 676 atomic_add_ptr_nv { FLAGS = NODYNSORT };
671 677 atomic_add_short { FLAGS = NODYNSORT };
672 678 atomic_add_short_nv { FLAGS = NODYNSORT };
673 679 atomic_and_16;
674 680 atomic_and_16_nv;
675 681 atomic_and_32_nv;
676 682 atomic_and_64;
677 683 atomic_and_64_nv;
678 684 atomic_and_8;
679 685 atomic_and_8_nv;
680 686 atomic_and_uchar { FLAGS = NODYNSORT };
681 687 atomic_and_uchar_nv { FLAGS = NODYNSORT };
682 688 atomic_and_uint_nv { FLAGS = NODYNSORT };
683 689 atomic_and_ulong { FLAGS = NODYNSORT };
684 690 atomic_and_ulong_nv { FLAGS = NODYNSORT };
685 691 atomic_and_ushort { FLAGS = NODYNSORT };
686 692 atomic_and_ushort_nv { FLAGS = NODYNSORT };
687 693 atomic_cas_16;
688 694 atomic_cas_32;
689 695 atomic_cas_64;
690 696 atomic_cas_8;
691 697 atomic_cas_ptr { FLAGS = NODYNSORT };
692 698 atomic_cas_uchar { FLAGS = NODYNSORT };
693 699 atomic_cas_uint { FLAGS = NODYNSORT };
694 700 atomic_cas_ulong { FLAGS = NODYNSORT };
695 701 atomic_cas_ushort { FLAGS = NODYNSORT };
696 702 atomic_clear_long_excl { FLAGS = NODYNSORT };
697 703 atomic_dec_16;
698 704 atomic_dec_16_nv;
699 705 atomic_dec_32;
700 706 atomic_dec_32_nv;
701 707 atomic_dec_64;
702 708 atomic_dec_64_nv;
703 709 atomic_dec_8;
704 710 atomic_dec_8_nv;
705 711 atomic_dec_uchar { FLAGS = NODYNSORT };
706 712 atomic_dec_uchar_nv { FLAGS = NODYNSORT };
707 713 atomic_dec_uint { FLAGS = NODYNSORT };
708 714 atomic_dec_uint_nv { FLAGS = NODYNSORT };
709 715 atomic_dec_ulong { FLAGS = NODYNSORT };
710 716 atomic_dec_ulong_nv { FLAGS = NODYNSORT };
711 717 atomic_dec_ushort { FLAGS = NODYNSORT };
712 718 atomic_dec_ushort_nv { FLAGS = NODYNSORT };
713 719 atomic_inc_16;
714 720 atomic_inc_16_nv;
715 721 atomic_inc_32;
716 722 atomic_inc_32_nv;
717 723 atomic_inc_64;
718 724 atomic_inc_64_nv;
719 725 atomic_inc_8;
720 726 atomic_inc_8_nv;
721 727 atomic_inc_uchar { FLAGS = NODYNSORT };
722 728 atomic_inc_uchar_nv { FLAGS = NODYNSORT };
723 729 atomic_inc_uint { FLAGS = NODYNSORT };
724 730 atomic_inc_uint_nv { FLAGS = NODYNSORT };
725 731 atomic_inc_ulong { FLAGS = NODYNSORT };
726 732 atomic_inc_ulong_nv { FLAGS = NODYNSORT };
727 733 atomic_inc_ushort { FLAGS = NODYNSORT };
728 734 atomic_inc_ushort_nv { FLAGS = NODYNSORT };
729 735 atomic_or_16;
730 736 atomic_or_16_nv;
731 737 atomic_or_32_nv;
732 738 atomic_or_64;
733 739 atomic_or_64_nv;
734 740 atomic_or_8;
735 741 atomic_or_8_nv;
736 742 atomic_or_uchar { FLAGS = NODYNSORT };
737 743 atomic_or_uchar_nv { FLAGS = NODYNSORT };
738 744 atomic_or_uint_nv { FLAGS = NODYNSORT };
739 745 atomic_or_ulong { FLAGS = NODYNSORT };
740 746 atomic_or_ulong_nv { FLAGS = NODYNSORT };
741 747 atomic_or_ushort { FLAGS = NODYNSORT };
742 748 atomic_or_ushort_nv { FLAGS = NODYNSORT };
743 749 atomic_set_long_excl { FLAGS = NODYNSORT };
744 750 atomic_swap_16;
745 751 atomic_swap_32;
746 752 atomic_swap_64;
747 753 atomic_swap_8;
748 754 atomic_swap_ptr { FLAGS = NODYNSORT };
749 755 atomic_swap_uchar { FLAGS = NODYNSORT };
750 756 atomic_swap_uint { FLAGS = NODYNSORT };
751 757 atomic_swap_ulong { FLAGS = NODYNSORT };
752 758 atomic_swap_ushort { FLAGS = NODYNSORT };
753 759 membar_consumer;
754 760 membar_enter;
755 761 membar_exit;
756 762 membar_producer;
757 763
758 764 $if _ELF32
759 765 enable_extended_FILE_stdio;
760 766 $endif
761 767
762 768 $if i386
763 769 # Note: atomic_[and,dec,inc,or]_64_nv are also defined above. Here,
764 770 # we add the NODYNSORT attribute to them. On this platform, they are
765 771 # aliases for the non-_nv versions. If that is changed, these lines
766 772 # should be removed.
767 773 atomic_and_64_nv { FLAGS = NODYNSORT };
768 774 atomic_dec_64_nv { FLAGS = NODYNSORT };
769 775 atomic_inc_64_nv { FLAGS = NODYNSORT };
770 776 atomic_or_64_nv { FLAGS = NODYNSORT };
771 777 $endif
772 778 $if _sparc
773 779 # Note: atomic_OP_WIDTH_nv symbols are also defined above. Here,
774 780 # we add the NODYNSORT attribute to them. On this platform, they are
775 781 # aliases for the non-_nv versions. If that is changed, these lines
776 782 # should be removed.
777 783 atomic_add_8_nv { FLAGS = NODYNSORT };
778 784 atomic_and_8_nv { FLAGS = NODYNSORT };
779 785 atomic_and_16_nv { FLAGS = NODYNSORT };
780 786 atomic_and_32_nv { FLAGS = NODYNSORT };
781 787 atomic_and_64_nv { FLAGS = NODYNSORT };
782 788 atomic_dec_8_nv { FLAGS = NODYNSORT };
783 789 atomic_dec_16_nv { FLAGS = NODYNSORT };
784 790 atomic_dec_32_nv { FLAGS = NODYNSORT };
785 791 atomic_dec_64_nv { FLAGS = NODYNSORT };
786 792 atomic_inc_8_nv { FLAGS = NODYNSORT };
787 793 atomic_inc_16_nv { FLAGS = NODYNSORT };
788 794 atomic_inc_32_nv { FLAGS = NODYNSORT };
789 795 atomic_inc_64_nv { FLAGS = NODYNSORT };
790 796 atomic_or_8_nv { FLAGS = NODYNSORT };
791 797 atomic_or_16_nv { FLAGS = NODYNSORT };
792 798 atomic_or_32_nv { FLAGS = NODYNSORT };
793 799 atomic_or_64_nv { FLAGS = NODYNSORT };
794 800 $endif
795 801 } SUNW_1.22;
796 802
797 803 SYMBOL_VERSION SUNW_1.22 { # SunOS 5.10 (Solaris 10)
798 804 global:
799 805 $if _ELF32
800 806 dladdr { TYPE = FUNCTION; FILTER = /usr/lib/ld.so.1 };
801 807 dladdr1 { TYPE = FUNCTION; FILTER = /usr/lib/ld.so.1 };
802 808 dlclose { TYPE = FUNCTION; FILTER = /usr/lib/ld.so.1 };
803 809 dldump { TYPE = FUNCTION; FILTER = /usr/lib/ld.so.1 };
804 810 dlerror { TYPE = FUNCTION; FILTER = /usr/lib/ld.so.1 };
805 811 dlinfo { TYPE = FUNCTION; FILTER = /usr/lib/ld.so.1 };
806 812 dlmopen { TYPE = FUNCTION; FILTER = /usr/lib/ld.so.1 };
807 813 dlopen { TYPE = FUNCTION; FILTER = /usr/lib/ld.so.1 };
808 814 dlsym { TYPE = FUNCTION; FILTER = /usr/lib/ld.so.1 };
809 815 $elif sparcv9
810 816 dladdr { TYPE = FUNCTION; FILTER = /usr/lib/sparcv9/ld.so.1 };
811 817 dladdr1 { TYPE = FUNCTION; FILTER = /usr/lib/sparcv9/ld.so.1 };
812 818 dlclose { TYPE = FUNCTION; FILTER = /usr/lib/sparcv9/ld.so.1 };
813 819 dldump { TYPE = FUNCTION; FILTER = /usr/lib/sparcv9/ld.so.1 };
814 820 dlerror { TYPE = FUNCTION; FILTER = /usr/lib/sparcv9/ld.so.1 };
815 821 dlinfo { TYPE = FUNCTION; FILTER = /usr/lib/sparcv9/ld.so.1 };
816 822 dlmopen { TYPE = FUNCTION; FILTER = /usr/lib/sparcv9/ld.so.1 };
817 823 dlopen { TYPE = FUNCTION; FILTER = /usr/lib/sparcv9/ld.so.1 };
818 824 dlsym { TYPE = FUNCTION; FILTER = /usr/lib/sparcv9/ld.so.1 };
819 825 $elif amd64
820 826 dladdr { TYPE = FUNCTION; FILTER = /usr/lib/amd64/ld.so.1 };
821 827 dladdr1 { TYPE = FUNCTION; FILTER = /usr/lib/amd64/ld.so.1 };
822 828 dlamd64getunwind { TYPE = FUNCTION; FILTER = /usr/lib/amd64/ld.so.1 };
823 829 dlclose { TYPE = FUNCTION; FILTER = /usr/lib/amd64/ld.so.1 };
824 830 dldump { TYPE = FUNCTION; FILTER = /usr/lib/amd64/ld.so.1 };
825 831 dlerror { TYPE = FUNCTION; FILTER = /usr/lib/amd64/ld.so.1 };
826 832 dlinfo { TYPE = FUNCTION; FILTER = /usr/lib/amd64/ld.so.1 };
827 833 dlmopen { TYPE = FUNCTION; FILTER = /usr/lib/amd64/ld.so.1 };
828 834 dlopen { TYPE = FUNCTION; FILTER = /usr/lib/amd64/ld.so.1 };
829 835 dlsym { TYPE = FUNCTION; FILTER = /usr/lib/amd64/ld.so.1 };
830 836 $else
831 837 $error unknown platform
832 838 $endif
833 839
834 840 protected:
835 841 alphasort;
836 842 _alphasort;
837 843 atomic_add_16;
838 844 atomic_add_16_nv;
839 845 atomic_add_32;
840 846 atomic_add_32_nv;
841 847 atomic_add_64;
842 848 atomic_add_64_nv;
843 849 atomic_add_long { FLAGS = NODYNSORT };
844 850 atomic_add_long_nv { FLAGS = NODYNSORT };
845 851 atomic_and_32;
846 852 atomic_and_uint { FLAGS = NODYNSORT };
847 853 atomic_or_32;
848 854 atomic_or_uint { FLAGS = NODYNSORT };
849 855 _Exit;
850 856 getisax;
851 857 _getisax;
852 858 getopt_clip;
853 859 _getopt_clip;
854 860 getopt_long;
855 861 _getopt_long;
856 862 getopt_long_only;
857 863 _getopt_long_only;
858 864 getpeerucred;
859 865 _getpeerucred;
860 866 getpflags;
861 867 _getpflags;
862 868 getppriv;
863 869 _getppriv;
864 870 getprivimplinfo;
865 871 _getprivimplinfo;
866 872 getzoneid;
867 873 getzoneidbyname;
868 874 getzonenamebyid;
869 875 imaxabs;
870 876 imaxdiv;
871 877 isblank;
872 878 iswblank;
873 879 port_alert;
874 880 port_associate;
875 881 port_create;
876 882 port_dissociate;
877 883 port_get;
878 884 port_getn;
879 885 port_send;
880 886 port_sendn;
881 887 posix_openpt;
882 888 posix_spawn;
883 889 posix_spawnattr_destroy;
884 890 posix_spawnattr_getflags;
885 891 posix_spawnattr_getpgroup;
886 892 posix_spawnattr_getschedparam;
887 893 posix_spawnattr_getschedpolicy;
888 894 posix_spawnattr_getsigdefault;
889 895 posix_spawnattr_getsigmask;
890 896 posix_spawnattr_init;
891 897 posix_spawnattr_setflags;
892 898 posix_spawnattr_setpgroup;
893 899 posix_spawnattr_setschedparam;
894 900 posix_spawnattr_setschedpolicy;
895 901 posix_spawnattr_setsigdefault;
896 902 posix_spawnattr_setsigmask;
897 903 posix_spawn_file_actions_addclose;
898 904 posix_spawn_file_actions_adddup2;
899 905 posix_spawn_file_actions_addopen;
900 906 posix_spawn_file_actions_destroy;
901 907 posix_spawn_file_actions_init;
902 908 posix_spawnp;
903 909 priv_addset;
904 910 _priv_addset;
905 911 priv_allocset;
906 912 _priv_allocset;
907 913 priv_copyset;
908 914 _priv_copyset;
909 915 priv_delset;
910 916 _priv_delset;
911 917 priv_emptyset;
912 918 _priv_emptyset;
913 919 priv_fillset;
914 920 _priv_fillset;
915 921 __priv_free_info;
916 922 priv_freeset;
917 923 _priv_freeset;
918 924 priv_getbyname;
919 925 _priv_getbyname;
920 926 __priv_getbyname;
921 927 priv_getbynum;
922 928 _priv_getbynum;
923 929 __priv_getbynum;
924 930 __priv_getdata;
925 931 priv_getsetbyname;
926 932 _priv_getsetbyname;
927 933 __priv_getsetbyname;
928 934 priv_getsetbynum;
929 935 _priv_getsetbynum;
930 936 __priv_getsetbynum;
931 937 priv_gettext;
932 938 _priv_gettext;
933 939 priv_ineffect;
934 940 _priv_ineffect;
935 941 priv_intersect;
936 942 _priv_intersect;
937 943 priv_inverse;
938 944 _priv_inverse;
939 945 priv_isemptyset;
940 946 _priv_isemptyset;
941 947 priv_isequalset;
942 948 _priv_isequalset;
943 949 priv_isfullset;
944 950 _priv_isfullset;
945 951 priv_ismember;
946 952 _priv_ismember;
947 953 priv_issubset;
948 954 _priv_issubset;
949 955 __priv_parse_info;
950 956 priv_set;
951 957 _priv_set;
952 958 priv_set_to_str;
953 959 _priv_set_to_str;
954 960 __priv_set_to_str;
955 961 priv_str_to_set;
956 962 _priv_str_to_set;
957 963 priv_union;
958 964 _priv_union;
959 965 pselect;
960 966 pthread_attr_getstack;
961 967 pthread_attr_setstack;
962 968 pthread_barrierattr_destroy;
963 969 pthread_barrierattr_getpshared;
964 970 pthread_barrierattr_init;
965 971 pthread_barrierattr_setpshared;
966 972 pthread_barrier_destroy;
967 973 pthread_barrier_init;
968 974 pthread_barrier_wait;
969 975 pthread_condattr_getclock;
970 976 pthread_condattr_setclock;
971 977 pthread_mutexattr_getrobust_np { FLAGS = NODYNSORT };
972 978 pthread_mutexattr_setrobust_np { FLAGS = NODYNSORT };
973 979 pthread_mutex_consistent_np { FLAGS = NODYNSORT };
974 980 pthread_mutex_reltimedlock_np;
975 981 pthread_mutex_timedlock;
976 982 pthread_rwlock_reltimedrdlock_np;
977 983 pthread_rwlock_reltimedwrlock_np;
978 984 pthread_rwlock_timedrdlock;
979 985 pthread_rwlock_timedwrlock;
980 986 pthread_setschedprio;
981 987 pthread_spin_destroy;
982 988 pthread_spin_init;
983 989 pthread_spin_lock;
984 990 pthread_spin_trylock;
985 991 pthread_spin_unlock;
986 992 rctlblk_set_recipient_pid;
987 993 scandir;
988 994 _scandir;
989 995 schedctl_exit;
990 996 schedctl_init;
991 997 schedctl_lookup;
992 998 sema_reltimedwait;
993 999 sema_timedwait;
994 1000 setenv;
995 1001 setpflags;
996 1002 _setpflags;
997 1003 setppriv;
998 1004 _setppriv;
999 1005 strerror_r;
1000 1006 strtof;
1001 1007 strtoimax;
1002 1008 strtold;
1003 1009 strtoumax;
1004 1010 ucred_free;
1005 1011 _ucred_free;
1006 1012 ucred_get;
1007 1013 _ucred_get;
1008 1014 ucred_getegid;
1009 1015 _ucred_getegid;
1010 1016 ucred_geteuid;
1011 1017 _ucred_geteuid;
1012 1018 ucred_getgroups;
1013 1019 _ucred_getgroups;
1014 1020 ucred_getpflags;
1015 1021 _ucred_getpflags;
1016 1022 ucred_getpid;
1017 1023 _ucred_getpid;
1018 1024 ucred_getprivset;
1019 1025 _ucred_getprivset;
1020 1026 ucred_getprojid;
1021 1027 _ucred_getprojid;
1022 1028 ucred_getrgid;
1023 1029 _ucred_getrgid;
1024 1030 ucred_getruid;
1025 1031 _ucred_getruid;
1026 1032 ucred_getsgid;
1027 1033 _ucred_getsgid;
1028 1034 ucred_getsuid;
1029 1035 _ucred_getsuid;
1030 1036 ucred_getzoneid;
1031 1037 _ucred_getzoneid;
1032 1038 ucred_size;
1033 1039 _ucred_size;
1034 1040 unsetenv;
1035 1041 wcstof;
1036 1042 wcstoimax;
1037 1043 wcstold;
1038 1044 wcstoll;
1039 1045 wcstoull;
1040 1046 wcstoumax;
1041 1047
1042 1048 $if lf64
1043 1049 alphasort64;
1044 1050 _alphasort64;
1045 1051 pselect_large_fdset;
1046 1052 scandir64;
1047 1053 _scandir64;
1048 1054 $endif
1049 1055
1050 1056 $if _ELF64
1051 1057 walkcontext;
1052 1058 $endif
1053 1059
1054 1060 $if _sparc
1055 1061 # Note: atomic_add_[16,32,64]_nv are also defined above. Here, we add
1056 1062 # the NODYNSORT attribute to them. On this platform, they are aliases
1057 1063 # for the non-_nv versions. If that is changed, these lines should be
1058 1064 # removed.
1059 1065 atomic_add_16_nv { FLAGS = NODYNSORT };
1060 1066 atomic_add_32_nv { FLAGS = NODYNSORT };
1061 1067 atomic_add_64_nv { FLAGS = NODYNSORT };
1062 1068 $endif
1063 1069
1064 1070 $if i386
1065 1071 # Note: atomic_add_64_nv is also defined above. Here, we add the
1066 1072 # NODYNSORT attribute to it. On this platform, it is an aliases for
1067 1073 # atomic_add_64. If that is changed, this line should be removed.
1068 1074 atomic_add_64_nv { FLAGS = NODYNSORT };
1069 1075 $endif
1070 1076
1071 1077 $if amd64
1072 1078 # Exception unwind APIs required by the amd64 ABI
1073 1079 _SUNW_Unwind_DeleteException;
1074 1080 _SUNW_Unwind_ForcedUnwind;
1075 1081 _SUNW_Unwind_GetCFA;
1076 1082 _SUNW_Unwind_GetGR;
1077 1083 _SUNW_Unwind_GetIP;
1078 1084 _SUNW_Unwind_GetLanguageSpecificData;
1079 1085 _SUNW_Unwind_GetRegionStart;
1080 1086 _SUNW_Unwind_RaiseException;
1081 1087 _SUNW_Unwind_Resume;
1082 1088 _SUNW_Unwind_SetGR;
1083 1089 _SUNW_Unwind_SetIP;
1084 1090 _UA_CLEANUP_PHASE;
1085 1091 _UA_FORCE_UNWIND;
1086 1092 _UA_HANDLER_FRAME;
1087 1093 _UA_SEARCH_PHASE;
1088 1094 _Unwind_DeleteException;
1089 1095 _Unwind_ForcedUnwind;
1090 1096 _Unwind_GetCFA;
1091 1097 _Unwind_GetGR;
1092 1098 _Unwind_GetIP;
1093 1099 _Unwind_GetLanguageSpecificData;
1094 1100 _Unwind_GetRegionStart;
1095 1101 _Unwind_RaiseException;
1096 1102 _Unwind_Resume;
1097 1103 _Unwind_SetGR;
1098 1104 _Unwind_SetIP;
1099 1105 $endif
1100 1106 } SUNW_1.21.3;
1101 1107
1102 1108 SYMBOL_VERSION SUNW_1.21.3 { # SunOS 5.9 (Solaris 9) patch additions
1103 1109 protected:
1104 1110 forkall;
1105 1111 } SUNW_1.21.2;
1106 1112
1107 1113 SYMBOL_VERSION SUNW_1.21.2 { # SunOS 5.9 (Solaris 9) patch additions
1108 1114 protected:
1109 1115 getustack;
1110 1116 _getustack;
1111 1117 setustack;
1112 1118 _setustack;
1113 1119 stack_getbounds;
1114 1120 _stack_getbounds;
1115 1121 _stack_grow;
1116 1122 stack_inbounds;
1117 1123 _stack_inbounds;
1118 1124 stack_setbounds;
1119 1125 _stack_setbounds;
1120 1126 stack_violation;
1121 1127 _stack_violation;
1122 1128
1123 1129 $if _sparc
1124 1130 __makecontext_v2;
1125 1131 ___makecontext_v2;
1126 1132 $endif
1127 1133 } SUNW_1.21.1;
1128 1134
1129 1135 SYMBOL_VERSION SUNW_1.21.1 { # SunOS 5.9 (Solaris 9) patch additions
1130 1136 protected:
1131 1137 crypt_gensalt;
1132 1138 } SUNW_1.21;
1133 1139
1134 1140 SYMBOL_VERSION SUNW_1.21 { # SunOS 5.9 (Solaris 9)
1135 1141 protected:
1136 1142 attropen;
1137 1143 _attropen;
1138 1144 bind_textdomain_codeset;
1139 1145 closefrom;
1140 1146 _closefrom;
1141 1147 cond_reltimedwait;
1142 1148 dcngettext;
1143 1149 dngettext;
1144 1150 fchownat;
1145 1151 _fchownat;
1146 1152 fdopendir;
1147 1153 _fdopendir;
1148 1154 fdwalk;
1149 1155 _fdwalk;
1150 1156 fstatat;
1151 1157 _fstatat;
1152 1158 futimesat;
1153 1159 _futimesat;
1154 1160 getcpuid;
1155 1161 _getcpuid;
1156 1162 gethomelgroup;
1157 1163 _gethomelgroup { FLAGS = NODYNSORT };
1158 1164 getpagesizes;
1159 1165 getrctl;
1160 1166 _getrctl;
1161 1167 issetugid;
1162 1168 _issetugid;
1163 1169 _lwp_cond_reltimedwait;
1164 1170 meminfo;
1165 1171 _meminfo;
1166 1172 ngettext;
1167 1173 openat;
1168 1174 _openat;
1169 1175 printstack;
1170 1176 priocntl;
1171 1177 priocntlset;
1172 1178 pset_getattr;
1173 1179 pset_getloadavg;
1174 1180 pset_list;
1175 1181 pset_setattr;
1176 1182 pthread_cond_reltimedwait_np;
1177 1183 rctlblk_get_enforced_value;
1178 1184 rctlblk_get_firing_time;
1179 1185 rctlblk_get_global_action;
1180 1186 rctlblk_get_global_flags;
1181 1187 rctlblk_get_local_action;
1182 1188 rctlblk_get_local_flags;
1183 1189 rctlblk_get_privilege;
1184 1190 rctlblk_get_recipient_pid;
1185 1191 rctlblk_get_value;
1186 1192 rctlblk_set_local_action;
1187 1193 rctlblk_set_local_flags;
1188 1194 rctlblk_set_privilege;
1189 1195 rctlblk_set_value;
1190 1196 rctlblk_size;
1191 1197 rctl_walk;
1192 1198 renameat;
1193 1199 setrctl;
1194 1200 _setrctl;
1195 1201 unlinkat;
1196 1202 _unlinkat;
1197 1203 vfscanf;
1198 1204 _vfscanf;
1199 1205 vfwscanf;
1200 1206 vscanf;
1201 1207 _vscanf;
1202 1208 vsscanf;
1203 1209 _vsscanf;
1204 1210 vswscanf;
1205 1211 vwscanf;
1206 1212
1207 1213 $if _ELF32
1208 1214 walkcontext;
1209 1215 $endif
1210 1216
1211 1217 $if lf64
1212 1218 attropen64;
1213 1219 _attropen64;
1214 1220 fstatat64;
1215 1221 _fstatat64;
1216 1222 openat64;
1217 1223 _openat64;
1218 1224 $endif
1219 1225 } SUNW_1.20.4;
1220 1226
1221 1227 SYMBOL_VERSION SUNW_1.20.4 { # SunOS 5.8 (Solaris 8) patch additions
1222 1228 protected:
1223 1229 semtimedop;
1224 1230 _semtimedop;
1225 1231 } SUNW_1.20.1;
1226 1232
1227 1233 SYMBOL_VERSION SUNW_1.20.1 { # SunOS 5.8 (Solaris 8) patch additions
1228 1234 protected:
1229 1235 getacct;
1230 1236 _getacct;
1231 1237 getprojid;
1232 1238 _getprojid;
1233 1239 gettaskid;
1234 1240 _gettaskid;
1235 1241 msgids;
1236 1242 _msgids;
1237 1243 msgsnap;
1238 1244 _msgsnap;
1239 1245 putacct;
1240 1246 _putacct;
1241 1247 semids;
1242 1248 _semids;
1243 1249 settaskid;
1244 1250 _settaskid;
1245 1251 shmids;
1246 1252 _shmids;
1247 1253 wracct;
1248 1254 _wracct;
1249 1255 } SUNW_1.20;
1250 1256
1251 1257 SYMBOL_VERSION SUNW_1.20 { # SunOS 5.8 (Solaris 8)
1252 1258 protected:
1253 1259 getextmntent;
1254 1260 resetmnttab;
1255 1261 } SUNW_1.19;
1256 1262
1257 1263 SYMBOL_VERSION SUNW_1.19 {
1258 1264 protected:
1259 1265 strlcat;
1260 1266 strlcpy;
1261 1267 umount2;
1262 1268 _umount2;
1263 1269 } SUNW_1.18.1;
1264 1270
1265 1271 SYMBOL_VERSION SUNW_1.18.1 {
1266 1272 protected:
1267 1273 __fsetlocking;
1268 1274 } SUNW_1.18;
1269 1275
1270 1276 SYMBOL_VERSION SUNW_1.18 { # SunOS 5.7 (Solaris 7)
1271 1277 protected:
1272 1278 btowc;
1273 1279 __fbufsize;
1274 1280 __flbf;
1275 1281 _flushlbf;
1276 1282 __fpending;
1277 1283 __fpurge;
1278 1284 __freadable;
1279 1285 __freading;
1280 1286 fwide;
1281 1287 fwprintf;
1282 1288 __fwritable;
1283 1289 __fwriting;
1284 1290 fwscanf;
1285 1291 getloadavg;
1286 1292 isaexec;
1287 1293 mbrlen;
1288 1294 mbrtowc;
1289 1295 mbsinit;
1290 1296 mbsrtowcs;
1291 1297 pcsample;
1292 1298 pthread_attr_getguardsize;
1293 1299 pthread_attr_setguardsize;
1294 1300 pthread_getconcurrency;
1295 1301 pthread_mutexattr_gettype;
1296 1302 pthread_mutexattr_settype;
1297 1303 pthread_rwlockattr_destroy;
1298 1304 pthread_rwlockattr_getpshared;
1299 1305 pthread_rwlockattr_init;
1300 1306 pthread_rwlockattr_setpshared;
1301 1307 pthread_rwlock_destroy;
1302 1308 pthread_rwlock_init;
1303 1309 pthread_rwlock_rdlock;
1304 1310 pthread_rwlock_tryrdlock;
1305 1311 pthread_rwlock_trywrlock;
1306 1312 pthread_rwlock_unlock;
1307 1313 pthread_rwlock_wrlock;
1308 1314 pthread_setconcurrency;
1309 1315 swprintf;
1310 1316 swscanf;
1311 1317 __sysconf_xpg5;
1312 1318 vfwprintf;
1313 1319 vswprintf;
1314 1320 vwprintf;
1315 1321 wcrtomb;
1316 1322 wcsrtombs;
1317 1323 wcsstr;
1318 1324 wctob;
1319 1325 wmemchr;
1320 1326 wmemcmp;
1321 1327 wmemcpy;
1322 1328 wmemmove;
1323 1329 wmemset;
1324 1330 wprintf;
1325 1331 wscanf;
1326 1332
1327 1333 $if _ELF32
1328 1334 select_large_fdset;
1329 1335 $endif
1330 1336 } SUNW_1.17;
1331 1337
1332 1338 # The empty versions SUNW_1.2 through SUNW_1.17 must be preserved because
1333 1339 # applications built on Solaris 2.6 Beta (when they did contain symbols)
1334 1340 # may depend on them. All symbol content for SunOS 5.6 is now in SUNW_1.1
1335 1341
1336 1342 SYMBOL_VERSION SUNW_1.17 {
1337 1343 protected:
1338 1344 SUNW_1.17;
1339 1345 } SUNW_1.16;
1340 1346
1341 1347 SYMBOL_VERSION SUNW_1.16 {
1342 1348 protected:
1343 1349 SUNW_1.16;
1344 1350 } SUNW_1.15;
1345 1351
1346 1352 SYMBOL_VERSION SUNW_1.15 {
1347 1353 protected:
1348 1354 SUNW_1.15;
1349 1355 } SUNW_1.14;
1350 1356
1351 1357 SYMBOL_VERSION SUNW_1.14 {
1352 1358 protected:
1353 1359 SUNW_1.14;
1354 1360 } SUNW_1.13;
1355 1361
1356 1362 SYMBOL_VERSION SUNW_1.13 {
1357 1363 protected:
1358 1364 SUNW_1.13;
1359 1365 } SUNW_1.12;
1360 1366
1361 1367 SYMBOL_VERSION SUNW_1.12 {
1362 1368 protected:
1363 1369 SUNW_1.12;
1364 1370 } SUNW_1.11;
1365 1371
1366 1372 SYMBOL_VERSION SUNW_1.11 {
1367 1373 protected:
1368 1374 SUNW_1.11;
1369 1375 } SUNW_1.10;
1370 1376
1371 1377 SYMBOL_VERSION SUNW_1.10 {
1372 1378 protected:
1373 1379 SUNW_1.10;
1374 1380 } SUNW_1.9;
1375 1381
1376 1382 SYMBOL_VERSION SUNW_1.9 {
1377 1383 protected:
1378 1384 SUNW_1.9;
1379 1385 } SUNW_1.8;
1380 1386
1381 1387 SYMBOL_VERSION SUNW_1.8 {
1382 1388 protected:
1383 1389 SUNW_1.8;
1384 1390 } SUNW_1.7;
1385 1391
1386 1392 SYMBOL_VERSION SUNW_1.7 {
1387 1393 protected:
1388 1394 SUNW_1.7;
1389 1395 } SUNW_1.6;
1390 1396
1391 1397 SYMBOL_VERSION SUNW_1.6 {
1392 1398 protected:
1393 1399 SUNW_1.6;
1394 1400 } SUNW_1.5;
1395 1401
1396 1402 SYMBOL_VERSION SUNW_1.5 {
1397 1403 protected:
1398 1404 SUNW_1.5;
1399 1405 } SUNW_1.4;
1400 1406
1401 1407 SYMBOL_VERSION SUNW_1.4 {
1402 1408 protected:
1403 1409 SUNW_1.4;
1404 1410 } SUNW_1.3;
1405 1411
1406 1412 SYMBOL_VERSION SUNW_1.3 {
1407 1413 protected:
1408 1414 SUNW_1.3;
1409 1415 } SUNW_1.2;
1410 1416
1411 1417 SYMBOL_VERSION SUNW_1.2 {
1412 1418 protected:
1413 1419 SUNW_1.2;
1414 1420 } SUNW_1.1;
1415 1421
1416 1422 SYMBOL_VERSION SUNW_1.1 { # SunOS 5.6 (Solaris 2.6)
1417 1423 global:
1418 1424 __loc1;
1419 1425 protected:
1420 1426 basename;
1421 1427 bindtextdomain;
1422 1428 bsd_signal;
1423 1429 dbm_clearerr;
1424 1430 dbm_error;
1425 1431 dcgettext;
1426 1432 dgettext;
1427 1433 directio;
1428 1434 dirname;
1429 1435 endusershell;
1430 1436 _exithandle;
1431 1437 fgetwc;
1432 1438 fgetws;
1433 1439 fpgetround;
1434 1440 fpsetround;
1435 1441 fputwc;
1436 1442 fputws;
1437 1443 fseeko;
1438 1444 ftello;
1439 1445 ftrylockfile;
1440 1446 getexecname;
1441 1447 _getexecname;
1442 1448 getpassphrase;
1443 1449 gettext;
1444 1450 getusershell;
1445 1451 getwc;
1446 1452 getwchar;
1447 1453 getws;
1448 1454 isenglish;
1449 1455 isideogram;
1450 1456 isnumber;
1451 1457 isphonogram;
1452 1458 isspecial;
1453 1459 iswalnum;
1454 1460 iswalpha;
1455 1461 iswcntrl;
1456 1462 iswctype;
1457 1463 iswdigit;
1458 1464 iswgraph;
1459 1465 iswlower;
1460 1466 iswprint;
1461 1467 iswpunct;
1462 1468 iswspace;
1463 1469 iswupper;
1464 1470 iswxdigit;
1465 1471 ____loc1;
1466 1472 _longjmp;
1467 1473 _lwp_sema_trywait;
1468 1474 ntp_adjtime;
1469 1475 _ntp_adjtime;
1470 1476 ntp_gettime;
1471 1477 _ntp_gettime;
1472 1478 __posix_asctime_r;
1473 1479 __posix_ctime_r;
1474 1480 __posix_getgrgid_r;
1475 1481 __posix_getgrnam_r;
1476 1482 __posix_getlogin_r;
1477 1483 __posix_getpwnam_r;
1478 1484 __posix_getpwuid_r;
1479 1485 __posix_sigwait;
1480 1486 __posix_ttyname_r;
1481 1487 pset_assign;
1482 1488 pset_bind;
1483 1489 pset_create;
1484 1490 pset_destroy;
1485 1491 pset_info;
1486 1492 pthread_atfork;
1487 1493 pthread_attr_destroy;
1488 1494 pthread_attr_getdetachstate;
1489 1495 pthread_attr_getinheritsched;
1490 1496 pthread_attr_getschedparam;
1491 1497 pthread_attr_getschedpolicy;
1492 1498 pthread_attr_getscope;
1493 1499 pthread_attr_getstackaddr;
1494 1500 pthread_attr_getstacksize;
1495 1501 pthread_attr_init;
1496 1502 pthread_attr_setdetachstate;
1497 1503 pthread_attr_setinheritsched;
1498 1504 pthread_attr_setschedparam;
1499 1505 pthread_attr_setschedpolicy;
1500 1506 pthread_attr_setscope;
1501 1507 pthread_attr_setstackaddr;
1502 1508 pthread_attr_setstacksize;
1503 1509 pthread_cancel;
1504 1510 __pthread_cleanup_pop;
1505 1511 __pthread_cleanup_push;
1506 1512 pthread_create;
1507 1513 pthread_detach;
1508 1514 pthread_equal;
1509 1515 pthread_exit;
1510 1516 pthread_getschedparam;
1511 1517 pthread_getspecific;
1512 1518 pthread_join;
1513 1519 pthread_key_create;
1514 1520 pthread_key_delete;
1515 1521 pthread_kill;
1516 1522 pthread_once;
1517 1523 pthread_self;
1518 1524 pthread_setcancelstate;
1519 1525 pthread_setcanceltype;
1520 1526 pthread_setschedparam;
1521 1527 pthread_setspecific;
1522 1528 pthread_sigmask;
1523 1529 pthread_testcancel;
1524 1530 putwc;
1525 1531 putwchar;
1526 1532 putws;
1527 1533 regcmp;
1528 1534 regex;
1529 1535 resolvepath;
1530 1536 _resolvepath;
1531 1537 rwlock_destroy { FLAGS = NODYNSORT };
1532 1538 _rwlock_destroy { FLAGS = NODYNSORT };
1533 1539 sema_destroy;
1534 1540 _sema_destroy;
1535 1541 _setjmp;
1536 1542 setusershell;
1537 1543 siginterrupt;
1538 1544 sigstack;
1539 1545 snprintf;
1540 1546 strtows;
1541 1547 sync_instruction_memory;
1542 1548 textdomain;
1543 1549 thr_main;
1544 1550 towctrans;
1545 1551 towlower;
1546 1552 towupper;
1547 1553 ungetwc;
1548 1554 vsnprintf;
1549 1555 watoll;
1550 1556 wcscat;
1551 1557 wcschr;
1552 1558 wcscmp;
1553 1559 wcscoll;
1554 1560 wcscpy;
1555 1561 wcscspn;
1556 1562 wcsftime;
1557 1563 wcslen;
1558 1564 wcsncat;
1559 1565 wcsncmp;
1560 1566 wcsncpy;
1561 1567 wcspbrk;
1562 1568 wcsrchr;
1563 1569 wcsspn;
1564 1570 wcstod;
1565 1571 wcstok;
1566 1572 wcstol;
1567 1573 wcstoul;
1568 1574 wcswcs;
1569 1575 wcswidth;
1570 1576 wcsxfrm;
1571 1577 wctrans;
1572 1578 wctype;
1573 1579 wcwidth;
1574 1580 wscasecmp;
1575 1581 wscat;
1576 1582 wschr;
1577 1583 wscmp;
1578 1584 wscol;
1579 1585 wscoll;
1580 1586 wscpy;
1581 1587 wscspn;
1582 1588 wsdup;
1583 1589 wslen;
1584 1590 wsncasecmp;
1585 1591 wsncat;
1586 1592 wsncmp;
1587 1593 wsncpy;
1588 1594 wspbrk;
1589 1595 wsprintf;
1590 1596 wsrchr;
1591 1597 wsscanf;
1592 1598 wsspn;
1593 1599 wstod;
1594 1600 wstok;
1595 1601 wstol;
1596 1602 wstoll;
1597 1603 wstostr;
1598 1604 wsxfrm;
1599 1605 __xpg4_putmsg;
1600 1606 __xpg4_putpmsg;
1601 1607
1602 1608 $if lf64
1603 1609 creat64;
1604 1610 _creat64;
1605 1611 fgetpos64;
1606 1612 fopen64;
1607 1613 freopen64;
1608 1614 fseeko64;
1609 1615 fsetpos64;
1610 1616 fstat64;
1611 1617 _fstat64;
1612 1618 fstatvfs64;
1613 1619 _fstatvfs64;
1614 1620 ftello64;
1615 1621 ftruncate64;
1616 1622 _ftruncate64;
1617 1623 ftw64;
1618 1624 _ftw64;
1619 1625 getdents64;
1620 1626 _getdents64;
1621 1627 getrlimit64;
1622 1628 _getrlimit64;
1623 1629 lockf64;
1624 1630 _lockf64;
1625 1631 lseek64;
1626 1632 _lseek64;
1627 1633 lstat64;
1628 1634 _lstat64;
1629 1635 mkstemp64;
1630 1636 _mkstemp64;
1631 1637 mmap64;
1632 1638 _mmap64;
1633 1639 nftw64;
1634 1640 _nftw64;
1635 1641 open64;
1636 1642 _open64;
1637 1643 __posix_readdir_r;
1638 1644 pread64;
1639 1645 _pread64;
1640 1646 pwrite64;
1641 1647 _pwrite64;
1642 1648 readdir64;
1643 1649 _readdir64;
1644 1650 readdir64_r;
1645 1651 _readdir64_r;
1646 1652 setrlimit64;
1647 1653 _setrlimit64;
1648 1654 s_fcntl;
1649 1655 _s_fcntl { FLAGS = NODYNSORT };
1650 1656 s_ioctl;
1651 1657 stat64;
1652 1658 _stat64;
1653 1659 statvfs64;
1654 1660 _statvfs64;
1655 1661 tell64;
1656 1662 _tell64;
1657 1663 tmpfile64;
1658 1664 truncate64;
1659 1665 _truncate64;
1660 1666 _xftw64;
1661 1667 $endif
1662 1668
1663 1669 $if _sparc
1664 1670 __flt_rounds;
1665 1671 $endif
1666 1672 } SUNW_0.9;
1667 1673
1668 1674 SYMBOL_VERSION SUNW_0.9 { # SunOS 5.5 (Solaris 2.5)
1669 1675 protected:
1670 1676 acl;
1671 1677 bcmp;
1672 1678 bcopy;
1673 1679 bzero;
1674 1680 facl;
1675 1681 ftime;
1676 1682 getdtablesize;
1677 1683 gethostid;
1678 1684 gethostname;
1679 1685 getpagesize;
1680 1686 getpriority;
1681 1687 getrusage;
1682 1688 getwd;
1683 1689 index;
1684 1690 initstate;
1685 1691 killpg;
1686 1692 _nsc_trydoorcall;
1687 1693 pthread_condattr_destroy;
1688 1694 pthread_condattr_getpshared;
1689 1695 pthread_condattr_init;
1690 1696 pthread_condattr_setpshared;
1691 1697 pthread_cond_broadcast;
1692 1698 pthread_cond_destroy;
1693 1699 pthread_cond_init;
1694 1700 pthread_cond_signal;
1695 1701 pthread_cond_timedwait;
1696 1702 pthread_cond_wait;
1697 1703 pthread_mutexattr_destroy;
1698 1704 pthread_mutexattr_getprioceiling;
1699 1705 pthread_mutexattr_getprotocol;
1700 1706 pthread_mutexattr_getpshared;
1701 1707 pthread_mutexattr_init;
1702 1708 pthread_mutexattr_setprioceiling;
1703 1709 pthread_mutexattr_setprotocol;
1704 1710 pthread_mutexattr_setpshared;
1705 1711 pthread_mutex_destroy;
1706 1712 pthread_mutex_getprioceiling;
1707 1713 pthread_mutex_init;
1708 1714 pthread_mutex_lock;
1709 1715 pthread_mutex_setprioceiling;
1710 1716 pthread_mutex_trylock;
1711 1717 pthread_mutex_unlock;
1712 1718 random;
1713 1719 reboot;
1714 1720 re_comp;
1715 1721 re_exec;
1716 1722 rindex;
1717 1723 setbuffer;
1718 1724 sethostname;
1719 1725 setlinebuf;
1720 1726 setpriority;
1721 1727 setregid;
1722 1728 setreuid;
1723 1729 setstate;
1724 1730 srandom;
1725 1731 thr_min_stack;
1726 1732 thr_stksegment;
1727 1733 ualarm;
1728 1734 usleep;
1729 1735 wait3;
1730 1736 wait4;
1731 1737 } SUNW_0.8;
1732 1738
1733 1739 SYMBOL_VERSION SUNW_0.8 { # SunOS 5.4 (Solaris 2.4)
1734 1740 global:
1735 1741 __xpg4 { FLAGS = NODIRECT };
1736 1742 protected:
1737 1743 addsev;
1738 1744 cond_broadcast { FLAGS = NODYNSORT };
1739 1745 cond_destroy { FLAGS = NODYNSORT };
1740 1746 cond_init;
1741 1747 cond_signal { FLAGS = NODYNSORT };
1742 1748 cond_timedwait;
1743 1749 cond_wait;
1744 1750 confstr;
1745 1751 fnmatch;
1746 1752 _getdate_err_addr;
1747 1753 glob;
1748 1754 globfree;
1749 1755 iconv;
1750 1756 iconv_close;
1751 1757 iconv_open;
1752 1758 lfmt;
1753 1759 mutex_destroy { FLAGS = NODYNSORT };
1754 1760 mutex_init;
1755 1761 mutex_lock { FLAGS = NODYNSORT };
1756 1762 mutex_trylock { FLAGS = NODYNSORT };
1757 1763 mutex_unlock { FLAGS = NODYNSORT };
1758 1764 pfmt;
1759 1765 regcomp;
1760 1766 regerror;
1761 1767 regexec;
1762 1768 regfree;
1763 1769 rwlock_init;
1764 1770 rw_rdlock { FLAGS = NODYNSORT };
1765 1771 rw_read_held;
1766 1772 rw_tryrdlock { FLAGS = NODYNSORT };
1767 1773 rw_trywrlock { FLAGS = NODYNSORT };
1768 1774 rw_unlock { FLAGS = NODYNSORT };
1769 1775 rw_write_held;
1770 1776 rw_wrlock { FLAGS = NODYNSORT };
1771 1777 sema_held;
1772 1778 sema_init;
1773 1779 sema_post;
1774 1780 sema_trywait;
1775 1781 sema_wait;
1776 1782 setcat;
1777 1783 sigfpe;
1778 1784 strfmon;
1779 1785 strptime;
1780 1786 thr_continue;
1781 1787 thr_create;
1782 1788 thr_exit;
1783 1789 thr_getconcurrency;
1784 1790 thr_getprio;
1785 1791 thr_getspecific;
1786 1792 thr_join;
1787 1793 thr_keycreate;
1788 1794 thr_kill;
1789 1795 thr_self { FLAGS = NODYNSORT };
1790 1796 thr_setconcurrency;
1791 1797 thr_setprio;
1792 1798 thr_setspecific;
1793 1799 thr_sigsetmask;
1794 1800 thr_suspend;
1795 1801 thr_yield;
1796 1802 vlfmt;
1797 1803 vpfmt;
1798 1804 wordexp;
1799 1805 wordfree;
1800 1806 } SUNW_0.7;
1801 1807
1802 1808 SYMBOL_VERSION SUNW_0.7 { # SunOS 5.3 (Solaris 2.3)
1803 1809 global:
1804 1810 altzone;
1805 1811 _ctype;
1806 1812 isnanf { TYPE = FUNCTION; FILTER = libm.so.2 };
1807 1813 lone;
1808 1814 lten;
1809 1815 lzero;
1810 1816 memalign { FLAGS = NODIRECT };
1811 1817 modff { TYPE = FUNCTION; FILTER = libm.so.2 };
1812 1818 nss_default_finders;
1813 1819 _sibuf;
1814 1820 _sobuf;
1815 1821 _sys_buslist;
1816 1822 _sys_cldlist;
1817 1823 _sys_fpelist;
1818 1824 _sys_illlist;
1819 1825 _sys_segvlist;
1820 1826 _sys_siginfolistp;
1821 1827 _sys_siglist;
1822 1828 _sys_siglistn;
1823 1829 _sys_siglistp;
1824 1830 _sys_traplist;
1825 1831 valloc { FLAGS = NODIRECT };
1826 1832
1827 1833 $if _ELF32
1828 1834 _bufendtab;
1829 1835 _lastbuf;
1830 1836 sys_errlist;
1831 1837 sys_nerr;
1832 1838 _sys_nsig;
1833 1839 $endif
1834 1840
1835 1841 protected:
1836 1842 a64l;
1837 1843 adjtime;
1838 1844 ascftime;
1839 1845 _assert;
1840 1846 atoll;
1841 1847 brk;
1842 1848 __builtin_alloca;
1843 1849 cftime;
1844 1850 closelog;
1845 1851 csetcol;
1846 1852 csetlen;
1847 1853 ctermid_r;
1848 1854 dbm_close;
1849 1855 dbm_delete;
1850 1856 dbm_fetch;
1851 1857 dbm_firstkey;
1852 1858 dbm_nextkey;
1853 1859 dbm_open;
1854 1860 dbm_store;
1855 1861 decimal_to_double;
1856 1862 decimal_to_extended;
1857 1863 decimal_to_quadruple;
1858 1864 decimal_to_single;
1859 1865 double_to_decimal;
1860 1866 drand48;
1861 1867 econvert;
1862 1868 ecvt;
1863 1869 endnetgrent;
1864 1870 endspent;
1865 1871 endutent;
1866 1872 endutxent;
1867 1873 erand48;
1868 1874 euccol;
1869 1875 euclen;
1870 1876 eucscol;
1871 1877 extended_to_decimal;
1872 1878 fchroot;
1873 1879 fconvert;
1874 1880 fcvt;
1875 1881 ffs;
1876 1882 fgetspent;
1877 1883 fgetspent_r;
1878 1884 _filbuf;
1879 1885 file_to_decimal;
1880 1886 finite;
1881 1887 _flsbuf;
1882 1888 fork1 { FLAGS = NODYNSORT };
1883 1889 fpclass;
1884 1890 fpgetmask;
1885 1891 fpgetsticky;
1886 1892 fpsetmask;
1887 1893 fpsetsticky;
1888 1894 fstatfs;
1889 1895 ftruncate;
1890 1896 ftw;
1891 1897 func_to_decimal;
1892 1898 gconvert;
1893 1899 gcvt;
1894 1900 getdents;
1895 1901 gethrtime;
1896 1902 gethrvtime;
1897 1903 getmntany;
1898 1904 getmntent;
1899 1905 getnetgrent;
1900 1906 getnetgrent_r;
1901 1907 getpw;
1902 1908 getspent;
1903 1909 getspent_r;
1904 1910 getspnam;
1905 1911 getspnam_r;
1906 1912 getutent;
1907 1913 getutid;
1908 1914 getutline;
1909 1915 getutmp;
1910 1916 getutmpx;
1911 1917 getutxent;
1912 1918 getutxid;
1913 1919 getutxline;
1914 1920 getvfsany;
1915 1921 getvfsent;
1916 1922 getvfsfile;
1917 1923 getvfsspec;
1918 1924 getwidth;
1919 1925 gsignal;
1920 1926 hasmntopt;
1921 1927 innetgr;
1922 1928 insque;
1923 1929 _insque;
1924 1930 jrand48;
1925 1931 l64a;
1926 1932 ladd;
1927 1933 lckpwdf;
1928 1934 lcong48;
1929 1935 ldivide;
1930 1936 lexp10;
1931 1937 llabs;
1932 1938 lldiv;
1933 1939 llog10;
1934 1940 llseek;
1935 1941 lltostr;
1936 1942 lmul;
1937 1943 lrand48;
1938 1944 lshiftl;
1939 1945 lsub;
1940 1946 _lwp_cond_broadcast;
1941 1947 _lwp_cond_signal;
1942 1948 _lwp_cond_timedwait;
1943 1949 _lwp_cond_wait;
1944 1950 _lwp_continue;
1945 1951 _lwp_info;
1946 1952 _lwp_kill;
1947 1953 _lwp_mutex_lock;
1948 1954 _lwp_mutex_trylock;
1949 1955 _lwp_mutex_unlock;
1950 1956 _lwp_self;
1951 1957 _lwp_sema_init;
1952 1958 _lwp_sema_post;
1953 1959 _lwp_sema_wait;
1954 1960 _lwp_suspend;
1955 1961 madvise;
1956 1962 __major;
1957 1963 __makedev;
1958 1964 mincore;
1959 1965 __minor;
1960 1966 mkstemp;
1961 1967 _mkstemp;
1962 1968 mlockall;
1963 1969 mrand48;
1964 1970 munlockall;
1965 1971 _mutex_held { FLAGS = NODYNSORT };
1966 1972 _mutex_lock { FLAGS = NODYNSORT };
1967 1973 nrand48;
1968 1974 _nss_netdb_aliases;
1969 1975 _nss_XbyY_buf_alloc;
1970 1976 _nss_XbyY_buf_free;
1971 1977 __nsw_extended_action;
1972 1978 __nsw_freeconfig;
1973 1979 __nsw_getconfig;
1974 1980 openlog;
1975 1981 plock;
1976 1982 p_online;
1977 1983 pread;
1978 1984 __priocntl;
1979 1985 __priocntlset;
1980 1986 processor_bind;
1981 1987 processor_info;
1982 1988 psiginfo;
1983 1989 psignal;
1984 1990 putpwent;
1985 1991 putspent;
1986 1992 pututline;
1987 1993 pututxline;
1988 1994 pwrite;
1989 1995 qeconvert;
1990 1996 qecvt;
1991 1997 qfconvert;
1992 1998 qfcvt;
1993 1999 qgconvert;
1994 2000 qgcvt;
1995 2001 quadruple_to_decimal;
1996 2002 realpath;
1997 2003 remque;
1998 2004 _remque;
1999 2005 _rw_read_held;
2000 2006 _rw_write_held;
2001 2007 seconvert;
2002 2008 seed48;
2003 2009 select;
2004 2010 _sema_held;
2005 2011 setegid;
2006 2012 seteuid;
2007 2013 setlogmask;
2008 2014 setnetgrent;
2009 2015 setspent;
2010 2016 settimeofday;
2011 2017 setutent;
2012 2018 setutxent;
2013 2019 sfconvert;
2014 2020 sgconvert;
2015 2021 sig2str;
2016 2022 sigwait;
2017 2023 single_to_decimal;
2018 2024 srand48;
2019 2025 ssignal;
2020 2026 statfs;
2021 2027 str2sig;
2022 2028 strcasecmp;
2023 2029 string_to_decimal;
2024 2030 strncasecmp;
2025 2031 strsignal;
2026 2032 strtoll;
2027 2033 strtoull;
2028 2034 swapctl;
2029 2035 _syscall;
2030 2036 sysfs;
2031 2037 syslog;
2032 2038 _syslog;
2033 2039 tmpnam_r;
2034 2040 truncate;
2035 2041 ttyslot;
2036 2042 uadmin;
2037 2043 ulckpwdf;
2038 2044 ulltostr;
2039 2045 unordered;
2040 2046 updwtmp;
2041 2047 updwtmpx;
2042 2048 ustat;
2043 2049 utimes;
2044 2050 utmpname;
2045 2051 utmpxname;
2046 2052 vfork;
2047 2053 vhangup;
2048 2054 vsyslog;
2049 2055 yield;
2050 2056
2051 2057 $if i386
2052 2058 # Note: _syscall is also defined above. Here, we add the NODYNSORT
2053 2059 # attribute to it. On this platform, it is an alias to syscall.
2054 2060 # If that is changed, this lines should be removed.
2055 2061 _syscall { FLAGS = NODYNSORT };
2056 2062 $endif
2057 2063
2058 2064 # The 32-bit sparc ABI requires SISCD_2.3. On other platforms, those symbols
2059 2065 # go directly into SUNW_0.7.
2060 2066 $if sparc32
2061 2067 } SISCD_2.3;
2062 2068
2063 2069 SYMBOL_VERSION SISCD_2.3 {
2064 2070 $endif
2065 2071
2066 2072 global:
2067 2073 errno { FLAGS = NODIRECT };
2068 2074 _iob;
2069 2075
2070 2076 protected:
2071 2077 addseverity;
2072 2078 _addseverity;
2073 2079 asctime_r;
2074 2080 crypt;
2075 2081 _crypt;
2076 2082 ctime_r;
2077 2083 encrypt;
2078 2084 _encrypt;
2079 2085 endgrent;
2080 2086 endpwent;
2081 2087 ___errno;
2082 2088 fgetgrent;
2083 2089 fgetgrent_r;
2084 2090 fgetpwent;
2085 2091 fgetpwent_r;
2086 2092 flockfile;
2087 2093 funlockfile;
2088 2094 getchar_unlocked;
2089 2095 getc_unlocked;
2090 2096 getgrent;
2091 2097 getgrent_r;
2092 2098 getgrgid_r;
2093 2099 getgrnam_r;
2094 2100 getitimer;
2095 2101 _getitimer;
2096 2102 getlogin_r;
2097 2103 getpwent;
2098 2104 getpwent_r;
2099 2105 getpwnam_r;
2100 2106 getpwuid_r;
2101 2107 gettimeofday;
2102 2108 _gettimeofday;
2103 2109 gmtime_r;
2104 2110 localtime_r;
2105 2111 putchar_unlocked;
2106 2112 putc_unlocked;
2107 2113 rand_r;
2108 2114 readdir_r;
2109 2115 setgrent;
2110 2116 setitimer;
2111 2117 _setitimer;
2112 2118 setkey;
2113 2119 _setkey;
2114 2120 setpwent;
2115 2121 strtok_r;
2116 2122 sysinfo;
2117 2123 _sysinfo;
2118 2124 ttyname_r;
2119 2125
2120 2126 $if _ELF32
2121 2127 __div64;
2122 2128 __mul64;
2123 2129 __rem64;
2124 2130 __udiv64;
2125 2131 __urem64;
2126 2132 $endif
2127 2133
2128 2134 $if sparc32
2129 2135 __dtoll;
2130 2136 __dtoull;
2131 2137 __ftoll;
2132 2138 __ftoull;
2133 2139 _Q_lltoq;
2134 2140 _Q_qtoll;
2135 2141 _Q_qtoull;
2136 2142 _Q_ulltoq;
2137 2143 sbrk;
2138 2144 _sbrk;
2139 2145 __umul64 { FLAGS = NODYNSORT }; # Same address as __mul64
2140 2146 $endif
2141 2147
2142 2148 # On 32-bit platforms, the following symbols go into SYSVABI_1.3, but on
2143 2149 # other platforms they go directly into the current version (which will be
2144 2150 # either SUNW_0.7, or SISCD_2.3, depending on the similar issue described above.
2145 2151 $if _ELF32
2146 2152 } SYSVABI_1.3;
2147 2153
2148 2154 SYMBOL_VERSION SYSVABI_1.3 {
2149 2155 $endif
2150 2156
2151 2157 global:
2152 2158 _altzone;
2153 2159 calloc { FLAGS = NODIRECT };
2154 2160 __ctype;
2155 2161 daylight;
2156 2162 _daylight;
2157 2163 environ { FLAGS = NODIRECT };
2158 2164 _environ { FLAGS = NODIRECT };
2159 2165 free { FLAGS = NODIRECT };
2160 2166 frexp { TYPE = FUNCTION; FILTER = libm.so.2 };
2161 2167 getdate_err;
2162 2168 _getdate_err;
2163 2169 getenv;
2164 2170 __huge_val;
2165 2171 __iob;
2166 2172 isnan { TYPE = FUNCTION; FILTER = libm.so.2 };
2167 2173 _isnan { TYPE = FUNCTION; FILTER = libm.so.2 };
2168 2174 isnand { TYPE = FUNCTION; FILTER = libm.so.2 };
2169 2175 _isnand { TYPE = FUNCTION; FILTER = libm.so.2 };
2170 2176 ldexp { TYPE = FUNCTION; FILTER = libm.so.2 };
2171 2177 logb { TYPE = FUNCTION; FILTER = libm.so.2 };
2172 2178 malloc { FLAGS = NODIRECT };
2173 2179 memcmp;
2174 2180 memcpy;
2175 2181 memmove;
2176 2182 memset;
2177 2183 modf { TYPE = FUNCTION; FILTER = libm.so.2 };
2178 2184 _modf { TYPE = FUNCTION; FILTER = libm.so.2 };
2179 2185 nextafter { TYPE = FUNCTION; FILTER = libm.so.2 };
2180 2186 _nextafter { TYPE = FUNCTION; FILTER = libm.so.2 };
2181 2187 _numeric;
2182 2188 optarg;
2183 2189 opterr;
2184 2190 optind;
2185 2191 optopt;
2186 2192 realloc { FLAGS = NODIRECT };
2187 2193 scalb { TYPE = FUNCTION; FILTER = libm.so.2 };
2188 2194 _scalb { TYPE = FUNCTION; FILTER = libm.so.2 };
2189 2195 timezone;
2190 2196 _timezone;
2191 2197 tzname;
2192 2198 _tzname;
2193 2199 $if i386
2194 2200 _fp_hw;
2195 2201 $endif
2196 2202
2197 2203 protected:
2198 2204 abort;
2199 2205 abs;
2200 2206 access;
2201 2207 _access;
2202 2208 acct;
2203 2209 _acct;
2204 2210 alarm;
2205 2211 _alarm;
2206 2212 asctime;
2207 2213 __assert;
2208 2214 atexit;
2209 2215 atof;
2210 2216 atoi;
2211 2217 atol;
2212 2218 bsearch;
2213 2219 catclose;
2214 2220 _catclose;
2215 2221 catgets;
2216 2222 _catgets;
2217 2223 catopen;
2218 2224 _catopen;
2219 2225 cfgetispeed;
2220 2226 _cfgetispeed;
2221 2227 cfgetospeed;
2222 2228 _cfgetospeed;
2223 2229 cfsetispeed;
2224 2230 _cfsetispeed;
2225 2231 cfsetospeed;
2226 2232 _cfsetospeed;
2227 2233 chdir;
2228 2234 _chdir;
2229 2235 chmod;
2230 2236 _chmod;
2231 2237 chown;
2232 2238 _chown;
2233 2239 chroot;
2234 2240 _chroot;
2235 2241 _cleanup;
2236 2242 clearerr;
2237 2243 clock;
2238 2244 _close;
2239 2245 close;
2240 2246 closedir;
2241 2247 _closedir;
2242 2248 creat;
2243 2249 _creat;
2244 2250 ctermid;
2245 2251 ctime;
2246 2252 cuserid;
2247 2253 _cuserid;
2248 2254 difftime;
2249 2255 div;
2250 2256 dup;
2251 2257 _dup;
2252 2258 dup2;
2253 2259 _dup2;
2254 2260 execl;
2255 2261 _execl;
2256 2262 execle;
2257 2263 _execle;
2258 2264 execlp;
2259 2265 _execlp;
2260 2266 execv;
2261 2267 _execv;
2262 2268 execve;
2263 2269 _execve;
2264 2270 execvp;
2265 2271 _execvp;
2266 2272 exit;
2267 2273 _exit;
2268 2274 fattach;
2269 2275 _fattach;
2270 2276 fchdir;
2271 2277 _fchdir;
2272 2278 fchmod;
2273 2279 _fchmod;
2274 2280 fchown;
2275 2281 _fchown;
2276 2282 fclose;
2277 2283 fcntl;
2278 2284 _fcntl;
2279 2285 fdetach;
2280 2286 _fdetach;
2281 2287 fdopen;
2282 2288 _fdopen;
2283 2289 feof;
2284 2290 ferror;
2285 2291 fflush;
2286 2292 fgetc;
2287 2293 fgetpos;
2288 2294 fgets;
2289 2295 __filbuf;
2290 2296 fileno;
2291 2297 _fileno;
2292 2298 __flsbuf;
2293 2299 fmtmsg;
2294 2300 _fmtmsg;
2295 2301 fopen;
2296 2302 _fork;
2297 2303 fork;
2298 2304 fpathconf;
2299 2305 _fpathconf;
2300 2306 fprintf;
2301 2307 fputc;
2302 2308 fputs;
2303 2309 fread;
2304 2310 freopen;
2305 2311 fscanf;
2306 2312 fseek;
2307 2313 fsetpos;
2308 2314 fstat;
2309 2315 _fstat;
2310 2316 fstatvfs;
2311 2317 _fstatvfs;
2312 2318 fsync;
2313 2319 _fsync;
2314 2320 ftell;
2315 2321 ftok;
2316 2322 _ftok;
2317 2323 fwrite;
2318 2324 getc;
2319 2325 getchar;
2320 2326 getcontext;
2321 2327 _getcontext;
2322 2328 getcwd;
2323 2329 _getcwd;
2324 2330 getdate;
2325 2331 _getdate;
2326 2332 getegid;
2327 2333 _getegid;
2328 2334 geteuid;
2329 2335 _geteuid;
2330 2336 getgid;
2331 2337 _getgid;
2332 2338 getgrgid;
2333 2339 getgrnam;
2334 2340 getgroups;
2335 2341 _getgroups;
2336 2342 getlogin;
2337 2343 getmsg;
2338 2344 _getmsg;
2339 2345 getopt;
2340 2346 _getopt;
2341 2347 getpass;
2342 2348 _getpass;
2343 2349 getpgid;
2344 2350 _getpgid;
2345 2351 getpgrp;
2346 2352 _getpgrp;
2347 2353 getpid;
2348 2354 _getpid;
2349 2355 getpmsg;
2350 2356 _getpmsg;
2351 2357 getppid;
2352 2358 _getppid;
2353 2359 getpwnam;
2354 2360 getpwuid;
2355 2361 getrlimit;
2356 2362 _getrlimit;
2357 2363 gets;
2358 2364 getsid;
2359 2365 _getsid;
2360 2366 getsubopt;
2361 2367 _getsubopt;
2362 2368 gettxt;
2363 2369 _gettxt;
2364 2370 getuid;
2365 2371 _getuid;
2366 2372 getw;
2367 2373 _getw;
2368 2374 gmtime;
2369 2375 grantpt;
2370 2376 _grantpt;
2371 2377 hcreate;
2372 2378 _hcreate;
2373 2379 hdestroy;
2374 2380 _hdestroy;
2375 2381 hsearch;
2376 2382 _hsearch;
2377 2383 initgroups;
2378 2384 _initgroups;
2379 2385 ioctl;
2380 2386 _ioctl;
2381 2387 isalnum;
2382 2388 isalpha;
2383 2389 isascii;
2384 2390 _isascii;
2385 2391 isastream;
2386 2392 _isastream;
2387 2393 isatty;
2388 2394 _isatty;
2389 2395 iscntrl;
2390 2396 isdigit;
2391 2397 isgraph;
2392 2398 islower;
2393 2399 isprint;
2394 2400 ispunct;
2395 2401 isspace;
2396 2402 isupper;
2397 2403 isxdigit;
2398 2404 kill;
2399 2405 _kill;
2400 2406 labs;
2401 2407 lchown;
2402 2408 _lchown;
2403 2409 ldiv;
2404 2410 lfind;
2405 2411 _lfind;
2406 2412 link;
2407 2413 _link;
2408 2414 localeconv;
2409 2415 localtime;
2410 2416 lockf;
2411 2417 _lockf;
2412 2418 longjmp;
2413 2419 lsearch;
2414 2420 _lsearch;
2415 2421 lseek;
2416 2422 _lseek;
2417 2423 lstat;
2418 2424 _lstat;
2419 2425 makecontext;
2420 2426 _makecontext;
2421 2427 mblen;
2422 2428 mbstowcs;
2423 2429 mbtowc;
2424 2430 memccpy;
2425 2431 _memccpy;
2426 2432 memchr;
2427 2433 memcntl;
2428 2434 _memcntl;
2429 2435 mkdir;
2430 2436 _mkdir;
2431 2437 mkfifo;
2432 2438 _mkfifo;
2433 2439 mknod;
2434 2440 _mknod;
2435 2441 mktemp;
2436 2442 _mktemp;
2437 2443 mktime;
2438 2444 mlock;
2439 2445 _mlock;
2440 2446 mmap;
2441 2447 _mmap;
2442 2448 monitor;
2443 2449 _monitor;
2444 2450 mount;
2445 2451 _mount;
2446 2452 mprotect;
2447 2453 _mprotect;
2448 2454 msgctl;
2449 2455 _msgctl;
2450 2456 msgget;
2451 2457 _msgget;
2452 2458 msgrcv;
2453 2459 _msgrcv;
2454 2460 msgsnd;
2455 2461 _msgsnd;
2456 2462 msync;
2457 2463 _msync;
2458 2464 munlock;
2459 2465 _munlock;
2460 2466 munmap;
2461 2467 _munmap;
2462 2468 nftw;
2463 2469 _nftw;
2464 2470 nice;
2465 2471 _nice;
2466 2472 nl_langinfo;
2467 2473 _nl_langinfo;
2468 2474 open;
2469 2475 _open;
2470 2476 opendir;
2471 2477 _opendir;
2472 2478 pathconf;
2473 2479 _pathconf;
2474 2480 pause;
2475 2481 _pause;
2476 2482 pclose;
2477 2483 _pclose;
2478 2484 perror;
2479 2485 pipe;
2480 2486 _pipe;
2481 2487 poll;
2482 2488 _poll;
2483 2489 popen;
2484 2490 _popen;
2485 2491 printf;
2486 2492 profil;
2487 2493 _profil;
2488 2494 ptsname;
2489 2495 _ptsname;
2490 2496 putc;
2491 2497 putchar;
2492 2498 putenv;
2493 2499 _putenv;
2494 2500 putmsg;
2495 2501 _putmsg;
2496 2502 putpmsg;
2497 2503 _putpmsg;
2498 2504 puts;
2499 2505 putw;
2500 2506 _putw;
2501 2507 qsort;
2502 2508 raise;
2503 2509 rand;
2504 2510 read;
2505 2511 _read;
2506 2512 readdir;
2507 2513 _readdir;
2508 2514 readlink;
2509 2515 _readlink;
2510 2516 readv;
2511 2517 _readv;
2512 2518 remove;
2513 2519 rename;
2514 2520 _rename;
2515 2521 rewind;
2516 2522 rewinddir;
2517 2523 _rewinddir;
2518 2524 rmdir;
2519 2525 _rmdir;
2520 2526 scanf;
2521 2527 seekdir;
2522 2528 _seekdir;
2523 2529 semctl;
2524 2530 _semctl;
2525 2531 semget;
2526 2532 _semget;
2527 2533 semop;
2528 2534 _semop;
2529 2535 setbuf;
2530 2536 setcontext;
2531 2537 _setcontext { FLAGS = NODYNSORT };
2532 2538 setgid;
2533 2539 _setgid;
2534 2540 setgroups;
2535 2541 _setgroups;
2536 2542 setjmp;
2537 2543 setlabel;
2538 2544 setlocale;
2539 2545 setpgid;
2540 2546 _setpgid;
2541 2547 setpgrp;
2542 2548 _setpgrp;
2543 2549 setrlimit;
2544 2550 _setrlimit;
2545 2551 setsid;
2546 2552 _setsid;
2547 2553 setuid;
2548 2554 _setuid;
2549 2555 setvbuf;
2550 2556 shmat;
2551 2557 _shmat;
2552 2558 shmctl;
2553 2559 _shmctl;
2554 2560 shmdt;
2555 2561 _shmdt;
2556 2562 shmget;
2557 2563 _shmget;
2558 2564 sigaction;
2559 2565 _sigaction { FLAGS = NODYNSORT };
2560 2566 sigaddset;
2561 2567 _sigaddset;
2562 2568 sigaltstack;
2563 2569 _sigaltstack;
2564 2570 sigdelset;
2565 2571 _sigdelset;
2566 2572 sigemptyset;
2567 2573 _sigemptyset;
2568 2574 sigfillset;
2569 2575 _sigfillset;
2570 2576 sighold;
2571 2577 _sighold;
2572 2578 sigignore;
2573 2579 _sigignore;
2574 2580 sigismember;
2575 2581 _sigismember;
2576 2582 siglongjmp;
2577 2583 _siglongjmp;
2578 2584 signal;
2579 2585 sigpause;
2580 2586 _sigpause;
2581 2587 sigpending;
2582 2588 _sigpending;
2583 2589 sigprocmask;
2584 2590 _sigprocmask;
2585 2591 sigrelse;
2586 2592 _sigrelse;
2587 2593 sigsend;
2588 2594 _sigsend;
2589 2595 sigsendset;
2590 2596 _sigsendset;
2591 2597 sigset;
2592 2598 _sigset;
2593 2599 sigsetjmp;
2594 2600 _sigsetjmp { FLAGS = NODYNSORT };
2595 2601 sigsuspend;
2596 2602 _sigsuspend;
2597 2603 sleep;
2598 2604 _sleep;
2599 2605 sprintf;
2600 2606 srand;
2601 2607 sscanf;
2602 2608 stat;
2603 2609 _stat;
2604 2610 statvfs;
2605 2611 _statvfs;
2606 2612 stime;
2607 2613 _stime;
2608 2614 strcat;
2609 2615 strchr;
2610 2616 strcmp;
2611 2617 strcoll;
2612 2618 strcpy;
2613 2619 strcspn;
2614 2620 strdup;
2615 2621 _strdup;
2616 2622 strerror;
2617 2623 strftime;
2618 2624 strlen;
2619 2625 strncat;
2620 2626 strncmp;
2621 2627 strncpy;
2622 2628 strpbrk;
2623 2629 strrchr;
2624 2630 strspn;
2625 2631 strstr;
2626 2632 strtod;
2627 2633 strtok;
2628 2634 strtol;
2629 2635 strtoul;
2630 2636 strxfrm;
2631 2637 swab;
2632 2638 _swab;
2633 2639 swapcontext;
2634 2640 _swapcontext;
2635 2641 symlink;
2636 2642 _symlink;
2637 2643 sync;
2638 2644 _sync;
2639 2645 sysconf;
2640 2646 _sysconf;
2641 2647 system;
2642 2648 tcdrain;
2643 2649 _tcdrain;
2644 2650 tcflow;
2645 2651 _tcflow;
2646 2652 tcflush;
2647 2653 _tcflush;
2648 2654 tcgetattr;
2649 2655 _tcgetattr;
2650 2656 tcgetpgrp;
2651 2657 _tcgetpgrp;
2652 2658 tcgetsid;
2653 2659 _tcgetsid;
2654 2660 tcsendbreak;
2655 2661 _tcsendbreak;
2656 2662 tcsetattr;
2657 2663 _tcsetattr;
2658 2664 tcsetpgrp;
2659 2665 _tcsetpgrp;
2660 2666 tdelete;
2661 2667 _tdelete;
2662 2668 tell;
2663 2669 _tell;
2664 2670 telldir;
2665 2671 _telldir;
2666 2672 tempnam;
2667 2673 _tempnam;
2668 2674 tfind;
2669 2675 _tfind;
2670 2676 time;
2671 2677 _time;
2672 2678 times;
2673 2679 _times;
2674 2680 tmpfile;
2675 2681 tmpnam;
2676 2682 toascii;
2677 2683 _toascii;
2678 2684 tolower;
2679 2685 _tolower;
2680 2686 toupper;
2681 2687 _toupper;
2682 2688 tsearch;
2683 2689 _tsearch;
2684 2690 ttyname;
2685 2691 twalk;
2686 2692 _twalk;
2687 2693 tzset;
2688 2694 _tzset;
2689 2695 ulimit;
2690 2696 _ulimit;
2691 2697 umask;
2692 2698 _umask;
2693 2699 umount;
2694 2700 _umount;
2695 2701 uname;
2696 2702 _uname;
2697 2703 ungetc;
2698 2704 unlink;
2699 2705 _unlink;
2700 2706 unlockpt;
2701 2707 _unlockpt;
2702 2708 utime;
2703 2709 _utime;
2704 2710 vfprintf;
2705 2711 vprintf;
2706 2712 vsprintf;
2707 2713 wait;
2708 2714 _wait;
2709 2715 waitid;
2710 2716 _waitid;
2711 2717 waitpid;
2712 2718 _waitpid;
2713 2719 wcstombs;
2714 2720 wctomb;
2715 2721 write;
2716 2722 _write;
2717 2723 writev;
2718 2724 _writev;
2719 2725 _xftw;
2720 2726
2721 2727 $if _ELF32
2722 2728 ptrace;
2723 2729 _ptrace;
2724 2730 $endif
2725 2731
2726 2732 $if i386
2727 2733 _fxstat;
2728 2734 _lxstat;
2729 2735 nuname;
2730 2736 _nuname;
2731 2737 _xmknod;
2732 2738 _xstat;
2733 2739 $endif
2734 2740
2735 2741 $if !sparc32
2736 2742 sbrk;
2737 2743 $endif
2738 2744
2739 2745 $if _sparc
2740 2746 __dtou;
2741 2747 __ftou;
2742 2748 $endif
2743 2749
2744 2750 $if sparc32
2745 2751 .div;
2746 2752 .mul;
2747 2753 .rem;
2748 2754 .stret1;
2749 2755 .stret2;
2750 2756 .stret4;
2751 2757 # .stret4 and .stret8 are the same thing
2752 2758 .stret8 { FLAGS = NODYNSORT };
2753 2759 .udiv;
2754 2760 .umul;
2755 2761 .urem;
2756 2762 _Q_add;
2757 2763 _Q_cmp;
2758 2764 _Q_cmpe;
2759 2765 _Q_div;
2760 2766 _Q_dtoq;
2761 2767 _Q_feq;
2762 2768 _Q_fge;
2763 2769 _Q_fgt;
2764 2770 _Q_fle;
2765 2771 _Q_flt;
2766 2772 _Q_fne;
2767 2773 _Q_itoq;
2768 2774 _Q_mul;
2769 2775 _Q_neg;
2770 2776 _Q_qtod;
2771 2777 _Q_qtoi;
2772 2778 _Q_qtos;
2773 2779 _Q_qtou;
2774 2780 _Q_sqrt;
2775 2781 _Q_stoq;
2776 2782 _Q_sub;
2777 2783 _Q_utoq;
2778 2784 $endif
2779 2785
2780 2786 $if sparcv9
2781 2787 # __align_cpy_1 is an alias for memcpy. Filter it out of
2782 2788 # the .SUNW_dynsymsort section
2783 2789 __align_cpy_1 { FLAGS = NODYNSORT };
2784 2790 __align_cpy_16;
2785 2791 __align_cpy_2;
2786 2792 __align_cpy_4;
2787 2793 # __align_cpy_8 is same as __align_cpy_16
2788 2794 __align_cpy_8 { FLAGS = NODYNSORT };
2789 2795 __dtoul;
2790 2796 __ftoul;
2791 2797 _Qp_add;
2792 2798 _Qp_cmp;
2793 2799 _Qp_cmpe;
2794 2800 _Qp_div;
2795 2801 _Qp_dtoq;
2796 2802 _Qp_feq;
2797 2803 _Qp_fge;
2798 2804 _Qp_fgt;
2799 2805 _Qp_fle;
2800 2806 _Qp_flt;
2801 2807 _Qp_fne;
2802 2808 _Qp_itoq;
2803 2809 _Qp_mul;
2804 2810 _Qp_neg;
2805 2811 _Qp_qtod;
2806 2812 _Qp_qtoi;
2807 2813 _Qp_qtos;
2808 2814 _Qp_qtoui;
2809 2815 _Qp_qtoux;
2810 2816 _Qp_qtox;
2811 2817 _Qp_sqrt;
2812 2818 _Qp_stoq;
2813 2819 _Qp_sub;
2814 2820 _Qp_uitoq;
2815 2821 _Qp_uxtoq;
2816 2822 _Qp_xtoq;
2817 2823 __sparc_utrap_install;
2818 2824 $endif
2819 2825
2820 2826 # On amd64, we also have SYSVABI_1.3, but it contains a small subset of
2821 2827 # the symbols put in that version on other platforms.
2822 2828 $if amd64
2823 2829 } SYSVABI_1.3;
2824 2830
2825 2831 SYMBOL_VERSION SYSVABI_1.3 {
2826 2832 $endif
2827 2833 global:
2828 2834 $if !_sparc
2829 2835 __flt_rounds;
2830 2836 $endif
2831 2837
2832 2838 protected:
2833 2839 _ctermid;
2834 2840 _getgrgid;
2835 2841 _getgrnam;
2836 2842 _getlogin;
2837 2843 _getpwnam;
2838 2844 _getpwuid;
2839 2845 _ttyname;
2840 2846
2841 2847 $if !sparc32
2842 2848 _sbrk;
2843 2849 $endif
2844 2850
2845 2851 $if _x86
2846 2852 _fpstart;
2847 2853 __fpstart;
2848 2854 $endif
2849 2855 };
2850 2856
2851 2857
2852 2858
2853 2859 # There should never be more than one SUNWprivate version.
2854 2860 # Don't add any more. Add new private symbols to SUNWprivate_1.1
2855 2861
2856 2862 SYMBOL_VERSION SUNWprivate_1.1 {
2857 2863 global:
2858 2864 ___Argv { FLAGS = NODIRECT };
2859 2865 cfree { FLAGS = NODIRECT };
2860 2866 _cswidth;
2861 2867 __ctype_mask;
2862 2868 __environ_lock { FLAGS = NODIRECT };
2863 2869 __inf_read;
2864 2870 __inf_written;
2865 2871 __i_size;
2866 2872 _isnanf { TYPE = FUNCTION; FILTER = libm.so.2 };
2867 2873 __iswrune;
2868 2874 __libc_threaded;
2869 2875 _lib_version { FLAGS = NODIRECT };
2870 2876 _logb { TYPE = FUNCTION; FILTER = libm.so.2 };
2871 2877 _lone { FLAGS = NODYNSORT };
2872 2878 _lten { FLAGS = NODYNSORT };
2873 2879 _lzero { FLAGS = NODYNSORT };
2874 2880 __malloc_lock;
2875 2881 _memcmp;
2876 2882 _memcpy { FLAGS = NODYNSORT };
2877 2883 _memmove;
2878 2884 _memset;
2879 2885 _modff { TYPE = FUNCTION; FILTER = libm.so.2 };
2880 2886 __nan_read;
2881 2887 __nan_written;
2882 2888 __nextwctype;
2883 2889 __nis_debug_bind;
2884 2890 __nis_debug_calls;
2885 2891 __nis_debug_file;
2886 2892 __nis_debug_rpc;
2887 2893 __nis_prefsrv;
2888 2894 __nis_preftype;
2889 2895 __nis_server;
2890 2896 _nss_default_finders;
2891 2897 __progname { FLAGS = NODIRECT };
2892 2898 _smbuf;
2893 2899 _sp;
2894 2900 __strdupa_str { FLAGS = NODIRECT };
2895 2901 __strdupa_len { FLAGS = NODIRECT };
2896 2902 _tdb_bootstrap;
2897 2903 __threaded;
2898 2904 thr_probe_getfunc_addr;
2899 2905 __trans_lower;
2900 2906 __trans_upper;
2901 2907 _uberdata;
2902 2908 __xpg6 { FLAGS = NODIRECT };
2903 2909
2904 2910 $if _ELF32
2905 2911 _dladdr { TYPE = FUNCTION; FILTER = /usr/lib/ld.so.1 };
2906 2912 _dladdr1 { TYPE = FUNCTION; FILTER = /usr/lib/ld.so.1 };
2907 2913 _dlclose { TYPE = FUNCTION; FILTER = /usr/lib/ld.so.1 };
2908 2914 _dldump { TYPE = FUNCTION; FILTER = /usr/lib/ld.so.1 };
2909 2915 _dlerror { TYPE = FUNCTION; FILTER = /usr/lib/ld.so.1 };
2910 2916 _dlinfo { TYPE = FUNCTION; FILTER = /usr/lib/ld.so.1 };
2911 2917 _dlmopen { TYPE = FUNCTION; FILTER = /usr/lib/ld.so.1 };
2912 2918 _dlopen { TYPE = FUNCTION; FILTER = /usr/lib/ld.so.1 };
2913 2919 _dlsym { TYPE = FUNCTION; FILTER = /usr/lib/ld.so.1 };
2914 2920 _ld_libc { TYPE = FUNCTION; FILTER = /usr/lib/ld.so.1 };
2915 2921 _sys_errlist;
2916 2922 _sys_errs;
2917 2923 _sys_index;
2918 2924 _sys_nerr { FLAGS = NODYNSORT };
2919 2925 _sys_num_err;
2920 2926 $elif sparcv9
2921 2927 _dladdr { TYPE = FUNCTION; FILTER = /usr/lib/sparcv9/ld.so.1 };
2922 2928 _dladdr1 { TYPE = FUNCTION; FILTER = /usr/lib/sparcv9/ld.so.1 };
2923 2929 _dlclose { TYPE = FUNCTION; FILTER = /usr/lib/sparcv9/ld.so.1 };
2924 2930 _dldump { TYPE = FUNCTION; FILTER = /usr/lib/sparcv9/ld.so.1 };
2925 2931 _dlerror { TYPE = FUNCTION; FILTER = /usr/lib/sparcv9/ld.so.1 };
2926 2932 _dlinfo { TYPE = FUNCTION; FILTER = /usr/lib/sparcv9/ld.so.1 };
2927 2933 _dlmopen { TYPE = FUNCTION; FILTER = /usr/lib/sparcv9/ld.so.1 };
2928 2934 _dlopen { TYPE = FUNCTION; FILTER = /usr/lib/sparcv9/ld.so.1 };
2929 2935 _dlsym { TYPE = FUNCTION; FILTER = /usr/lib/sparcv9/ld.so.1 };
2930 2936 _ld_libc { TYPE = FUNCTION; FILTER = /usr/lib/sparcv9/ld.so.1 };
2931 2937 $elif amd64
2932 2938 _dladdr { TYPE = FUNCTION; FILTER = /usr/lib/amd64/ld.so.1 };
2933 2939 _dladdr1 { TYPE = FUNCTION; FILTER = /usr/lib/amd64/ld.so.1 };
2934 2940 _dlamd64getunwind { TYPE = FUNCTION; FILTER = /usr/lib/amd64/ld.so.1 };
2935 2941 _dlclose { TYPE = FUNCTION; FILTER = /usr/lib/amd64/ld.so.1 };
2936 2942 _dldump { TYPE = FUNCTION; FILTER = /usr/lib/amd64/ld.so.1 };
2937 2943 _dlerror { TYPE = FUNCTION; FILTER = /usr/lib/amd64/ld.so.1 };
2938 2944 _dlinfo { TYPE = FUNCTION; FILTER = /usr/lib/amd64/ld.so.1 };
2939 2945 _dlmopen { TYPE = FUNCTION; FILTER = /usr/lib/amd64/ld.so.1 };
2940 2946 _dlopen { TYPE = FUNCTION; FILTER = /usr/lib/amd64/ld.so.1 };
2941 2947 _dlsym { TYPE = FUNCTION; FILTER = /usr/lib/amd64/ld.so.1 };
2942 2948 _ld_libc { TYPE = FUNCTION; FILTER = /usr/lib/amd64/ld.so.1 };
2943 2949 $else
2944 2950 $error unknown platform
2945 2951 $endif
2946 2952
2947 2953 $if _sparc
2948 2954 __lyday_to_month;
2949 2955 __mon_lengths;
2950 2956 __yday_to_month;
2951 2957 $endif
2952 2958 $if i386
2953 2959 _sse_hw;
2954 2960 $endif
2955 2961
2956 2962 protected:
2957 2963 acctctl;
2958 2964 allocids;
2959 2965 _assert_c99;
2960 2966 __assert_c99;
2961 2967 _assfail;
2962 2968 attr_count;
2963 2969 attr_to_data_type;
2964 2970 attr_to_name;
2965 2971 attr_to_option;
2966 2972 attr_to_xattr_view;
2967 2973 _autofssys;
2968 2974 _bufsync;
2969 2975 _cladm;
2970 2976 __class_quadruple;
2971 2977 core_get_default_content;
2972 2978 core_get_default_path;
2973 2979 core_get_global_content;
2974 2980 core_get_global_path;
2975 2981 core_get_options;
2976 2982 core_get_process_content;
2977 2983 core_get_process_path;
2978 2984 core_set_default_content;
2979 2985 core_set_default_path;
2980 2986 core_set_global_content;
2981 2987 core_set_global_path;
2982 2988 core_set_options;
2983 2989 core_set_process_content;
2984 2990 core_set_process_path;
2985 2991 dbm_close_status;
2986 2992 dbm_do_nextkey;
2987 2993 dbm_setdefwrite;
2988 2994 _D_cplx_div;
2989 2995 _D_cplx_div_ix;
2990 2996 _D_cplx_div_rx;
2991 2997 _D_cplx_mul;
2992 2998 defclose_r;
2993 2999 defcntl;
2994 3000 defcntl_r;
2995 3001 defopen;
2996 3002 defopen_r;
2997 3003 defread;
2998 3004 defread_r;
2999 3005 _delete;
3000 3006 _dgettext;
3001 3007 _doprnt;
3002 3008 _doscan;
3003 3009 _errfp;
3004 3010 _errxfp;
3005 3011 exportfs;
3006 3012 _F_cplx_div;
3007 3013 _F_cplx_div_ix;
3008 3014 _F_cplx_div_rx;
3009 3015 _F_cplx_mul;
3010 3016 __fgetwc_xpg5;
3011 3017 __fgetws_xpg5;
3012 3018 _findbuf;
3013 3019 _findiop;
3014 3020 __fini_daemon_priv;
3015 3021 _finite;
3016 3022 _fork1 { FLAGS = NODYNSORT };
3017 3023 _forkall { FLAGS = NODYNSORT };
3018 3024 _fpclass;
3019 3025 _fpgetmask;
3020 3026 _fpgetround;
3021 3027 _fpgetsticky;
3022 3028 _fprintf;
3023 3029 _fpsetmask;
3024 3030 _fpsetround;
3025 3031 _fpsetsticky;
3026 3032 __fputwc_xpg5;
3027 3033 __fputws_xpg5;
3028 3034 _ftw;
3029 3035 _gcvt;
3030 3036 _getarg;
3031 3037 __getcontext;
3032 3038 _getdents;
3033 3039 _get_exit_frame_monitor;
3034 3040 _getfp;
3035 3041 _getgroupsbymember;
3036 3042 _getlogin_r;
3037 3043 _getsp;
3038 3044 __gettsp;
3039 3045 getvmusage;
3040 3046 __getwchar_xpg5;
3041 3047 __getwc_xpg5;
3042 3048 gtty;
3043 3049 __idmap_flush_kcache;
3044 3050 __idmap_reg;
3045 3051 __idmap_unreg;
3046 3052 __init_daemon_priv;
3047 3053 __init_suid_priv;
3048 3054 _insert;
3049 3055 inst_sync;
3050 3056 _iswctype;
3051 3057 klpd_create;
3052 3058 klpd_getpath;
3053 3059 klpd_getport;
3054 3060 klpd_getucred;
3055 3061 klpd_register;
3056 3062 klpd_register_id;
3057 3063 klpd_unregister;
3058 3064 klpd_unregister_id;
3059 3065 _lgrp_home_fast { FLAGS = NODYNSORT };
3060 3066 _lgrpsys;
3061 3067 _lltostr;
3062 3068 _lock_clear;
3063 3069 _lock_try;
3064 3070 _ltzset;
3065 3071 lwp_self;
3066 3072 makeut;
3067 3073 makeutx;
3068 3074 _mbftowc;
3069 3075 mcfiller;
3070 3076 mntopt;
3071 3077 modctl;
3072 3078 modutx;
3073 3079 msgctl64;
3074 3080 __multi_innetgr;
3075 3081 _mutex_destroy { FLAGS = NODYNSORT };
3076 3082 mutex_enter;
3077 3083 mutex_exit;
3078 3084 mutex_held;
3079 3085 _mutex_init { FLAGS = NODYNSORT };
3080 3086 _mutex_unlock { FLAGS = NODYNSORT };
3081 3087 name_to_attr;
3082 3088 nfs_getfh;
3083 3089 nfssvc;
3084 3090 _nfssys;
3085 3091 __nis_get_environment;
3086 3092 _nss_db_state_destr;
3087 3093 nss_default_key2str;
3088 3094 nss_delete;
3089 3095 nss_endent;
3090 3096 nss_getent;
3091 3097 _nss_initf_group;
3092 3098 _nss_initf_netgroup;
3093 3099 _nss_initf_passwd;
3094 3100 _nss_initf_shadow;
3095 3101 nss_packed_arg_init;
3096 3102 nss_packed_context_init;
3097 3103 nss_packed_getkey;
3098 3104 nss_packed_set_status;
3099 3105 nss_search;
3100 3106 nss_setent;
3101 3107 _nss_XbyY_fgets;
3102 3108 _nss_XbyY_fini;
3103 3109 __nsw_extended_action_v1;
3104 3110 __nsw_freeconfig_v1;
3105 3111 __nsw_getconfig_v1;
3106 3112 __nthreads;
3107 3113 __openattrdirat;
3108 3114 option_to_attr;
3109 3115 __priv_bracket;
3110 3116 __priv_relinquish;
3111 3117 psecflags;
3112 3118 pset_assign_forced;
3113 3119 pset_bind_lwp;
3114 3120 _psignal;
3115 3121 pthread_attr_getdaemonstate_np;
3116 3122 pthread_attr_setdaemonstate_np;
3117 3123 _pthread_setcleanupinit;
3118 3124 __putwchar_xpg5;
3119 3125 __putwc_xpg5;
3120 3126 rctlctl;
3121 3127 rctllist;
3122 3128 _realbufend;
3123 3129 _resume;
3124 3130 _resume_ret;
3125 3131 _rpcsys;
3126 3132 _sbrk_grow_aligned;
3127 3133 scrwidth;
3128 3134 secflag_by_name;
3129 3135 secflag_clear;
3130 3136 secflags_copy;
3131 3137 secflags_difference;
3132 3138 secflags_fullset;
3133 3139 secflags_intersection;
3134 3140 secflags_isempty;
3135 3141 secflag_isset;
3136 3142 secflags_issubset;
3137 3143 secflags_issuperset;
3138 3144 secflag_set;
3139 3145 secflag_to_bit;
3140 3146 secflag_to_str;
3141 3147 secflags_union;
3142 3148 psecflags_validate_delta;
3143 3149 secflags_zero;
3144 3150 psecflags_default;
3145 3151 secflags_parse;
3146 3152 secflags_to_str;
3147 3153 psecflags_validate;
3148 3154 semctl64;
3149 3155 _semctl64;
3150 3156 set_setcontext_enforcement;
3151 3157 _setbufend;
3152 3158 __set_errno;
3153 3159 setprojrctl;
3154 3160 _setregid;
3155 3161 _setreuid;
3156 3162 setsigacthandler;
3157 3163 shmctl64;
3158 3164 _shmctl64;
3159 3165 sigflag;
3160 3166 _signal;
3161 3167 _sigoff;
3162 3168 _sigon;
3163 3169 _so_accept;
3164 3170 _so_bind;
3165 3171 _sockconfig;
3166 3172 _so_connect;
3167 3173 _so_getpeername;
3168 3174 _so_getsockname;
3169 3175 _so_getsockopt;
3170 3176 _so_listen;
3171 3177 _so_recv;
3172 3178 _so_recvfrom;
3173 3179 _so_recvmsg;
3174 3180 _so_send;
3175 3181 _so_sendmsg;
3176 3182 _so_sendto;
3177 3183 _so_setsockopt;
3178 3184 _so_shutdown;
3179 3185 _so_socket;
3180 3186 _so_socketpair;
3181 3187 str2group;
3182 3188 str2passwd;
3183 3189 str2spwd;
3184 3190 __strptime_dontzero;
3185 3191 stty;
3186 3192 syscall;
3187 3193 _sysconfig;
3188 3194 __systemcall;
3189 3195 thr_continue_allmutators;
3190 3196 _thr_continue_allmutators;
3191 3197 thr_continue_mutator;
3192 3198 _thr_continue_mutator;
3193 3199 thr_getstate;
3194 3200 _thr_getstate;
3195 3201 thr_mutators_barrier;
3196 3202 _thr_mutators_barrier;
3197 3203 thr_probe_setup;
3198 3204 _thr_schedctl;
3199 3205 thr_setmutator;
3200 3206 _thr_setmutator;
3201 3207 thr_setstate;
3202 3208 _thr_setstate;
3203 3209 thr_sighndlrinfo;
3204 3210 _thr_sighndlrinfo;
3205 3211 _thr_slot_offset;
3206 3212 thr_suspend_allmutators;
3207 3213 _thr_suspend_allmutators;
3208 3214 thr_suspend_mutator;
3209 3215 _thr_suspend_mutator;
3210 3216 thr_wait_mutator;
3211 3217 _thr_wait_mutator;
3212 3218 __tls_get_addr;
3213 3219 _tmem_get_base;
3214 3220 _tmem_get_nentries;
3215 3221 _tmem_set_cleanup;
3216 3222 tpool_create;
3217 3223 tpool_dispatch;
3218 3224 tpool_destroy;
3219 3225 tpool_wait;
3220 3226 tpool_suspend;
3221 3227 tpool_suspended;
3222 3228 tpool_resume;
3223 3229 tpool_member;
3224 3230 _ttyname_dev;
3225 3231 _ucred_alloc;
3226 3232 ucred_getamask;
3227 3233 _ucred_getamask;
3228 3234 ucred_getasid;
3229 3235 _ucred_getasid;
3230 3236 ucred_getatid;
3231 3237 _ucred_getatid;
3232 3238 ucred_getauid;
3233 3239 _ucred_getauid;
3234 3240 _ulltostr;
3235 3241 _uncached_getgrgid_r;
3236 3242 _uncached_getgrnam_r;
3237 3243 _uncached_getpwnam_r;
3238 3244 _uncached_getpwuid_r;
3239 3245 __ungetwc_xpg5;
3240 3246 _unordered;
3241 3247 utssys;
3242 3248 _verrfp;
3243 3249 _verrxfp;
3244 3250 _vwarnfp;
3245 3251 _vwarnxfp;
3246 3252 _warnfp;
3247 3253 _warnxfp;
3248 3254 __wcsftime_xpg5;
3249 3255 __wcstok_xpg5;
3250 3256 wdbindf;
3251 3257 wdchkind;
3252 3258 wddelim;
3253 3259 _wrtchk;
3254 3260 _xflsbuf;
3255 3261 _xgetwidth;
3256 3262 zone_add_datalink;
3257 3263 zone_boot;
3258 3264 zone_check_datalink;
3259 3265 zone_create;
3260 3266 zone_destroy;
3261 3267 zone_enter;
3262 3268 zone_getattr;
3263 3269 zone_get_id;
3264 3270 zone_list;
3265 3271 zone_list_datalink;
3266 3272 zonept;
3267 3273 zone_remove_datalink;
3268 3274 zone_setattr;
3269 3275 zone_shutdown;
3270 3276 zone_version;
3271 3277
3272 3278 $if _ELF32
3273 3279 __divdi3;
3274 3280 _file_set;
3275 3281 _fprintf_c89;
3276 3282 _fscanf_c89;
3277 3283 _fwprintf_c89;
3278 3284 _fwscanf_c89;
3279 3285 _imaxabs_c89;
3280 3286 _imaxdiv_c89;
3281 3287 __moddi3;
3282 3288 _printf_c89;
3283 3289 _scanf_c89;
3284 3290 _snprintf_c89;
3285 3291 _sprintf_c89;
3286 3292 _sscanf_c89;
3287 3293 _strtoimax_c89;
3288 3294 _strtoumax_c89;
3289 3295 _swprintf_c89;
3290 3296 _swscanf_c89;
3291 3297 __udivdi3;
3292 3298 __umoddi3;
3293 3299 _vfprintf_c89;
3294 3300 _vfscanf_c89;
3295 3301 _vfwprintf_c89;
3296 3302 _vfwscanf_c89;
3297 3303 _vprintf_c89;
3298 3304 _vscanf_c89;
3299 3305 _vsnprintf_c89;
3300 3306 _vsprintf_c89;
3301 3307 _vsscanf_c89;
3302 3308 _vswprintf_c89;
3303 3309 _vswscanf_c89;
3304 3310 _vwprintf_c89;
3305 3311 _vwscanf_c89;
3306 3312 _wcstoimax_c89;
3307 3313 _wcstoumax_c89;
3308 3314 _wprintf_c89;
3309 3315 _wscanf_c89;
3310 3316 $endif
3311 3317
3312 3318 $if _sparc
3313 3319 _cerror;
3314 3320 install_utrap;
3315 3321 _install_utrap;
3316 3322 nop;
3317 3323 _Q_cplx_div;
3318 3324 _Q_cplx_div_ix;
3319 3325 _Q_cplx_div_rx;
3320 3326 _Q_cplx_lr_div;
3321 3327 _Q_cplx_lr_div_ix;
3322 3328 _Q_cplx_lr_div_rx;
3323 3329 _Q_cplx_lr_mul;
3324 3330 _Q_cplx_mul;
3325 3331 _QgetRD;
3326 3332 _xregs_clrptr;
3327 3333 $endif
3328 3334
3329 3335 $if sparc32
3330 3336 __ashldi3;
3331 3337 __ashrdi3;
3332 3338 _cerror64;
3333 3339 __cmpdi2;
3334 3340 __floatdidf;
3335 3341 __floatdisf;
3336 3342 __floatundidf;
3337 3343 __floatundisf;
3338 3344 __lshrdi3;
3339 3345 __muldi3;
3340 3346 __ucmpdi2;
3341 3347 $endif
3342 3348
3343 3349 $if _x86
3344 3350 _D_cplx_lr_div;
3345 3351 _D_cplx_lr_div_ix;
3346 3352 _D_cplx_lr_div_rx;
3347 3353 _F_cplx_lr_div;
3348 3354 _F_cplx_lr_div_ix;
3349 3355 _F_cplx_lr_div_rx;
3350 3356 __fltrounds;
3351 3357 sysi86;
3352 3358 _sysi86;
3353 3359 _X_cplx_div;
3354 3360 _X_cplx_div_ix;
3355 3361 _X_cplx_div_rx;
3356 3362 _X_cplx_lr_div;
3357 3363 _X_cplx_lr_div_ix;
3358 3364 _X_cplx_lr_div_rx;
3359 3365 _X_cplx_mul;
3360 3366 __xgetRD;
3361 3367 __xtol;
3362 3368 __xtoll;
3363 3369 __xtoul;
3364 3370 __xtoull;
3365 3371 $endif
3366 3372
3367 3373 $if i386
3368 3374 __divrem64;
3369 3375 ___tls_get_addr;
3370 3376 __udivrem64;
3371 3377 $endif
3372 3378
3373 3379 # The following functions should not be exported from libc,
3374 3380 # but /lib/libm.so.2, some older versions of the Studio
3375 3381 # compiler/debugger components, and some ancient programs
3376 3382 # found in /usr/dist reference them. When we no longer
3377 3383 # care about these old and broken binary objects, these
3378 3384 # symbols should be deleted.
3379 3385 _brk { FLAGS = NODYNSORT };
3380 3386 _cond_broadcast { FLAGS = NODYNSORT };
3381 3387 _cond_init { FLAGS = NODYNSORT };
3382 3388 _cond_signal { FLAGS = NODYNSORT };
3383 3389 _cond_wait { FLAGS = NODYNSORT };
3384 3390 _ecvt { FLAGS = NODYNSORT };
3385 3391 _fcvt { FLAGS = NODYNSORT };
3386 3392 _getc_unlocked { FLAGS = NODYNSORT };
3387 3393 _llseek { FLAGS = NODYNSORT };
3388 3394 _pthread_attr_getdetachstate { FLAGS = NODYNSORT };
3389 3395 _pthread_attr_getinheritsched { FLAGS = NODYNSORT };
3390 3396 _pthread_attr_getschedparam { FLAGS = NODYNSORT };
3391 3397 _pthread_attr_getschedpolicy { FLAGS = NODYNSORT };
3392 3398 _pthread_attr_getscope { FLAGS = NODYNSORT };
3393 3399 _pthread_attr_getstackaddr { FLAGS = NODYNSORT };
3394 3400 _pthread_attr_getstacksize { FLAGS = NODYNSORT };
3395 3401 _pthread_attr_init { FLAGS = NODYNSORT };
3396 3402 _pthread_condattr_getpshared { FLAGS = NODYNSORT };
3397 3403 _pthread_condattr_init { FLAGS = NODYNSORT };
3398 3404 _pthread_cond_init { FLAGS = NODYNSORT };
3399 3405 _pthread_create { FLAGS = NODYNSORT };
3400 3406 _pthread_getschedparam { FLAGS = NODYNSORT };
3401 3407 _pthread_join { FLAGS = NODYNSORT };
3402 3408 _pthread_key_create { FLAGS = NODYNSORT };
3403 3409 _pthread_mutexattr_getprioceiling { FLAGS = NODYNSORT };
3404 3410 _pthread_mutexattr_getprotocol { FLAGS = NODYNSORT };
3405 3411 _pthread_mutexattr_getpshared { FLAGS = NODYNSORT };
3406 3412 _pthread_mutexattr_init { FLAGS = NODYNSORT };
3407 3413 _pthread_mutex_getprioceiling { FLAGS = NODYNSORT };
3408 3414 _pthread_mutex_init { FLAGS = NODYNSORT };
3409 3415 _pthread_sigmask { FLAGS = NODYNSORT };
3410 3416 _rwlock_init { FLAGS = NODYNSORT };
3411 3417 _rw_rdlock { FLAGS = NODYNSORT };
3412 3418 _rw_unlock { FLAGS = NODYNSORT };
3413 3419 _rw_wrlock { FLAGS = NODYNSORT };
3414 3420 _sbrk_unlocked { FLAGS = NODYNSORT };
3415 3421 _select { FLAGS = NODYNSORT };
3416 3422 _sema_init { FLAGS = NODYNSORT };
3417 3423 _sema_post { FLAGS = NODYNSORT };
3418 3424 _sema_trywait { FLAGS = NODYNSORT };
3419 3425 _sema_wait { FLAGS = NODYNSORT };
3420 3426 _sysfs { FLAGS = NODYNSORT };
3421 3427 _thr_create { FLAGS = NODYNSORT };
3422 3428 _thr_exit { FLAGS = NODYNSORT };
3423 3429 _thr_getprio { FLAGS = NODYNSORT };
3424 3430 _thr_getspecific { FLAGS = NODYNSORT };
3425 3431 _thr_join { FLAGS = NODYNSORT };
3426 3432 _thr_keycreate { FLAGS = NODYNSORT };
3427 3433 _thr_kill { FLAGS = NODYNSORT };
3428 3434 _thr_main { FLAGS = NODYNSORT };
3429 3435 _thr_self { FLAGS = NODYNSORT };
3430 3436 _thr_setspecific { FLAGS = NODYNSORT };
3431 3437 _thr_sigsetmask { FLAGS = NODYNSORT };
3432 3438 _thr_stksegment { FLAGS = NODYNSORT };
3433 3439 _ungetc_unlocked { FLAGS = NODYNSORT };
3434 3440
3435 3441 local:
3436 3442 __imax_lldiv { FLAGS = NODYNSORT };
3437 3443 _ti_thr_self { FLAGS = NODYNSORT };
3438 3444 *;
3439 3445
3440 3446 $if lf64
3441 3447 _seekdir64 { FLAGS = NODYNSORT };
3442 3448 _telldir64 { FLAGS = NODYNSORT };
3443 3449 $endif
3444 3450
3445 3451 $if _sparc
3446 3452 __cerror { FLAGS = NODYNSORT };
3447 3453 $endif
3448 3454
3449 3455 $if sparc32
3450 3456 __cerror64 { FLAGS = NODYNSORT };
3451 3457 $endif
3452 3458
3453 3459 $if sparcv9
3454 3460 __cleanup { FLAGS = NODYNSORT };
3455 3461 $endif
3456 3462
3457 3463 $if i386
3458 3464 _syscall6 { FLAGS = NODYNSORT };
3459 3465 __systemcall6 { FLAGS = NODYNSORT };
3460 3466 $endif
3461 3467
3462 3468 $if amd64
3463 3469 ___tls_get_addr { FLAGS = NODYNSORT };
3464 3470 $endif
3465 3471 };
↓ open down ↓ |
3375 lines elided |
↑ open up ↑ |
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX