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