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