master
   1#ifdef PTR64
   2#define WEAK64 .weak
   3#define PTR_SIZE_BYTES 8
   4#define PTR2_SIZE_BYTES 16
   5#else
   6#define WEAK64 .globl
   7#define PTR_SIZE_BYTES 4
   8#define PTR2_SIZE_BYTES 8
   9#endif
  10
  11#ifdef TIME32
  12#define WEAKTIME64 .globl
  13#else
  14#define WEAKTIME64 .weak
  15#endif
  16
  17.bss
  18.weak ___environ
  19.type ___environ, %object;
  20.size ___environ, PTR_SIZE_BYTES
  21___environ:
  22.globl __daylight
  23.type __daylight, %object;
  24.size __daylight, 4
  25__daylight:
  26.globl __environ
  27.type __environ, %object;
  28.size __environ, PTR_SIZE_BYTES
  29__environ:
  30.globl __optpos
  31.type __optpos, %object;
  32.size __optpos, 4
  33__optpos:
  34.globl __optreset
  35.type __optreset, %object;
  36.size __optreset, 4
  37__optreset:
  38.globl __progname
  39.type __progname, %object;
  40.size __progname, PTR_SIZE_BYTES
  41__progname:
  42.globl __progname_full
  43.type __progname_full, %object;
  44.size __progname_full, PTR_SIZE_BYTES
  45__progname_full:
  46.globl __signgam
  47.type __signgam, %object;
  48.size __signgam, 4
  49__signgam:
  50.globl __stack_chk_guard
  51.type __stack_chk_guard, %object;
  52.size __stack_chk_guard, PTR_SIZE_BYTES
  53__stack_chk_guard:
  54.globl __timezone
  55.type __timezone, %object;
  56.size __timezone, PTR_SIZE_BYTES
  57__timezone:
  58.globl __tzname
  59.type __tzname, %object;
  60.size __tzname, PTR2_SIZE_BYTES
  61__tzname:
  62.weak _environ
  63.type _environ, %object;
  64.size _environ, PTR_SIZE_BYTES
  65_environ:
  66.weak daylight
  67.type daylight, %object;
  68.size daylight, 4
  69daylight:
  70.weak environ
  71.type environ, %object;
  72.size environ, PTR_SIZE_BYTES
  73environ:
  74.globl getdate_err
  75.type getdate_err, %object;
  76.size getdate_err, 4
  77getdate_err:
  78.globl h_errno
  79.type h_errno, %object;
  80.size h_errno, 4
  81h_errno:
  82.globl optarg
  83.type optarg, %object;
  84.size optarg, PTR_SIZE_BYTES
  85optarg:
  86.globl optopt
  87.type optopt, %object;
  88.size optopt, 4
  89optopt:
  90.weak optreset
  91.type optreset, %object;
  92.size optreset, 4
  93optreset:
  94.weak program_invocation_name
  95.type program_invocation_name, %object;
  96.size program_invocation_name, PTR_SIZE_BYTES
  97program_invocation_name:
  98.weak program_invocation_short_name
  99.type program_invocation_short_name, %object;
 100.size program_invocation_short_name, PTR_SIZE_BYTES
 101program_invocation_short_name:
 102.weak signgam
 103.type signgam, %object;
 104.size signgam, 4
 105signgam:
 106.weak timezone
 107.type timezone, %object;
 108.size timezone, PTR_SIZE_BYTES
 109timezone:
 110.weak tzname
 111.type tzname, %object;
 112.size tzname, PTR2_SIZE_BYTES
 113tzname:
 114.data
 115.globl _dl_debug_addr
 116.type _dl_debug_addr, %object;
 117.size _dl_debug_addr, PTR_SIZE_BYTES
 118_dl_debug_addr:
 119.globl opterr
 120.type opterr, %object;
 121.size opterr, 4
 122opterr:
 123.globl optind
 124.type optind, %object;
 125.size optind, 4
 126optind:
 127.section .data.rel.ro,"aw"
 128.globl stderr
 129.type stderr, %object;
 130.size stderr, PTR_SIZE_BYTES
 131stderr:
 132.globl stdin
 133.type stdin, %object;
 134.size stdin, PTR_SIZE_BYTES
 135stdin:
 136.globl stdout
 137.type stdout, %object;
 138.size stdout, PTR_SIZE_BYTES
 139stdout:
 140.rodata
 141.globl _ns_flagdata
 142.type _ns_flagdata, %object;
 143.size _ns_flagdata, 128
 144_ns_flagdata:
 145.globl in6addr_any
 146.type in6addr_any, %object;
 147.size in6addr_any, 16
 148in6addr_any:
 149.globl in6addr_loopback
 150.type in6addr_loopback, %object;
 151.size in6addr_loopback, 16
 152in6addr_loopback:
 153.text
 154.globl _Exit
 155.type _Exit, %function;
 156_Exit:
 157.globl _Fork
 158.type _Fork, %function;
 159_Fork:
 160.weak _IO_feof_unlocked
 161.type _IO_feof_unlocked, %function;
 162_IO_feof_unlocked:
 163.weak _IO_ferror_unlocked
 164.type _IO_ferror_unlocked, %function;
 165_IO_ferror_unlocked:
 166.weak _IO_getc
 167.type _IO_getc, %function;
 168_IO_getc:
 169.weak _IO_getc_unlocked
 170.type _IO_getc_unlocked, %function;
 171_IO_getc_unlocked:
 172.weak _IO_putc
 173.type _IO_putc, %function;
 174_IO_putc:
 175.weak _IO_putc_unlocked
 176.type _IO_putc_unlocked, %function;
 177_IO_putc_unlocked:
 178#ifdef ARCH_i386
 179.globl ___tls_get_addr
 180.type ___tls_get_addr, %function;
 181___tls_get_addr:
 182#endif
 183#ifdef TIME32
 184.globl __adjtime64
 185.type __adjtime64, %function;
 186__adjtime64:
 187.globl __adjtimex_time64
 188.type __adjtimex_time64, %function;
 189__adjtimex_time64:
 190#endif
 191#ifdef ARCH_arm
 192.globl __aeabi_atexit
 193.type __aeabi_atexit, %function;
 194__aeabi_atexit:
 195.globl __aeabi_memclr
 196.type __aeabi_memclr, %function;
 197__aeabi_memclr:
 198.globl __aeabi_memclr4
 199.type __aeabi_memclr4, %function;
 200__aeabi_memclr4:
 201.globl __aeabi_memclr8
 202.type __aeabi_memclr8, %function;
 203__aeabi_memclr8:
 204.globl __aeabi_memcpy
 205.type __aeabi_memcpy, %function;
 206__aeabi_memcpy:
 207.globl __aeabi_memcpy4
 208.type __aeabi_memcpy4, %function;
 209__aeabi_memcpy4:
 210.globl __aeabi_memcpy8
 211.type __aeabi_memcpy8, %function;
 212__aeabi_memcpy8:
 213.globl __aeabi_memmove
 214.type __aeabi_memmove, %function;
 215__aeabi_memmove:
 216.globl __aeabi_memmove4
 217.type __aeabi_memmove4, %function;
 218__aeabi_memmove4:
 219.globl __aeabi_memmove8
 220.type __aeabi_memmove8, %function;
 221__aeabi_memmove8:
 222.globl __aeabi_memset
 223.type __aeabi_memset, %function;
 224__aeabi_memset:
 225.globl __aeabi_memset4
 226.type __aeabi_memset4, %function;
 227__aeabi_memset4:
 228.globl __aeabi_memset8
 229.type __aeabi_memset8, %function;
 230__aeabi_memset8:
 231.globl __aeabi_read_tp
 232.type __aeabi_read_tp, %function;
 233__aeabi_read_tp:
 234#endif
 235#ifdef TIME32
 236.globl __aio_suspend_time64
 237.type __aio_suspend_time64, %function;
 238__aio_suspend_time64:
 239#endif
 240.globl __assert_fail
 241.type __assert_fail, %function;
 242__assert_fail:
 243#ifdef FAMILY_mips
 244.globl __cachectl
 245.type __cachectl, %function;
 246__cachectl:
 247#endif
 248#ifdef TIME32
 249.globl __clock_adjtime64
 250.type __clock_adjtime64, %function;
 251__clock_adjtime64:
 252.globl __clock_getres_time64
 253.type __clock_getres_time64, %function;
 254__clock_getres_time64:
 255.weak __clock_gettime64
 256.type __clock_gettime64, %function;
 257__clock_gettime64:
 258.weak __clock_nanosleep_time64
 259.type __clock_nanosleep_time64, %function;
 260__clock_nanosleep_time64:
 261.globl __clock_settime64
 262.type __clock_settime64, %function;
 263__clock_settime64:
 264.globl __cnd_timedwait_time64
 265.type __cnd_timedwait_time64, %function;
 266__cnd_timedwait_time64:
 267.globl __ctime64
 268.type __ctime64, %function;
 269__ctime64:
 270.globl __ctime64_r
 271.type __ctime64_r, %function;
 272__ctime64_r:
 273#endif
 274.globl __ctype_b_loc
 275.type __ctype_b_loc, %function;
 276__ctype_b_loc:
 277.globl __ctype_get_mb_cur_max
 278.type __ctype_get_mb_cur_max, %function;
 279__ctype_get_mb_cur_max:
 280.globl __ctype_tolower_loc
 281.type __ctype_tolower_loc, %function;
 282__ctype_tolower_loc:
 283.globl __ctype_toupper_loc
 284.type __ctype_toupper_loc, %function;
 285__ctype_toupper_loc:
 286.globl __cxa_atexit
 287.type __cxa_atexit, %function;
 288__cxa_atexit:
 289.globl __cxa_finalize
 290.type __cxa_finalize, %function;
 291__cxa_finalize:
 292#ifdef TIME32
 293.globl __difftime64
 294.type __difftime64, %function;
 295__difftime64:
 296#endif
 297.globl __dls2b
 298.type __dls2b, %function;
 299__dls2b:
 300.globl __dls3
 301.type __dls3, %function;
 302__dls3:
 303#ifdef FAMILY_mips
 304.globl __dlstart
 305.type __dlstart, %function;
 306__dlstart:
 307#endif
 308#ifdef TIME32
 309.globl __dlsym_time64
 310.type __dlsym_time64, %function;
 311__dlsym_time64:
 312#endif
 313.globl __duplocale
 314.type __duplocale, %function;
 315__duplocale:
 316.globl __errno_location
 317.type __errno_location, %function;
 318__errno_location:
 319.globl __fbufsize
 320.type __fbufsize, %function;
 321__fbufsize:
 322.globl __fgetwc_unlocked
 323.type __fgetwc_unlocked, %function;
 324__fgetwc_unlocked:
 325.globl __flbf
 326.type __flbf, %function;
 327__flbf:
 328.globl __flt_rounds
 329.type __flt_rounds, %function;
 330__flt_rounds:
 331.globl __fpclassify
 332.type __fpclassify, %function;
 333__fpclassify:
 334.globl __fpclassifyf
 335.type __fpclassifyf, %function;
 336__fpclassifyf:
 337.globl __fpclassifyl
 338.type __fpclassifyl, %function;
 339__fpclassifyl:
 340.globl __fpending
 341.type __fpending, %function;
 342__fpending:
 343.globl __fpurge
 344.type __fpurge, %function;
 345__fpurge:
 346.globl __fputwc_unlocked
 347.type __fputwc_unlocked, %function;
 348__fputwc_unlocked:
 349.globl __freadable
 350.type __freadable, %function;
 351__freadable:
 352.globl __freadahead
 353.type __freadahead, %function;
 354__freadahead:
 355.globl __freading
 356.type __freading, %function;
 357__freading:
 358.globl __freadptr
 359.type __freadptr, %function;
 360__freadptr:
 361.globl __freadptrinc
 362.type __freadptrinc, %function;
 363__freadptrinc:
 364.weak __freelocale
 365.type __freelocale, %function;
 366__freelocale:
 367.globl __fseterr
 368.type __fseterr, %function;
 369__fseterr:
 370.globl __fsetlocking
 371.type __fsetlocking, %function;
 372__fsetlocking:
 373#ifdef TIME32
 374.weak __fstat_time64
 375.type __fstat_time64, %function;
 376__fstat_time64:
 377.weak __fstatat_time64
 378.type __fstatat_time64, %function;
 379__fstatat_time64:
 380.globl __ftime64
 381.type __ftime64, %function;
 382__ftime64:
 383.globl __futimens_time64
 384.type __futimens_time64, %function;
 385__futimens_time64:
 386.globl __futimes_time64
 387.type __futimes_time64, %function;
 388__futimes_time64:
 389.weak __futimesat_time64
 390.type __futimesat_time64, %function;
 391__futimesat_time64:
 392#endif
 393.globl __fwritable
 394.type __fwritable, %function;
 395__fwritable:
 396.globl __fwriting
 397.type __fwriting, %function;
 398__fwriting:
 399.globl __fxstat
 400.type __fxstat, %function;
 401__fxstat:
 402.globl __fxstatat
 403.type __fxstatat, %function;
 404__fxstatat:
 405.weak __getdelim
 406.type __getdelim, %function;
 407__getdelim:
 408#ifdef TIME32
 409.globl __getitimer_time64
 410.type __getitimer_time64, %function;
 411__getitimer_time64:
 412.globl __getrusage_time64
 413.type __getrusage_time64, %function;
 414__getrusage_time64:
 415.globl __gettimeofday_time64
 416.type __gettimeofday_time64, %function;
 417__gettimeofday_time64:
 418.globl __gmtime64
 419.type __gmtime64, %function;
 420__gmtime64:
 421.weak __gmtime64_r
 422.type __gmtime64_r, %function;
 423__gmtime64_r:
 424#endif
 425#ifdef ARCH_arm
 426.globl __gnu_Unwind_Find_exidx
 427.type __gnu_Unwind_Find_exidx, %function;
 428__gnu_Unwind_Find_exidx:
 429#endif
 430.globl __h_errno_location
 431.type __h_errno_location, %function;
 432__h_errno_location:
 433.globl __isalnum_l
 434.type __isalnum_l, %function;
 435__isalnum_l:
 436.globl __isalpha_l
 437.type __isalpha_l, %function;
 438__isalpha_l:
 439.globl __isblank_l
 440.type __isblank_l, %function;
 441__isblank_l:
 442.globl __iscntrl_l
 443.type __iscntrl_l, %function;
 444__iscntrl_l:
 445.globl __isdigit_l
 446.type __isdigit_l, %function;
 447__isdigit_l:
 448.globl __isgraph_l
 449.type __isgraph_l, %function;
 450__isgraph_l:
 451.globl __islower_l
 452.type __islower_l, %function;
 453__islower_l:
 454.weak __isoc99_fscanf
 455.type __isoc99_fscanf, %function;
 456__isoc99_fscanf:
 457.weak __isoc99_fwscanf
 458.type __isoc99_fwscanf, %function;
 459__isoc99_fwscanf:
 460.weak __isoc99_scanf
 461.type __isoc99_scanf, %function;
 462__isoc99_scanf:
 463.weak __isoc99_sscanf
 464.type __isoc99_sscanf, %function;
 465__isoc99_sscanf:
 466.weak __isoc99_swscanf
 467.type __isoc99_swscanf, %function;
 468__isoc99_swscanf:
 469.weak __isoc99_vfscanf
 470.type __isoc99_vfscanf, %function;
 471__isoc99_vfscanf:
 472.weak __isoc99_vfwscanf
 473.type __isoc99_vfwscanf, %function;
 474__isoc99_vfwscanf:
 475.weak __isoc99_vscanf
 476.type __isoc99_vscanf, %function;
 477__isoc99_vscanf:
 478.weak __isoc99_vsscanf
 479.type __isoc99_vsscanf, %function;
 480__isoc99_vsscanf:
 481.weak __isoc99_vswscanf
 482.type __isoc99_vswscanf, %function;
 483__isoc99_vswscanf:
 484.weak __isoc99_vwscanf
 485.type __isoc99_vwscanf, %function;
 486__isoc99_vwscanf:
 487.weak __isoc99_wscanf
 488.type __isoc99_wscanf, %function;
 489__isoc99_wscanf:
 490.globl __isprint_l
 491.type __isprint_l, %function;
 492__isprint_l:
 493.globl __ispunct_l
 494.type __ispunct_l, %function;
 495__ispunct_l:
 496.globl __isspace_l
 497.type __isspace_l, %function;
 498__isspace_l:
 499.globl __isupper_l
 500.type __isupper_l, %function;
 501__isupper_l:
 502.globl __iswalnum_l
 503.type __iswalnum_l, %function;
 504__iswalnum_l:
 505.globl __iswalpha_l
 506.type __iswalpha_l, %function;
 507__iswalpha_l:
 508.globl __iswblank_l
 509.type __iswblank_l, %function;
 510__iswblank_l:
 511.globl __iswcntrl_l
 512.type __iswcntrl_l, %function;
 513__iswcntrl_l:
 514.globl __iswctype_l
 515.type __iswctype_l, %function;
 516__iswctype_l:
 517.globl __iswdigit_l
 518.type __iswdigit_l, %function;
 519__iswdigit_l:
 520.globl __iswgraph_l
 521.type __iswgraph_l, %function;
 522__iswgraph_l:
 523.globl __iswlower_l
 524.type __iswlower_l, %function;
 525__iswlower_l:
 526.globl __iswprint_l
 527.type __iswprint_l, %function;
 528__iswprint_l:
 529.globl __iswpunct_l
 530.type __iswpunct_l, %function;
 531__iswpunct_l:
 532.globl __iswspace_l
 533.type __iswspace_l, %function;
 534__iswspace_l:
 535.globl __iswupper_l
 536.type __iswupper_l, %function;
 537__iswupper_l:
 538.globl __iswxdigit_l
 539.type __iswxdigit_l, %function;
 540__iswxdigit_l:
 541.globl __isxdigit_l
 542.type __isxdigit_l, %function;
 543__isxdigit_l:
 544.globl __lgammal_r
 545.type __lgammal_r, %function;
 546__lgammal_r:
 547.globl __libc_current_sigrtmax
 548.type __libc_current_sigrtmax, %function;
 549__libc_current_sigrtmax:
 550.globl __libc_current_sigrtmin
 551.type __libc_current_sigrtmin, %function;
 552__libc_current_sigrtmin:
 553.globl __libc_start_main
 554.type __libc_start_main, %function;
 555__libc_start_main:
 556#ifdef TIME32
 557.globl __localtime64
 558.type __localtime64, %function;
 559__localtime64:
 560.weak __localtime64_r
 561.type __localtime64_r, %function;
 562__localtime64_r:
 563#endif
 564#ifdef FAMILY_riscv
 565.globl __longjmp
 566.type __longjmp, %function;
 567__longjmp:
 568#endif
 569#ifdef TIME32
 570.globl __lstat_time64
 571.type __lstat_time64, %function;
 572__lstat_time64:
 573.globl __lutimes_time64
 574.type __lutimes_time64, %function;
 575__lutimes_time64:
 576#endif
 577.globl __lxstat
 578.type __lxstat, %function;
 579__lxstat:
 580#ifdef TIME32
 581.globl __mktime64
 582.type __mktime64, %function;
 583__mktime64:
 584.globl __mq_timedreceive_time64
 585.type __mq_timedreceive_time64, %function;
 586__mq_timedreceive_time64:
 587.globl __mq_timedsend_time64
 588.type __mq_timedsend_time64, %function;
 589__mq_timedsend_time64:
 590.globl __mtx_timedlock_time64
 591.type __mtx_timedlock_time64, %function;
 592__mtx_timedlock_time64:
 593.globl __nanosleep_time64
 594.type __nanosleep_time64, %function;
 595__nanosleep_time64:
 596#endif
 597.globl __newlocale
 598.type __newlocale, %function;
 599__newlocale:
 600.globl __nl_langinfo
 601.type __nl_langinfo, %function;
 602__nl_langinfo:
 603.globl __nl_langinfo_l
 604.type __nl_langinfo_l, %function;
 605__nl_langinfo_l:
 606.globl __overflow
 607.type __overflow, %function;
 608.protected __overflow
 609__overflow:
 610.weak __posix_getopt
 611.type __posix_getopt, %function;
 612__posix_getopt:
 613#ifdef TIME32
 614.globl __ppoll_time64
 615.type __ppoll_time64, %function;
 616__ppoll_time64:
 617.globl __pselect_time64
 618.type __pselect_time64, %function;
 619__pselect_time64:
 620.weak __pthread_cond_timedwait_time64
 621.type __pthread_cond_timedwait_time64, %function;
 622__pthread_cond_timedwait_time64:
 623.weak __pthread_mutex_timedlock_time64
 624.type __pthread_mutex_timedlock_time64, %function;
 625__pthread_mutex_timedlock_time64:
 626.weak __pthread_rwlock_timedrdlock_time64
 627.type __pthread_rwlock_timedrdlock_time64, %function;
 628__pthread_rwlock_timedrdlock_time64:
 629.weak __pthread_rwlock_timedwrlock_time64
 630.type __pthread_rwlock_timedwrlock_time64, %function;
 631__pthread_rwlock_timedwrlock_time64:
 632.weak __pthread_timedjoin_np_time64
 633.type __pthread_timedjoin_np_time64, %function;
 634__pthread_timedjoin_np_time64:
 635.globl __recvmmsg_time64
 636.type __recvmmsg_time64, %function;
 637__recvmmsg_time64:
 638#endif
 639.globl __res_state
 640.type __res_state, %function;
 641__res_state:
 642#ifdef FAMILY_riscv
 643.globl __riscv_flush_icache
 644.type __riscv_flush_icache, %function;
 645__riscv_flush_icache:
 646#endif
 647.globl __sched_cpucount
 648.type __sched_cpucount, %function;
 649__sched_cpucount:
 650#ifdef TIME32
 651.globl __sched_rr_get_interval_time64
 652.type __sched_rr_get_interval_time64, %function;
 653__sched_rr_get_interval_time64:
 654.globl __select_time64
 655.type __select_time64, %function;
 656__select_time64:
 657.globl __sem_timedwait_time64
 658.type __sem_timedwait_time64, %function;
 659__sem_timedwait_time64:
 660.globl __semtimedop_time64
 661.type __semtimedop_time64, %function;
 662__semtimedop_time64:
 663.globl __setitimer_time64
 664.type __setitimer_time64, %function;
 665__setitimer_time64:
 666#endif
 667.globl __setjmp
 668.type __setjmp, %function;
 669__setjmp:
 670#ifdef TIME32
 671.globl __settimeofday_time64
 672.type __settimeofday_time64, %function;
 673__settimeofday_time64:
 674#endif
 675.globl __signbit
 676.type __signbit, %function;
 677__signbit:
 678.globl __signbitf
 679.type __signbitf, %function;
 680__signbitf:
 681.globl __signbitl
 682.type __signbitl, %function;
 683__signbitl:
 684.globl __sigsetjmp
 685.type __sigsetjmp, %function;
 686__sigsetjmp:
 687#ifdef TIME32
 688.globl __sigtimedwait_time64
 689.type __sigtimedwait_time64, %function;
 690__sigtimedwait_time64:
 691#endif
 692.globl __stack_chk_fail
 693.type __stack_chk_fail, %function;
 694__stack_chk_fail:
 695#ifdef TIME32
 696.globl __stat_time64
 697.type __stat_time64, %function;
 698__stat_time64:
 699.globl __stime64
 700.type __stime64, %function;
 701__stime64:
 702#endif
 703.globl __strcasecmp_l
 704.type __strcasecmp_l, %function;
 705__strcasecmp_l:
 706.globl __strcoll_l
 707.type __strcoll_l, %function;
 708__strcoll_l:
 709.globl __strerror_l
 710.type __strerror_l, %function;
 711__strerror_l:
 712.globl __strncasecmp_l
 713.type __strncasecmp_l, %function;
 714__strncasecmp_l:
 715.weak __strtod_l
 716.type __strtod_l, %function;
 717__strtod_l:
 718.weak __strtof_l
 719.type __strtof_l, %function;
 720__strtof_l:
 721.weak __strtoimax_internal
 722.type __strtoimax_internal, %function;
 723__strtoimax_internal:
 724.weak __strtol_internal
 725.type __strtol_internal, %function;
 726__strtol_internal:
 727.weak __strtold_l
 728.type __strtold_l, %function;
 729__strtold_l:
 730.weak __strtoll_internal
 731.type __strtoll_internal, %function;
 732__strtoll_internal:
 733.weak __strtoul_internal
 734.type __strtoul_internal, %function;
 735__strtoul_internal:
 736.weak __strtoull_internal
 737.type __strtoull_internal, %function;
 738__strtoull_internal:
 739.weak __strtoumax_internal
 740.type __strtoumax_internal, %function;
 741__strtoumax_internal:
 742.globl __strxfrm_l
 743.type __strxfrm_l, %function;
 744__strxfrm_l:
 745.weak __sysv_signal
 746.type __sysv_signal, %function;
 747__sysv_signal:
 748#ifdef TIME32
 749.globl __thrd_sleep_time64
 750.type __thrd_sleep_time64, %function;
 751__thrd_sleep_time64:
 752.globl __time64
 753.type __time64, %function;
 754__time64:
 755.globl __timegm_time64
 756.type __timegm_time64, %function;
 757__timegm_time64:
 758.globl __timer_gettime64
 759.type __timer_gettime64, %function;
 760__timer_gettime64:
 761.globl __timer_settime64
 762.type __timer_settime64, %function;
 763__timer_settime64:
 764.globl __timerfd_gettime64
 765.type __timerfd_gettime64, %function;
 766__timerfd_gettime64:
 767.globl __timerfd_settime64
 768.type __timerfd_settime64, %function;
 769__timerfd_settime64:
 770.globl __timespec_get_time64
 771.type __timespec_get_time64, %function;
 772__timespec_get_time64:
 773#endif
 774#if !defined(ARCH_s390x)
 775.globl __tls_get_addr
 776.type __tls_get_addr, %function;
 777__tls_get_addr:
 778#endif
 779#ifdef ARCH_s390x
 780.globl __tls_get_offset
 781.type __tls_get_offset, %function;
 782__tls_get_offset:
 783#endif
 784.globl __tolower_l
 785.type __tolower_l, %function;
 786__tolower_l:
 787.globl __toupper_l
 788.type __toupper_l, %function;
 789__toupper_l:
 790.globl __towctrans_l
 791.type __towctrans_l, %function;
 792__towctrans_l:
 793.globl __towlower_l
 794.type __towlower_l, %function;
 795__towlower_l:
 796.globl __towupper_l
 797.type __towupper_l, %function;
 798__towupper_l:
 799.globl __uflow
 800.type __uflow, %function;
 801.protected __uflow
 802__uflow:
 803.globl __uselocale
 804.type __uselocale, %function;
 805__uselocale:
 806#ifdef TIME32
 807.globl __utime64
 808.type __utime64, %function;
 809__utime64:
 810.globl __utimensat_time64
 811.type __utimensat_time64, %function;
 812__utimensat_time64:
 813.globl __utimes_time64
 814.type __utimes_time64, %function;
 815__utimes_time64:
 816.globl __wait3_time64
 817.type __wait3_time64, %function;
 818__wait3_time64:
 819.globl __wait4_time64
 820.type __wait4_time64, %function;
 821__wait4_time64:
 822#endif
 823.globl __wcscoll_l
 824.type __wcscoll_l, %function;
 825__wcscoll_l:
 826.globl __wcsftime_l
 827.type __wcsftime_l, %function;
 828__wcsftime_l:
 829.globl __wcsxfrm_l
 830.type __wcsxfrm_l, %function;
 831__wcsxfrm_l:
 832.globl __wctrans_l
 833.type __wctrans_l, %function;
 834__wctrans_l:
 835.globl __wctype_l
 836.type __wctype_l, %function;
 837__wctype_l:
 838.globl __xmknod
 839.type __xmknod, %function;
 840__xmknod:
 841.globl __xmknodat
 842.type __xmknodat, %function;
 843__xmknodat:
 844.weak __xpg_basename
 845.type __xpg_basename, %function;
 846__xpg_basename:
 847.weak __xpg_strerror_r
 848.type __xpg_strerror_r, %function;
 849__xpg_strerror_r:
 850.globl __xstat
 851.type __xstat, %function;
 852__xstat:
 853.weak _dl_debug_state
 854.type _dl_debug_state, %function;
 855_dl_debug_state:
 856.globl _dlstart
 857.type _dlstart, %function;
 858_dlstart:
 859#ifdef FAMILY_mips
 860.globl _dlstart_data
 861.type _dlstart_data, %function;
 862_dlstart_data:
 863#endif
 864.globl _exit
 865.type _exit, %function;
 866_exit:
 867.weak _fini
 868.type _fini, %function;
 869_fini:
 870#ifdef FAMILY_mips
 871.globl _flush_cache
 872.type _flush_cache, %function;
 873_flush_cache:
 874#endif
 875.globl _flushlbf
 876.type _flushlbf, %function;
 877_flushlbf:
 878.weak _init
 879.type _init, %function;
 880_init:
 881.globl _longjmp
 882.type _longjmp, %function;
 883_longjmp:
 884.globl _pthread_cleanup_pop
 885.type _pthread_cleanup_pop, %function;
 886_pthread_cleanup_pop:
 887.globl _pthread_cleanup_push
 888.type _pthread_cleanup_push, %function;
 889_pthread_cleanup_push:
 890.globl _setjmp
 891.type _setjmp, %function;
 892_setjmp:
 893.globl a64l
 894.type a64l, %function;
 895a64l:
 896.globl abort
 897.type abort, %function;
 898abort:
 899.globl abs
 900.type abs, %function;
 901abs:
 902.globl accept
 903.type accept, %function;
 904accept:
 905.globl accept4
 906.type accept4, %function;
 907accept4:
 908.globl access
 909.type access, %function;
 910access:
 911.globl acct
 912.type acct, %function;
 913acct:
 914.globl acos
 915.type acos, %function;
 916acos:
 917.globl acosf
 918.type acosf, %function;
 919acosf:
 920.globl acosh
 921.type acosh, %function;
 922acosh:
 923.globl acoshf
 924.type acoshf, %function;
 925acoshf:
 926.globl acoshl
 927.type acoshl, %function;
 928acoshl:
 929.globl acosl
 930.type acosl, %function;
 931acosl:
 932.globl addmntent
 933.type addmntent, %function;
 934addmntent:
 935.globl adjtime
 936.type adjtime, %function;
 937adjtime:
 938.globl adjtimex
 939.type adjtimex, %function;
 940adjtimex:
 941.globl aio_cancel
 942.type aio_cancel, %function;
 943aio_cancel:
 944.globl aio_error
 945.type aio_error, %function;
 946aio_error:
 947.globl aio_fsync
 948.type aio_fsync, %function;
 949aio_fsync:
 950.globl aio_read
 951.type aio_read, %function;
 952aio_read:
 953.globl aio_return
 954.type aio_return, %function;
 955aio_return:
 956.globl aio_suspend
 957.type aio_suspend, %function;
 958aio_suspend:
 959.globl aio_write
 960.type aio_write, %function;
 961aio_write:
 962.globl alarm
 963.type alarm, %function;
 964alarm:
 965.globl aligned_alloc
 966.type aligned_alloc, %function;
 967aligned_alloc:
 968.globl alphasort
 969.type alphasort, %function;
 970alphasort:
 971#ifdef FAMILY_x86
 972.globl arch_prctl
 973.type arch_prctl, %function;
 974arch_prctl:
 975#endif
 976.globl asctime
 977.type asctime, %function;
 978asctime:
 979.weak asctime_r
 980.type asctime_r, %function;
 981asctime_r:
 982.globl asin
 983.type asin, %function;
 984asin:
 985.globl asinf
 986.type asinf, %function;
 987asinf:
 988.globl asinh
 989.type asinh, %function;
 990asinh:
 991.globl asinhf
 992.type asinhf, %function;
 993asinhf:
 994.globl asinhl
 995.type asinhl, %function;
 996asinhl:
 997.globl asinl
 998.type asinl, %function;
 999asinl:
1000.globl asprintf
1001.type asprintf, %function;
1002asprintf:
1003.globl at_quick_exit
1004.type at_quick_exit, %function;
1005at_quick_exit:
1006.globl atan
1007.type atan, %function;
1008atan:
1009.globl atan2
1010.type atan2, %function;
1011atan2:
1012.globl atan2f
1013.type atan2f, %function;
1014atan2f:
1015.globl atan2l
1016.type atan2l, %function;
1017atan2l:
1018.globl atanf
1019.type atanf, %function;
1020atanf:
1021.globl atanh
1022.type atanh, %function;
1023atanh:
1024.globl atanhf
1025.type atanhf, %function;
1026atanhf:
1027.globl atanhl
1028.type atanhl, %function;
1029atanhl:
1030.globl atanl
1031.type atanl, %function;
1032atanl:
1033.globl atexit
1034.type atexit, %function;
1035atexit:
1036.globl atof
1037.type atof, %function;
1038atof:
1039.globl atoi
1040.type atoi, %function;
1041atoi:
1042.globl atol
1043.type atol, %function;
1044atol:
1045.globl atoll
1046.type atoll, %function;
1047atoll:
1048.globl basename
1049.type basename, %function;
1050basename:
1051.globl bcmp
1052.type bcmp, %function;
1053bcmp:
1054.globl bcopy
1055.type bcopy, %function;
1056bcopy:
1057.globl bind
1058.type bind, %function;
1059bind:
1060.globl bind_textdomain_codeset
1061.type bind_textdomain_codeset, %function;
1062bind_textdomain_codeset:
1063.globl bindtextdomain
1064.type bindtextdomain, %function;
1065bindtextdomain:
1066.globl brk
1067.type brk, %function;
1068brk:
1069.weak bsd_signal
1070.type bsd_signal, %function;
1071bsd_signal:
1072.globl bsearch
1073.type bsearch, %function;
1074bsearch:
1075.globl btowc
1076.type btowc, %function;
1077btowc:
1078.globl bzero
1079.type bzero, %function;
1080bzero:
1081.globl c16rtomb
1082.type c16rtomb, %function;
1083c16rtomb:
1084.globl c32rtomb
1085.type c32rtomb, %function;
1086c32rtomb:
1087.globl cabs
1088.type cabs, %function;
1089cabs:
1090.globl cabsf
1091.type cabsf, %function;
1092cabsf:
1093.globl cabsl
1094.type cabsl, %function;
1095cabsl:
1096#ifdef FAMILY_mips
1097.weak cachectl
1098.type cachectl, %function;
1099cachectl:
1100.weak cacheflush
1101.type cacheflush, %function;
1102cacheflush:
1103#endif
1104.globl cacos
1105.type cacos, %function;
1106cacos:
1107.globl cacosf
1108.type cacosf, %function;
1109cacosf:
1110.globl cacosh
1111.type cacosh, %function;
1112cacosh:
1113.globl cacoshf
1114.type cacoshf, %function;
1115cacoshf:
1116.globl cacoshl
1117.type cacoshl, %function;
1118cacoshl:
1119.globl cacosl
1120.type cacosl, %function;
1121cacosl:
1122.globl call_once
1123.type call_once, %function;
1124call_once:
1125.globl calloc
1126.type calloc, %function;
1127calloc:
1128.globl capget
1129.type capget, %function;
1130capget:
1131.globl capset
1132.type capset, %function;
1133capset:
1134.globl carg
1135.type carg, %function;
1136carg:
1137.globl cargf
1138.type cargf, %function;
1139cargf:
1140.globl cargl
1141.type cargl, %function;
1142cargl:
1143.globl casin
1144.type casin, %function;
1145casin:
1146.globl casinf
1147.type casinf, %function;
1148casinf:
1149.globl casinh
1150.type casinh, %function;
1151casinh:
1152.globl casinhf
1153.type casinhf, %function;
1154casinhf:
1155.globl casinhl
1156.type casinhl, %function;
1157casinhl:
1158.globl casinl
1159.type casinl, %function;
1160casinl:
1161.globl catan
1162.type catan, %function;
1163catan:
1164.globl catanf
1165.type catanf, %function;
1166catanf:
1167.globl catanh
1168.type catanh, %function;
1169catanh:
1170.globl catanhf
1171.type catanhf, %function;
1172catanhf:
1173.globl catanhl
1174.type catanhl, %function;
1175catanhl:
1176.globl catanl
1177.type catanl, %function;
1178catanl:
1179.globl catclose
1180.type catclose, %function;
1181catclose:
1182.globl catgets
1183.type catgets, %function;
1184catgets:
1185.globl catopen
1186.type catopen, %function;
1187catopen:
1188.globl cbrt
1189.type cbrt, %function;
1190cbrt:
1191.globl cbrtf
1192.type cbrtf, %function;
1193cbrtf:
1194.globl cbrtl
1195.type cbrtl, %function;
1196cbrtl:
1197.globl ccos
1198.type ccos, %function;
1199ccos:
1200.globl ccosf
1201.type ccosf, %function;
1202ccosf:
1203.globl ccosh
1204.type ccosh, %function;
1205ccosh:
1206.globl ccoshf
1207.type ccoshf, %function;
1208ccoshf:
1209.globl ccoshl
1210.type ccoshl, %function;
1211ccoshl:
1212.globl ccosl
1213.type ccosl, %function;
1214ccosl:
1215.globl ceil
1216.type ceil, %function;
1217ceil:
1218.globl ceilf
1219.type ceilf, %function;
1220ceilf:
1221.globl ceill
1222.type ceill, %function;
1223ceill:
1224.globl cexp
1225.type cexp, %function;
1226cexp:
1227.globl cexpf
1228.type cexpf, %function;
1229cexpf:
1230.globl cexpl
1231.type cexpl, %function;
1232cexpl:
1233.globl cfgetispeed
1234.type cfgetispeed, %function;
1235cfgetispeed:
1236.globl cfgetospeed
1237.type cfgetospeed, %function;
1238cfgetospeed:
1239.globl cfmakeraw
1240.type cfmakeraw, %function;
1241cfmakeraw:
1242.globl cfsetispeed
1243.type cfsetispeed, %function;
1244cfsetispeed:
1245.globl cfsetospeed
1246.type cfsetospeed, %function;
1247cfsetospeed:
1248.weak cfsetspeed
1249.type cfsetspeed, %function;
1250cfsetspeed:
1251.globl chdir
1252.type chdir, %function;
1253chdir:
1254.globl chmod
1255.type chmod, %function;
1256chmod:
1257.globl chown
1258.type chown, %function;
1259chown:
1260.globl chroot
1261.type chroot, %function;
1262chroot:
1263.globl cimag
1264.type cimag, %function;
1265cimag:
1266.globl cimagf
1267.type cimagf, %function;
1268cimagf:
1269.globl cimagl
1270.type cimagl, %function;
1271cimagl:
1272.globl clearenv
1273.type clearenv, %function;
1274clearenv:
1275.globl clearerr
1276.type clearerr, %function;
1277clearerr:
1278.weak clearerr_unlocked
1279.type clearerr_unlocked, %function;
1280clearerr_unlocked:
1281.globl clock
1282.type clock, %function;
1283clock:
1284.globl clock_adjtime
1285.type clock_adjtime, %function;
1286clock_adjtime:
1287.globl clock_getcpuclockid
1288.type clock_getcpuclockid, %function;
1289clock_getcpuclockid:
1290.globl clock_getres
1291.type clock_getres, %function;
1292clock_getres:
1293WEAKTIME64 clock_gettime
1294.type clock_gettime, %function;
1295clock_gettime:
1296WEAKTIME64 clock_nanosleep
1297.type clock_nanosleep, %function;
1298clock_nanosleep:
1299.globl clock_settime
1300.type clock_settime, %function;
1301clock_settime:
1302.globl clog
1303.type clog, %function;
1304clog:
1305.globl clogf
1306.type clogf, %function;
1307clogf:
1308.globl clogl
1309.type clogl, %function;
1310clogl:
1311.globl clone
1312.type clone, %function;
1313clone:
1314.globl close
1315.type close, %function;
1316close:
1317.globl closedir
1318.type closedir, %function;
1319closedir:
1320.globl closelog
1321.type closelog, %function;
1322closelog:
1323.globl cnd_broadcast
1324.type cnd_broadcast, %function;
1325cnd_broadcast:
1326.globl cnd_destroy
1327.type cnd_destroy, %function;
1328cnd_destroy:
1329.globl cnd_init
1330.type cnd_init, %function;
1331cnd_init:
1332.globl cnd_signal
1333.type cnd_signal, %function;
1334cnd_signal:
1335.globl cnd_timedwait
1336.type cnd_timedwait, %function;
1337cnd_timedwait:
1338.globl cnd_wait
1339.type cnd_wait, %function;
1340cnd_wait:
1341.globl confstr
1342.type confstr, %function;
1343confstr:
1344.globl conj
1345.type conj, %function;
1346conj:
1347.globl conjf
1348.type conjf, %function;
1349conjf:
1350.globl conjl
1351.type conjl, %function;
1352conjl:
1353.globl connect
1354.type connect, %function;
1355connect:
1356.globl copy_file_range
1357.type copy_file_range, %function;
1358copy_file_range:
1359.globl copysign
1360.type copysign, %function;
1361copysign:
1362.globl copysignf
1363.type copysignf, %function;
1364copysignf:
1365.globl copysignl
1366.type copysignl, %function;
1367copysignl:
1368.globl cos
1369.type cos, %function;
1370cos:
1371.globl cosf
1372.type cosf, %function;
1373cosf:
1374.globl cosh
1375.type cosh, %function;
1376cosh:
1377.globl coshf
1378.type coshf, %function;
1379coshf:
1380.globl coshl
1381.type coshl, %function;
1382coshl:
1383.globl cosl
1384.type cosl, %function;
1385cosl:
1386.globl cpow
1387.type cpow, %function;
1388cpow:
1389.globl cpowf
1390.type cpowf, %function;
1391cpowf:
1392.globl cpowl
1393.type cpowl, %function;
1394cpowl:
1395.globl cproj
1396.type cproj, %function;
1397cproj:
1398.globl cprojf
1399.type cprojf, %function;
1400cprojf:
1401.globl cprojl
1402.type cprojl, %function;
1403cprojl:
1404.globl creal
1405.type creal, %function;
1406creal:
1407.globl crealf
1408.type crealf, %function;
1409crealf:
1410.globl creall
1411.type creall, %function;
1412creall:
1413.globl creat
1414.type creat, %function;
1415creat:
1416.globl crypt
1417.type crypt, %function;
1418crypt:
1419.weak crypt_r
1420.type crypt_r, %function;
1421crypt_r:
1422.globl csin
1423.type csin, %function;
1424csin:
1425.globl csinf
1426.type csinf, %function;
1427csinf:
1428.globl csinh
1429.type csinh, %function;
1430csinh:
1431.globl csinhf
1432.type csinhf, %function;
1433csinhf:
1434.globl csinhl
1435.type csinhl, %function;
1436csinhl:
1437.globl csinl
1438.type csinl, %function;
1439csinl:
1440.globl csqrt
1441.type csqrt, %function;
1442csqrt:
1443.globl csqrtf
1444.type csqrtf, %function;
1445csqrtf:
1446.globl csqrtl
1447.type csqrtl, %function;
1448csqrtl:
1449.globl ctan
1450.type ctan, %function;
1451ctan:
1452.globl ctanf
1453.type ctanf, %function;
1454ctanf:
1455.globl ctanh
1456.type ctanh, %function;
1457ctanh:
1458.globl ctanhf
1459.type ctanhf, %function;
1460ctanhf:
1461.globl ctanhl
1462.type ctanhl, %function;
1463ctanhl:
1464.globl ctanl
1465.type ctanl, %function;
1466ctanl:
1467.globl ctermid
1468.type ctermid, %function;
1469ctermid:
1470.globl ctime
1471.type ctime, %function;
1472ctime:
1473.globl ctime_r
1474.type ctime_r, %function;
1475ctime_r:
1476.globl cuserid
1477.type cuserid, %function;
1478cuserid:
1479.globl daemon
1480.type daemon, %function;
1481daemon:
1482.globl dcgettext
1483.type dcgettext, %function;
1484dcgettext:
1485.globl dcngettext
1486.type dcngettext, %function;
1487dcngettext:
1488.globl delete_module
1489.type delete_module, %function;
1490delete_module:
1491.globl dgettext
1492.type dgettext, %function;
1493dgettext:
1494.globl difftime
1495.type difftime, %function;
1496difftime:
1497.globl dirfd
1498.type dirfd, %function;
1499dirfd:
1500.globl dirname
1501.type dirname, %function;
1502dirname:
1503.globl div
1504.type div, %function;
1505div:
1506.globl dl_iterate_phdr
1507.type dl_iterate_phdr, %function;
1508dl_iterate_phdr:
1509.globl dladdr
1510.type dladdr, %function;
1511dladdr:
1512.globl dlclose
1513.type dlclose, %function;
1514dlclose:
1515.globl dlerror
1516.type dlerror, %function;
1517dlerror:
1518.globl dlinfo
1519.type dlinfo, %function;
1520dlinfo:
1521.globl dlopen
1522.type dlopen, %function;
1523dlopen:
1524.globl dlsym
1525.type dlsym, %function;
1526dlsym:
1527.globl dn_comp
1528.type dn_comp, %function;
1529dn_comp:
1530.weak dn_expand
1531.type dn_expand, %function;
1532dn_expand:
1533.globl dn_skipname
1534.type dn_skipname, %function;
1535dn_skipname:
1536.globl dngettext
1537.type dngettext, %function;
1538dngettext:
1539.globl dprintf
1540.type dprintf, %function;
1541dprintf:
1542.globl drand48
1543.type drand48, %function;
1544drand48:
1545.weak drem
1546.type drem, %function;
1547drem:
1548.weak dremf
1549.type dremf, %function;
1550dremf:
1551.globl dup
1552.type dup, %function;
1553dup:
1554.globl dup2
1555.type dup2, %function;
1556dup2:
1557.weak dup3
1558.type dup3, %function;
1559dup3:
1560.weak duplocale
1561.type duplocale, %function;
1562duplocale:
1563.weak eaccess
1564.type eaccess, %function;
1565eaccess:
1566.globl ecvt
1567.type ecvt, %function;
1568ecvt:
1569.globl encrypt
1570.type encrypt, %function;
1571encrypt:
1572.weak endgrent
1573.type endgrent, %function;
1574endgrent:
1575.globl endhostent
1576.type endhostent, %function;
1577endhostent:
1578.globl endmntent
1579.type endmntent, %function;
1580endmntent:
1581.weak endnetent
1582.type endnetent, %function;
1583endnetent:
1584.globl endprotoent
1585.type endprotoent, %function;
1586endprotoent:
1587.weak endpwent
1588.type endpwent, %function;
1589endpwent:
1590.globl endservent
1591.type endservent, %function;
1592endservent:
1593.globl endspent
1594.type endspent, %function;
1595endspent:
1596.globl endusershell
1597.type endusershell, %function;
1598endusershell:
1599.weak endutent
1600.type endutent, %function;
1601endutent:
1602.globl endutxent
1603.type endutxent, %function;
1604endutxent:
1605.globl epoll_create
1606.type epoll_create, %function;
1607epoll_create:
1608.globl epoll_create1
1609.type epoll_create1, %function;
1610epoll_create1:
1611.globl epoll_ctl
1612.type epoll_ctl, %function;
1613epoll_ctl:
1614.globl epoll_pwait
1615.type epoll_pwait, %function;
1616epoll_pwait:
1617.globl epoll_wait
1618.type epoll_wait, %function;
1619epoll_wait:
1620.globl erand48
1621.type erand48, %function;
1622erand48:
1623.globl erf
1624.type erf, %function;
1625erf:
1626.globl erfc
1627.type erfc, %function;
1628erfc:
1629.globl erfcf
1630.type erfcf, %function;
1631erfcf:
1632.globl erfcl
1633.type erfcl, %function;
1634erfcl:
1635.globl erff
1636.type erff, %function;
1637erff:
1638.globl erfl
1639.type erfl, %function;
1640erfl:
1641.globl err
1642.type err, %function;
1643err:
1644.globl errx
1645.type errx, %function;
1646errx:
1647.globl ether_aton
1648.type ether_aton, %function;
1649ether_aton:
1650.globl ether_aton_r
1651.type ether_aton_r, %function;
1652ether_aton_r:
1653.globl ether_hostton
1654.type ether_hostton, %function;
1655ether_hostton:
1656.globl ether_line
1657.type ether_line, %function;
1658ether_line:
1659.globl ether_ntoa
1660.type ether_ntoa, %function;
1661ether_ntoa:
1662.globl ether_ntoa_r
1663.type ether_ntoa_r, %function;
1664ether_ntoa_r:
1665.globl ether_ntohost
1666.type ether_ntohost, %function;
1667ether_ntohost:
1668.globl euidaccess
1669.type euidaccess, %function;
1670euidaccess:
1671.globl eventfd
1672.type eventfd, %function;
1673eventfd:
1674.globl eventfd_read
1675.type eventfd_read, %function;
1676eventfd_read:
1677.globl eventfd_write
1678.type eventfd_write, %function;
1679eventfd_write:
1680.globl execl
1681.type execl, %function;
1682execl:
1683.globl execle
1684.type execle, %function;
1685execle:
1686.globl execlp
1687.type execlp, %function;
1688execlp:
1689.globl execv
1690.type execv, %function;
1691execv:
1692.globl execve
1693.type execve, %function;
1694execve:
1695.globl execvp
1696.type execvp, %function;
1697execvp:
1698.weak execvpe
1699.type execvpe, %function;
1700execvpe:
1701.globl exit
1702.type exit, %function;
1703exit:
1704.globl exp
1705.type exp, %function;
1706exp:
1707.globl exp10
1708.type exp10, %function;
1709exp10:
1710.globl exp10f
1711.type exp10f, %function;
1712exp10f:
1713.globl exp10l
1714.type exp10l, %function;
1715exp10l:
1716.globl exp2
1717.type exp2, %function;
1718exp2:
1719.globl exp2f
1720.type exp2f, %function;
1721exp2f:
1722.globl exp2l
1723.type exp2l, %function;
1724exp2l:
1725.globl expf
1726.type expf, %function;
1727expf:
1728.globl expl
1729.type expl, %function;
1730expl:
1731.globl explicit_bzero
1732.type explicit_bzero, %function;
1733explicit_bzero:
1734.globl expm1
1735.type expm1, %function;
1736expm1:
1737.globl expm1f
1738.type expm1f, %function;
1739expm1f:
1740.globl expm1l
1741.type expm1l, %function;
1742expm1l:
1743.globl fabs
1744.type fabs, %function;
1745fabs:
1746.globl fabsf
1747.type fabsf, %function;
1748fabsf:
1749.globl fabsl
1750.type fabsl, %function;
1751fabsl:
1752.globl faccessat
1753.type faccessat, %function;
1754faccessat:
1755.globl fallocate
1756.type fallocate, %function;
1757fallocate:
1758.globl fanotify_init
1759.type fanotify_init, %function;
1760fanotify_init:
1761.globl fanotify_mark
1762.type fanotify_mark, %function;
1763fanotify_mark:
1764.globl fchdir
1765.type fchdir, %function;
1766fchdir:
1767.globl fchmod
1768.type fchmod, %function;
1769fchmod:
1770.globl fchmodat
1771.type fchmodat, %function;
1772fchmodat:
1773.globl fchown
1774.type fchown, %function;
1775fchown:
1776.globl fchownat
1777.type fchownat, %function;
1778fchownat:
1779.globl fclose
1780.type fclose, %function;
1781fclose:
1782.globl fcntl
1783.type fcntl, %function;
1784fcntl:
1785.globl fcvt
1786.type fcvt, %function;
1787fcvt:
1788.globl fdatasync
1789.type fdatasync, %function;
1790fdatasync:
1791.globl fdim
1792.type fdim, %function;
1793fdim:
1794.globl fdimf
1795.type fdimf, %function;
1796fdimf:
1797.globl fdiml
1798.type fdiml, %function;
1799fdiml:
1800.weak fdopen
1801.type fdopen, %function;
1802fdopen:
1803.globl fdopendir
1804.type fdopendir, %function;
1805fdopendir:
1806.globl feclearexcept
1807.type feclearexcept, %function;
1808feclearexcept:
1809.globl fegetenv
1810.type fegetenv, %function;
1811fegetenv:
1812.globl fegetexceptflag
1813.type fegetexceptflag, %function;
1814fegetexceptflag:
1815.globl fegetround
1816.type fegetround, %function;
1817fegetround:
1818.globl feholdexcept
1819.type feholdexcept, %function;
1820feholdexcept:
1821.globl feof
1822.type feof, %function;
1823feof:
1824.weak feof_unlocked
1825.type feof_unlocked, %function;
1826feof_unlocked:
1827.globl feraiseexcept
1828.type feraiseexcept, %function;
1829feraiseexcept:
1830.globl ferror
1831.type ferror, %function;
1832ferror:
1833.weak ferror_unlocked
1834.type ferror_unlocked, %function;
1835ferror_unlocked:
1836.globl fesetenv
1837.type fesetenv, %function;
1838fesetenv:
1839.globl fesetexceptflag
1840.type fesetexceptflag, %function;
1841fesetexceptflag:
1842.globl fesetround
1843.type fesetround, %function;
1844fesetround:
1845.globl fetestexcept
1846.type fetestexcept, %function;
1847fetestexcept:
1848.globl feupdateenv
1849.type feupdateenv, %function;
1850feupdateenv:
1851.globl fexecve
1852.type fexecve, %function;
1853fexecve:
1854.globl fflush
1855.type fflush, %function;
1856fflush:
1857.weak fflush_unlocked
1858.type fflush_unlocked, %function;
1859fflush_unlocked:
1860.globl ffs
1861.type ffs, %function;
1862ffs:
1863.globl ffsl
1864.type ffsl, %function;
1865ffsl:
1866.globl ffsll
1867.type ffsll, %function;
1868ffsll:
1869.globl fgetc
1870.type fgetc, %function;
1871fgetc:
1872.weak fgetc_unlocked
1873.type fgetc_unlocked, %function;
1874fgetc_unlocked:
1875.globl fgetgrent
1876.type fgetgrent, %function;
1877fgetgrent:
1878.globl fgetln
1879.type fgetln, %function;
1880fgetln:
1881.globl fgetpos
1882.type fgetpos, %function;
1883fgetpos:
1884.globl fgetpwent
1885.type fgetpwent, %function;
1886fgetpwent:
1887.globl fgets
1888.type fgets, %function;
1889fgets:
1890.weak fgets_unlocked
1891.type fgets_unlocked, %function;
1892fgets_unlocked:
1893.globl fgetspent
1894.type fgetspent, %function;
1895fgetspent:
1896.globl fgetwc
1897.type fgetwc, %function;
1898fgetwc:
1899.weak fgetwc_unlocked
1900.type fgetwc_unlocked, %function;
1901fgetwc_unlocked:
1902.globl fgetws
1903.type fgetws, %function;
1904fgetws:
1905.weak fgetws_unlocked
1906.type fgetws_unlocked, %function;
1907fgetws_unlocked:
1908.globl fgetxattr
1909.type fgetxattr, %function;
1910fgetxattr:
1911.globl fileno
1912.type fileno, %function;
1913fileno:
1914.weak fileno_unlocked
1915.type fileno_unlocked, %function;
1916fileno_unlocked:
1917.globl finite
1918.type finite, %function;
1919finite:
1920.globl finitef
1921.type finitef, %function;
1922finitef:
1923.globl flistxattr
1924.type flistxattr, %function;
1925flistxattr:
1926.globl flock
1927.type flock, %function;
1928flock:
1929.globl flockfile
1930.type flockfile, %function;
1931flockfile:
1932.globl floor
1933.type floor, %function;
1934floor:
1935.globl floorf
1936.type floorf, %function;
1937floorf:
1938.globl floorl
1939.type floorl, %function;
1940floorl:
1941.globl fma
1942.type fma, %function;
1943fma:
1944.globl fmaf
1945.type fmaf, %function;
1946fmaf:
1947.globl fmal
1948.type fmal, %function;
1949fmal:
1950.globl fmax
1951.type fmax, %function;
1952fmax:
1953.globl fmaxf
1954.type fmaxf, %function;
1955fmaxf:
1956.globl fmaxl
1957.type fmaxl, %function;
1958fmaxl:
1959.globl fmemopen
1960.type fmemopen, %function;
1961fmemopen:
1962.globl fmin
1963.type fmin, %function;
1964fmin:
1965.globl fminf
1966.type fminf, %function;
1967fminf:
1968.globl fminl
1969.type fminl, %function;
1970fminl:
1971.globl fmod
1972.type fmod, %function;
1973fmod:
1974.globl fmodf
1975.type fmodf, %function;
1976fmodf:
1977.globl fmodl
1978.type fmodl, %function;
1979fmodl:
1980.globl fmtmsg
1981.type fmtmsg, %function;
1982fmtmsg:
1983.globl fnmatch
1984.type fnmatch, %function;
1985fnmatch:
1986.globl fopen
1987.type fopen, %function;
1988fopen:
1989.globl fopencookie
1990.type fopencookie, %function;
1991fopencookie:
1992.globl fork
1993.type fork, %function;
1994fork:
1995.globl forkpty
1996.type forkpty, %function;
1997forkpty:
1998.globl fpathconf
1999.type fpathconf, %function;
2000fpathconf:
2001.globl fprintf
2002.type fprintf, %function;
2003fprintf:
2004.weak fpurge
2005.type fpurge, %function;
2006fpurge:
2007.globl fputc
2008.type fputc, %function;
2009fputc:
2010.weak fputc_unlocked
2011.type fputc_unlocked, %function;
2012fputc_unlocked:
2013.globl fputs
2014.type fputs, %function;
2015fputs:
2016.weak fputs_unlocked
2017.type fputs_unlocked, %function;
2018fputs_unlocked:
2019.globl fputwc
2020.type fputwc, %function;
2021fputwc:
2022.weak fputwc_unlocked
2023.type fputwc_unlocked, %function;
2024fputwc_unlocked:
2025.globl fputws
2026.type fputws, %function;
2027fputws:
2028.weak fputws_unlocked
2029.type fputws_unlocked, %function;
2030fputws_unlocked:
2031.globl fread
2032.type fread, %function;
2033fread:
2034.weak fread_unlocked
2035.type fread_unlocked, %function;
2036fread_unlocked:
2037.globl free
2038.type free, %function;
2039free:
2040.globl freeaddrinfo
2041.type freeaddrinfo, %function;
2042freeaddrinfo:
2043.globl freeifaddrs
2044.type freeifaddrs, %function;
2045freeifaddrs:
2046.globl freelocale
2047.type freelocale, %function;
2048freelocale:
2049.globl fremovexattr
2050.type fremovexattr, %function;
2051fremovexattr:
2052.globl freopen
2053.type freopen, %function;
2054freopen:
2055.globl frexp
2056.type frexp, %function;
2057frexp:
2058.globl frexpf
2059.type frexpf, %function;
2060frexpf:
2061.globl frexpl
2062.type frexpl, %function;
2063frexpl:
2064.globl fscanf
2065.type fscanf, %function;
2066fscanf:
2067.globl fseek
2068.type fseek, %function;
2069fseek:
2070.weak fseeko
2071.type fseeko, %function;
2072fseeko:
2073.globl fsetpos
2074.type fsetpos, %function;
2075fsetpos:
2076.globl fsetxattr
2077.type fsetxattr, %function;
2078fsetxattr:
2079WEAKTIME64 fstat
2080.type fstat, %function;
2081fstat:
2082WEAKTIME64 fstatat
2083.type fstatat, %function;
2084fstatat:
2085.weak fstatfs
2086.type fstatfs, %function;
2087fstatfs:
2088.globl fstatvfs
2089.type fstatvfs, %function;
2090fstatvfs:
2091.globl fsync
2092.type fsync, %function;
2093fsync:
2094.globl ftell
2095.type ftell, %function;
2096ftell:
2097.weak ftello
2098.type ftello, %function;
2099ftello:
2100.globl ftime
2101.type ftime, %function;
2102ftime:
2103.globl ftok
2104.type ftok, %function;
2105ftok:
2106.globl ftruncate
2107.type ftruncate, %function;
2108ftruncate:
2109.globl ftrylockfile
2110.type ftrylockfile, %function;
2111ftrylockfile:
2112.globl ftw
2113.type ftw, %function;
2114ftw:
2115.globl funlockfile
2116.type funlockfile, %function;
2117funlockfile:
2118.globl futimens
2119.type futimens, %function;
2120futimens:
2121.globl futimes
2122.type futimes, %function;
2123futimes:
2124WEAKTIME64 futimesat
2125.type futimesat, %function;
2126futimesat:
2127.globl fwide
2128.type fwide, %function;
2129fwide:
2130.globl fwprintf
2131.type fwprintf, %function;
2132fwprintf:
2133.globl fwrite
2134.type fwrite, %function;
2135fwrite:
2136.weak fwrite_unlocked
2137.type fwrite_unlocked, %function;
2138fwrite_unlocked:
2139.globl fwscanf
2140.type fwscanf, %function;
2141fwscanf:
2142.globl gai_strerror
2143.type gai_strerror, %function;
2144gai_strerror:
2145.globl gcvt
2146.type gcvt, %function;
2147gcvt:
2148.globl get_avphys_pages
2149.type get_avphys_pages, %function;
2150get_avphys_pages:
2151.globl get_current_dir_name
2152.type get_current_dir_name, %function;
2153get_current_dir_name:
2154.globl get_nprocs
2155.type get_nprocs, %function;
2156get_nprocs:
2157.globl get_nprocs_conf
2158.type get_nprocs_conf, %function;
2159get_nprocs_conf:
2160.globl get_phys_pages
2161.type get_phys_pages, %function;
2162get_phys_pages:
2163.globl getaddrinfo
2164.type getaddrinfo, %function;
2165getaddrinfo:
2166.weak getauxval
2167.type getauxval, %function;
2168getauxval:
2169.globl getc
2170.type getc, %function;
2171getc:
2172.globl getc_unlocked
2173.type getc_unlocked, %function;
2174getc_unlocked:
2175.globl getchar
2176.type getchar, %function;
2177getchar:
2178.globl getchar_unlocked
2179.type getchar_unlocked, %function;
2180getchar_unlocked:
2181.globl getcwd
2182.type getcwd, %function;
2183getcwd:
2184.globl getdate
2185.type getdate, %function;
2186getdate:
2187.globl getdelim
2188.type getdelim, %function;
2189getdelim:
2190.globl getdents
2191.type getdents, %function;
2192getdents:
2193.globl getdomainname
2194.type getdomainname, %function;
2195getdomainname:
2196.globl getdtablesize
2197.type getdtablesize, %function;
2198getdtablesize:
2199.globl getegid
2200.type getegid, %function;
2201getegid:
2202.globl getentropy
2203.type getentropy, %function;
2204getentropy:
2205.globl getenv
2206.type getenv, %function;
2207getenv:
2208.globl geteuid
2209.type geteuid, %function;
2210geteuid:
2211.globl getgid
2212.type getgid, %function;
2213getgid:
2214.globl getgrent
2215.type getgrent, %function;
2216getgrent:
2217.globl getgrgid
2218.type getgrgid, %function;
2219getgrgid:
2220.globl getgrgid_r
2221.type getgrgid_r, %function;
2222getgrgid_r:
2223.globl getgrnam
2224.type getgrnam, %function;
2225getgrnam:
2226.globl getgrnam_r
2227.type getgrnam_r, %function;
2228getgrnam_r:
2229.globl getgrouplist
2230.type getgrouplist, %function;
2231getgrouplist:
2232.globl getgroups
2233.type getgroups, %function;
2234getgroups:
2235.globl gethostbyaddr
2236.type gethostbyaddr, %function;
2237gethostbyaddr:
2238.globl gethostbyaddr_r
2239.type gethostbyaddr_r, %function;
2240gethostbyaddr_r:
2241.globl gethostbyname
2242.type gethostbyname, %function;
2243gethostbyname:
2244.globl gethostbyname2
2245.type gethostbyname2, %function;
2246gethostbyname2:
2247.globl gethostbyname2_r
2248.type gethostbyname2_r, %function;
2249gethostbyname2_r:
2250.globl gethostbyname_r
2251.type gethostbyname_r, %function;
2252gethostbyname_r:
2253.globl gethostent
2254.type gethostent, %function;
2255gethostent:
2256.globl gethostid
2257.type gethostid, %function;
2258gethostid:
2259.globl gethostname
2260.type gethostname, %function;
2261gethostname:
2262.globl getifaddrs
2263.type getifaddrs, %function;
2264getifaddrs:
2265.globl getitimer
2266.type getitimer, %function;
2267getitimer:
2268.globl getline
2269.type getline, %function;
2270getline:
2271.globl getloadavg
2272.type getloadavg, %function;
2273getloadavg:
2274.globl getlogin
2275.type getlogin, %function;
2276getlogin:
2277.globl getlogin_r
2278.type getlogin_r, %function;
2279getlogin_r:
2280.globl getmntent
2281.type getmntent, %function;
2282getmntent:
2283.globl getmntent_r
2284.type getmntent_r, %function;
2285getmntent_r:
2286.globl getnameinfo
2287.type getnameinfo, %function;
2288getnameinfo:
2289.globl getnetbyaddr
2290.type getnetbyaddr, %function;
2291getnetbyaddr:
2292.globl getnetbyname
2293.type getnetbyname, %function;
2294getnetbyname:
2295.globl getnetent
2296.type getnetent, %function;
2297getnetent:
2298.globl getopt
2299.type getopt, %function;
2300getopt:
2301.globl getopt_long
2302.type getopt_long, %function;
2303getopt_long:
2304.globl getopt_long_only
2305.type getopt_long_only, %function;
2306getopt_long_only:
2307.globl getpagesize
2308.type getpagesize, %function;
2309getpagesize:
2310.globl getpass
2311.type getpass, %function;
2312getpass:
2313.globl getpeername
2314.type getpeername, %function;
2315getpeername:
2316.globl getpgid
2317.type getpgid, %function;
2318getpgid:
2319.globl getpgrp
2320.type getpgrp, %function;
2321getpgrp:
2322.globl getpid
2323.type getpid, %function;
2324getpid:
2325.globl getppid
2326.type getppid, %function;
2327getppid:
2328.globl getpriority
2329.type getpriority, %function;
2330getpriority:
2331.globl getprotobyname
2332.type getprotobyname, %function;
2333getprotobyname:
2334.globl getprotobynumber
2335.type getprotobynumber, %function;
2336getprotobynumber:
2337.globl getprotoent
2338.type getprotoent, %function;
2339getprotoent:
2340.globl getpwent
2341.type getpwent, %function;
2342getpwent:
2343.globl getpwnam
2344.type getpwnam, %function;
2345getpwnam:
2346.globl getpwnam_r
2347.type getpwnam_r, %function;
2348getpwnam_r:
2349.globl getpwuid
2350.type getpwuid, %function;
2351getpwuid:
2352.globl getpwuid_r
2353.type getpwuid_r, %function;
2354getpwuid_r:
2355.globl getrandom
2356.type getrandom, %function;
2357getrandom:
2358.globl getresgid
2359.type getresgid, %function;
2360getresgid:
2361.globl getresuid
2362.type getresuid, %function;
2363getresuid:
2364.globl getrlimit
2365.type getrlimit, %function;
2366getrlimit:
2367.globl getrusage
2368.type getrusage, %function;
2369getrusage:
2370.globl gets
2371.type gets, %function;
2372gets:
2373.globl getservbyname
2374.type getservbyname, %function;
2375getservbyname:
2376.globl getservbyname_r
2377.type getservbyname_r, %function;
2378getservbyname_r:
2379.globl getservbyport
2380.type getservbyport, %function;
2381getservbyport:
2382.globl getservbyport_r
2383.type getservbyport_r, %function;
2384getservbyport_r:
2385.globl getservent
2386.type getservent, %function;
2387getservent:
2388.globl getsid
2389.type getsid, %function;
2390getsid:
2391.globl getsockname
2392.type getsockname, %function;
2393getsockname:
2394.globl getsockopt
2395.type getsockopt, %function;
2396getsockopt:
2397.globl getspent
2398.type getspent, %function;
2399getspent:
2400.globl getspnam
2401.type getspnam, %function;
2402getspnam:
2403.globl getspnam_r
2404.type getspnam_r, %function;
2405getspnam_r:
2406.globl getsubopt
2407.type getsubopt, %function;
2408getsubopt:
2409.globl gettext
2410.type gettext, %function;
2411gettext:
2412.globl gettid
2413.type gettid, %function;
2414gettid:
2415.globl gettimeofday
2416.type gettimeofday, %function;
2417gettimeofday:
2418.globl getuid
2419.type getuid, %function;
2420getuid:
2421.globl getusershell
2422.type getusershell, %function;
2423getusershell:
2424.weak getutent
2425.type getutent, %function;
2426getutent:
2427.weak getutid
2428.type getutid, %function;
2429getutid:
2430.weak getutline
2431.type getutline, %function;
2432getutline:
2433.globl getutxent
2434.type getutxent, %function;
2435getutxent:
2436.globl getutxid
2437.type getutxid, %function;
2438getutxid:
2439.globl getutxline
2440.type getutxline, %function;
2441getutxline:
2442.globl getw
2443.type getw, %function;
2444getw:
2445.globl getwc
2446.type getwc, %function;
2447getwc:
2448.weak getwc_unlocked
2449.type getwc_unlocked, %function;
2450getwc_unlocked:
2451.globl getwchar
2452.type getwchar, %function;
2453getwchar:
2454.weak getwchar_unlocked
2455.type getwchar_unlocked, %function;
2456getwchar_unlocked:
2457.globl getxattr
2458.type getxattr, %function;
2459getxattr:
2460.globl glob
2461.type glob, %function;
2462glob:
2463.globl globfree
2464.type globfree, %function;
2465globfree:
2466.globl gmtime
2467.type gmtime, %function;
2468gmtime:
2469WEAKTIME64 gmtime_r
2470.type gmtime_r, %function;
2471gmtime_r:
2472.globl grantpt
2473.type grantpt, %function;
2474grantpt:
2475.globl hasmntopt
2476.type hasmntopt, %function;
2477hasmntopt:
2478.globl hcreate
2479.type hcreate, %function;
2480hcreate:
2481.weak hcreate_r
2482.type hcreate_r, %function;
2483hcreate_r:
2484.globl hdestroy
2485.type hdestroy, %function;
2486hdestroy:
2487.weak hdestroy_r
2488.type hdestroy_r, %function;
2489hdestroy_r:
2490.globl herror
2491.type herror, %function;
2492herror:
2493.globl hsearch
2494.type hsearch, %function;
2495hsearch:
2496.weak hsearch_r
2497.type hsearch_r, %function;
2498hsearch_r:
2499.globl hstrerror
2500.type hstrerror, %function;
2501hstrerror:
2502.globl htonl
2503.type htonl, %function;
2504htonl:
2505.globl htons
2506.type htons, %function;
2507htons:
2508.globl hypot
2509.type hypot, %function;
2510hypot:
2511.globl hypotf
2512.type hypotf, %function;
2513hypotf:
2514.globl hypotl
2515.type hypotl, %function;
2516hypotl:
2517.globl iconv
2518.type iconv, %function;
2519iconv:
2520.globl iconv_close
2521.type iconv_close, %function;
2522iconv_close:
2523.globl iconv_open
2524.type iconv_open, %function;
2525iconv_open:
2526.globl if_freenameindex
2527.type if_freenameindex, %function;
2528if_freenameindex:
2529.globl if_indextoname
2530.type if_indextoname, %function;
2531if_indextoname:
2532.globl if_nameindex
2533.type if_nameindex, %function;
2534if_nameindex:
2535.globl if_nametoindex
2536.type if_nametoindex, %function;
2537if_nametoindex:
2538.globl ilogb
2539.type ilogb, %function;
2540ilogb:
2541.globl ilogbf
2542.type ilogbf, %function;
2543ilogbf:
2544.globl ilogbl
2545.type ilogbl, %function;
2546ilogbl:
2547.globl imaxabs
2548.type imaxabs, %function;
2549imaxabs:
2550.globl imaxdiv
2551.type imaxdiv, %function;
2552imaxdiv:
2553.globl index
2554.type index, %function;
2555index:
2556.globl inet_addr
2557.type inet_addr, %function;
2558inet_addr:
2559.weak inet_aton
2560.type inet_aton, %function;
2561inet_aton:
2562.globl inet_lnaof
2563.type inet_lnaof, %function;
2564inet_lnaof:
2565.globl inet_makeaddr
2566.type inet_makeaddr, %function;
2567inet_makeaddr:
2568.globl inet_netof
2569.type inet_netof, %function;
2570inet_netof:
2571.globl inet_network
2572.type inet_network, %function;
2573inet_network:
2574.globl inet_ntoa
2575.type inet_ntoa, %function;
2576inet_ntoa:
2577.globl inet_ntop
2578.type inet_ntop, %function;
2579inet_ntop:
2580.globl inet_pton
2581.type inet_pton, %function;
2582inet_pton:
2583.globl init_module
2584.type init_module, %function;
2585init_module:
2586.globl initgroups
2587.type initgroups, %function;
2588initgroups:
2589.globl initstate
2590.type initstate, %function;
2591initstate:
2592.globl inotify_add_watch
2593.type inotify_add_watch, %function;
2594inotify_add_watch:
2595.globl inotify_init
2596.type inotify_init, %function;
2597inotify_init:
2598.globl inotify_init1
2599.type inotify_init1, %function;
2600inotify_init1:
2601.globl inotify_rm_watch
2602.type inotify_rm_watch, %function;
2603inotify_rm_watch:
2604.globl insque
2605.type insque, %function;
2606insque:
2607.globl ioctl
2608.type ioctl, %function;
2609ioctl:
2610#if !defined(ARCH_aarch64) && !defined(ARCH_arm) && !defined(ARCH_hexagon) && !defined(ARCH_loongarch64) && !defined(ARCH_mips64) && !defined(ARCH_mipsn32) && !defined(ARCH_riscv32) && !defined(ARCH_riscv64) && !defined(ARCH_s390x)
2611.globl ioperm
2612.type ioperm, %function;
2613ioperm:
2614#endif
2615#if !defined(ARCH_aarch64) && !defined(ARCH_arm) && !defined(ARCH_hexagon) && !defined(ARCH_loongarch64) && !defined(ARCH_mips64) && !defined(ARCH_mipsn32) && !defined(ARCH_riscv32) && !defined(ARCH_riscv64) && !defined(ARCH_s390x)
2616.globl iopl
2617.type iopl, %function;
2618iopl:
2619#endif
2620.globl isalnum
2621.type isalnum, %function;
2622isalnum:
2623.weak isalnum_l
2624.type isalnum_l, %function;
2625isalnum_l:
2626.globl isalpha
2627.type isalpha, %function;
2628isalpha:
2629.weak isalpha_l
2630.type isalpha_l, %function;
2631isalpha_l:
2632.globl isascii
2633.type isascii, %function;
2634isascii:
2635.globl isastream
2636.type isastream, %function;
2637isastream:
2638.globl isatty
2639.type isatty, %function;
2640isatty:
2641.globl isblank
2642.type isblank, %function;
2643isblank:
2644.weak isblank_l
2645.type isblank_l, %function;
2646isblank_l:
2647.globl iscntrl
2648.type iscntrl, %function;
2649iscntrl:
2650.weak iscntrl_l
2651.type iscntrl_l, %function;
2652iscntrl_l:
2653.globl isdigit
2654.type isdigit, %function;
2655isdigit:
2656.weak isdigit_l
2657.type isdigit_l, %function;
2658isdigit_l:
2659.globl isgraph
2660.type isgraph, %function;
2661isgraph:
2662.weak isgraph_l
2663.type isgraph_l, %function;
2664isgraph_l:
2665.globl islower
2666.type islower, %function;
2667islower:
2668.weak islower_l
2669.type islower_l, %function;
2670islower_l:
2671.globl isprint
2672.type isprint, %function;
2673isprint:
2674.weak isprint_l
2675.type isprint_l, %function;
2676isprint_l:
2677.globl ispunct
2678.type ispunct, %function;
2679ispunct:
2680.weak ispunct_l
2681.type ispunct_l, %function;
2682ispunct_l:
2683.globl issetugid
2684.type issetugid, %function;
2685issetugid:
2686.globl isspace
2687.type isspace, %function;
2688isspace:
2689.weak isspace_l
2690.type isspace_l, %function;
2691isspace_l:
2692.globl isupper
2693.type isupper, %function;
2694isupper:
2695.weak isupper_l
2696.type isupper_l, %function;
2697isupper_l:
2698.globl iswalnum
2699.type iswalnum, %function;
2700iswalnum:
2701.weak iswalnum_l
2702.type iswalnum_l, %function;
2703iswalnum_l:
2704.globl iswalpha
2705.type iswalpha, %function;
2706iswalpha:
2707.weak iswalpha_l
2708.type iswalpha_l, %function;
2709iswalpha_l:
2710.globl iswblank
2711.type iswblank, %function;
2712iswblank:
2713.weak iswblank_l
2714.type iswblank_l, %function;
2715iswblank_l:
2716.globl iswcntrl
2717.type iswcntrl, %function;
2718iswcntrl:
2719.weak iswcntrl_l
2720.type iswcntrl_l, %function;
2721iswcntrl_l:
2722.globl iswctype
2723.type iswctype, %function;
2724iswctype:
2725.weak iswctype_l
2726.type iswctype_l, %function;
2727iswctype_l:
2728.globl iswdigit
2729.type iswdigit, %function;
2730iswdigit:
2731.weak iswdigit_l
2732.type iswdigit_l, %function;
2733iswdigit_l:
2734.globl iswgraph
2735.type iswgraph, %function;
2736iswgraph:
2737.weak iswgraph_l
2738.type iswgraph_l, %function;
2739iswgraph_l:
2740.globl iswlower
2741.type iswlower, %function;
2742iswlower:
2743.weak iswlower_l
2744.type iswlower_l, %function;
2745iswlower_l:
2746.globl iswprint
2747.type iswprint, %function;
2748iswprint:
2749.weak iswprint_l
2750.type iswprint_l, %function;
2751iswprint_l:
2752.globl iswpunct
2753.type iswpunct, %function;
2754iswpunct:
2755.weak iswpunct_l
2756.type iswpunct_l, %function;
2757iswpunct_l:
2758.globl iswspace
2759.type iswspace, %function;
2760iswspace:
2761.weak iswspace_l
2762.type iswspace_l, %function;
2763iswspace_l:
2764.globl iswupper
2765.type iswupper, %function;
2766iswupper:
2767.weak iswupper_l
2768.type iswupper_l, %function;
2769iswupper_l:
2770.globl iswxdigit
2771.type iswxdigit, %function;
2772iswxdigit:
2773.weak iswxdigit_l
2774.type iswxdigit_l, %function;
2775iswxdigit_l:
2776.globl isxdigit
2777.type isxdigit, %function;
2778isxdigit:
2779.weak isxdigit_l
2780.type isxdigit_l, %function;
2781isxdigit_l:
2782.globl j0
2783.type j0, %function;
2784j0:
2785.globl j0f
2786.type j0f, %function;
2787j0f:
2788.globl j1
2789.type j1, %function;
2790j1:
2791.globl j1f
2792.type j1f, %function;
2793j1f:
2794.globl jn
2795.type jn, %function;
2796jn:
2797.globl jnf
2798.type jnf, %function;
2799jnf:
2800.globl jrand48
2801.type jrand48, %function;
2802jrand48:
2803.globl kill
2804.type kill, %function;
2805kill:
2806.globl killpg
2807.type killpg, %function;
2808killpg:
2809.globl klogctl
2810.type klogctl, %function;
2811klogctl:
2812.globl l64a
2813.type l64a, %function;
2814l64a:
2815.globl labs
2816.type labs, %function;
2817labs:
2818.globl lchmod
2819.type lchmod, %function;
2820lchmod:
2821.globl lchown
2822.type lchown, %function;
2823lchown:
2824.globl lckpwdf
2825.type lckpwdf, %function;
2826lckpwdf:
2827.globl lcong48
2828.type lcong48, %function;
2829lcong48:
2830.globl ldexp
2831.type ldexp, %function;
2832ldexp:
2833.globl ldexpf
2834.type ldexpf, %function;
2835ldexpf:
2836.globl ldexpl
2837.type ldexpl, %function;
2838ldexpl:
2839.globl ldiv
2840.type ldiv, %function;
2841ldiv:
2842.globl lfind
2843.type lfind, %function;
2844lfind:
2845.globl lgamma
2846.type lgamma, %function;
2847lgamma:
2848.weak lgamma_r
2849.type lgamma_r, %function;
2850lgamma_r:
2851.globl lgammaf
2852.type lgammaf, %function;
2853lgammaf:
2854.weak lgammaf_r
2855.type lgammaf_r, %function;
2856lgammaf_r:
2857.globl lgammal
2858.type lgammal, %function;
2859lgammal:
2860.weak lgammal_r
2861.type lgammal_r, %function;
2862lgammal_r:
2863.globl lgetxattr
2864.type lgetxattr, %function;
2865lgetxattr:
2866.globl link
2867.type link, %function;
2868link:
2869.globl linkat
2870.type linkat, %function;
2871linkat:
2872.globl lio_listio
2873.type lio_listio, %function;
2874lio_listio:
2875.globl listen
2876.type listen, %function;
2877listen:
2878.globl listxattr
2879.type listxattr, %function;
2880listxattr:
2881.globl llabs
2882.type llabs, %function;
2883llabs:
2884.globl lldiv
2885.type lldiv, %function;
2886lldiv:
2887.globl llistxattr
2888.type llistxattr, %function;
2889llistxattr:
2890.globl llrint
2891.type llrint, %function;
2892llrint:
2893.globl llrintf
2894.type llrintf, %function;
2895llrintf:
2896.globl llrintl
2897.type llrintl, %function;
2898llrintl:
2899.globl llround
2900.type llround, %function;
2901llround:
2902.globl llroundf
2903.type llroundf, %function;
2904llroundf:
2905.globl llroundl
2906.type llroundl, %function;
2907llroundl:
2908.globl localeconv
2909.type localeconv, %function;
2910localeconv:
2911.globl localtime
2912.type localtime, %function;
2913localtime:
2914WEAKTIME64 localtime_r
2915.type localtime_r, %function;
2916localtime_r:
2917.globl lockf
2918.type lockf, %function;
2919lockf:
2920.globl log
2921.type log, %function;
2922log:
2923.globl log10
2924.type log10, %function;
2925log10:
2926.globl log10f
2927.type log10f, %function;
2928log10f:
2929.globl log10l
2930.type log10l, %function;
2931log10l:
2932.globl log1p
2933.type log1p, %function;
2934log1p:
2935.globl log1pf
2936.type log1pf, %function;
2937log1pf:
2938.globl log1pl
2939.type log1pl, %function;
2940log1pl:
2941.globl log2
2942.type log2, %function;
2943log2:
2944.globl log2f
2945.type log2f, %function;
2946log2f:
2947.globl log2l
2948.type log2l, %function;
2949log2l:
2950.globl logb
2951.type logb, %function;
2952logb:
2953.globl logbf
2954.type logbf, %function;
2955logbf:
2956.globl logbl
2957.type logbl, %function;
2958logbl:
2959.globl logf
2960.type logf, %function;
2961logf:
2962.globl login_tty
2963.type login_tty, %function;
2964login_tty:
2965.globl logl
2966.type logl, %function;
2967logl:
2968.globl longjmp
2969.type longjmp, %function;
2970longjmp:
2971.globl lrand48
2972.type lrand48, %function;
2973lrand48:
2974.globl lremovexattr
2975.type lremovexattr, %function;
2976lremovexattr:
2977.globl lrint
2978.type lrint, %function;
2979lrint:
2980.globl lrintf
2981.type lrintf, %function;
2982lrintf:
2983.globl lrintl
2984.type lrintl, %function;
2985lrintl:
2986.globl lround
2987.type lround, %function;
2988lround:
2989.globl lroundf
2990.type lroundf, %function;
2991lroundf:
2992.globl lroundl
2993.type lroundl, %function;
2994lroundl:
2995.globl lsearch
2996.type lsearch, %function;
2997lsearch:
2998.weak lseek
2999.type lseek, %function;
3000lseek:
3001.globl lsetxattr
3002.type lsetxattr, %function;
3003lsetxattr:
3004.globl lstat
3005.type lstat, %function;
3006lstat:
3007.globl lutimes
3008.type lutimes, %function;
3009lutimes:
3010.weak madvise
3011.type madvise, %function;
3012madvise:
3013.weak malloc
3014.type malloc, %function;
3015malloc:
3016.globl malloc_usable_size
3017.type malloc_usable_size, %function;
3018malloc_usable_size:
3019.globl mblen
3020.type mblen, %function;
3021mblen:
3022.globl mbrlen
3023.type mbrlen, %function;
3024mbrlen:
3025.globl mbrtoc16
3026.type mbrtoc16, %function;
3027mbrtoc16:
3028.globl mbrtoc32
3029.type mbrtoc32, %function;
3030mbrtoc32:
3031.globl mbrtowc
3032.type mbrtowc, %function;
3033mbrtowc:
3034.globl mbsinit
3035.type mbsinit, %function;
3036mbsinit:
3037.globl mbsnrtowcs
3038.type mbsnrtowcs, %function;
3039mbsnrtowcs:
3040.globl mbsrtowcs
3041.type mbsrtowcs, %function;
3042mbsrtowcs:
3043.globl mbstowcs
3044.type mbstowcs, %function;
3045mbstowcs:
3046.globl mbtowc
3047.type mbtowc, %function;
3048mbtowc:
3049.globl memalign
3050.type memalign, %function;
3051memalign:
3052.weak membarrier
3053.type membarrier, %function;
3054membarrier:
3055.globl memccpy
3056.type memccpy, %function;
3057memccpy:
3058.globl memchr
3059.type memchr, %function;
3060memchr:
3061.globl memcmp
3062.type memcmp, %function;
3063memcmp:
3064.globl memcpy
3065.type memcpy, %function;
3066memcpy:
3067.globl memfd_create
3068.type memfd_create, %function;
3069memfd_create:
3070.globl memmem
3071.type memmem, %function;
3072memmem:
3073.globl memmove
3074.type memmove, %function;
3075memmove:
3076.globl mempcpy
3077.type mempcpy, %function;
3078mempcpy:
3079.weak memrchr
3080.type memrchr, %function;
3081memrchr:
3082.globl memset
3083.type memset, %function;
3084memset:
3085.globl mincore
3086.type mincore, %function;
3087mincore:
3088.globl mkdir
3089.type mkdir, %function;
3090mkdir:
3091.globl mkdirat
3092.type mkdirat, %function;
3093mkdirat:
3094.globl mkdtemp
3095.type mkdtemp, %function;
3096mkdtemp:
3097.globl mkfifo
3098.type mkfifo, %function;
3099mkfifo:
3100.globl mkfifoat
3101.type mkfifoat, %function;
3102mkfifoat:
3103.globl mknod
3104.type mknod, %function;
3105mknod:
3106.globl mknodat
3107.type mknodat, %function;
3108mknodat:
3109.globl mkostemp
3110.type mkostemp, %function;
3111mkostemp:
3112.weak mkostemps
3113.type mkostemps, %function;
3114mkostemps:
3115.globl mkstemp
3116.type mkstemp, %function;
3117mkstemp:
3118.globl mkstemps
3119.type mkstemps, %function;
3120mkstemps:
3121.globl mktemp
3122.type mktemp, %function;
3123mktemp:
3124.globl mktime
3125.type mktime, %function;
3126mktime:
3127.globl mlock
3128.type mlock, %function;
3129mlock:
3130.globl mlock2
3131.type mlock2, %function;
3132mlock2:
3133.globl mlockall
3134.type mlockall, %function;
3135mlockall:
3136.weak mmap
3137.type mmap, %function;
3138mmap:
3139.globl modf
3140.type modf, %function;
3141modf:
3142.globl modff
3143.type modff, %function;
3144modff:
3145.globl modfl
3146.type modfl, %function;
3147modfl:
3148.globl mount
3149.type mount, %function;
3150mount:
3151.weak mprotect
3152.type mprotect, %function;
3153mprotect:
3154.globl mq_close
3155.type mq_close, %function;
3156mq_close:
3157.globl mq_getattr
3158.type mq_getattr, %function;
3159mq_getattr:
3160.globl mq_notify
3161.type mq_notify, %function;
3162mq_notify:
3163.globl mq_open
3164.type mq_open, %function;
3165mq_open:
3166.globl mq_receive
3167.type mq_receive, %function;
3168mq_receive:
3169.globl mq_send
3170.type mq_send, %function;
3171mq_send:
3172.globl mq_setattr
3173.type mq_setattr, %function;
3174mq_setattr:
3175.globl mq_timedreceive
3176.type mq_timedreceive, %function;
3177mq_timedreceive:
3178.globl mq_timedsend
3179.type mq_timedsend, %function;
3180mq_timedsend:
3181.globl mq_unlink
3182.type mq_unlink, %function;
3183mq_unlink:
3184.globl mrand48
3185.type mrand48, %function;
3186mrand48:
3187.weak mremap
3188.type mremap, %function;
3189mremap:
3190.globl msgctl
3191.type msgctl, %function;
3192msgctl:
3193.globl msgget
3194.type msgget, %function;
3195msgget:
3196.globl msgrcv
3197.type msgrcv, %function;
3198msgrcv:
3199.globl msgsnd
3200.type msgsnd, %function;
3201msgsnd:
3202.globl msync
3203.type msync, %function;
3204msync:
3205.globl mtx_destroy
3206.type mtx_destroy, %function;
3207mtx_destroy:
3208.globl mtx_init
3209.type mtx_init, %function;
3210mtx_init:
3211.globl mtx_lock
3212.type mtx_lock, %function;
3213mtx_lock:
3214.globl mtx_timedlock
3215.type mtx_timedlock, %function;
3216mtx_timedlock:
3217.globl mtx_trylock
3218.type mtx_trylock, %function;
3219mtx_trylock:
3220.globl mtx_unlock
3221.type mtx_unlock, %function;
3222mtx_unlock:
3223.globl munlock
3224.type munlock, %function;
3225munlock:
3226.globl munlockall
3227.type munlockall, %function;
3228munlockall:
3229.weak munmap
3230.type munmap, %function;
3231munmap:
3232.globl name_to_handle_at
3233.type name_to_handle_at, %function;
3234name_to_handle_at:
3235.globl nan
3236.type nan, %function;
3237nan:
3238.globl nanf
3239.type nanf, %function;
3240nanf:
3241.globl nanl
3242.type nanl, %function;
3243nanl:
3244.globl nanosleep
3245.type nanosleep, %function;
3246nanosleep:
3247.globl nearbyint
3248.type nearbyint, %function;
3249nearbyint:
3250.globl nearbyintf
3251.type nearbyintf, %function;
3252nearbyintf:
3253.globl nearbyintl
3254.type nearbyintl, %function;
3255nearbyintl:
3256.weak newlocale
3257.type newlocale, %function;
3258newlocale:
3259.globl nextafter
3260.type nextafter, %function;
3261nextafter:
3262.globl nextafterf
3263.type nextafterf, %function;
3264nextafterf:
3265.globl nextafterl
3266.type nextafterl, %function;
3267nextafterl:
3268.globl nexttoward
3269.type nexttoward, %function;
3270nexttoward:
3271.globl nexttowardf
3272.type nexttowardf, %function;
3273nexttowardf:
3274.globl nexttowardl
3275.type nexttowardl, %function;
3276nexttowardl:
3277.globl nftw
3278.type nftw, %function;
3279nftw:
3280.globl ngettext
3281.type ngettext, %function;
3282ngettext:
3283.globl nice
3284.type nice, %function;
3285nice:
3286.weak nl_langinfo
3287.type nl_langinfo, %function;
3288nl_langinfo:
3289.weak nl_langinfo_l
3290.type nl_langinfo_l, %function;
3291nl_langinfo_l:
3292.globl nrand48
3293.type nrand48, %function;
3294nrand48:
3295.globl ns_get16
3296.type ns_get16, %function;
3297ns_get16:
3298.globl ns_get32
3299.type ns_get32, %function;
3300ns_get32:
3301.globl ns_initparse
3302.type ns_initparse, %function;
3303ns_initparse:
3304.globl ns_name_uncompress
3305.type ns_name_uncompress, %function;
3306ns_name_uncompress:
3307.globl ns_parserr
3308.type ns_parserr, %function;
3309ns_parserr:
3310.globl ns_put16
3311.type ns_put16, %function;
3312ns_put16:
3313.globl ns_put32
3314.type ns_put32, %function;
3315ns_put32:
3316.globl ns_skiprr
3317.type ns_skiprr, %function;
3318ns_skiprr:
3319.globl ntohl
3320.type ntohl, %function;
3321ntohl:
3322.globl ntohs
3323.type ntohs, %function;
3324ntohs:
3325.globl open
3326.type open, %function;
3327open:
3328.globl open_by_handle_at
3329.type open_by_handle_at, %function;
3330open_by_handle_at:
3331.globl open_memstream
3332.type open_memstream, %function;
3333open_memstream:
3334.globl open_wmemstream
3335.type open_wmemstream, %function;
3336open_wmemstream:
3337.globl openat
3338.type openat, %function;
3339openat:
3340.globl opendir
3341.type opendir, %function;
3342opendir:
3343.globl openlog
3344.type openlog, %function;
3345openlog:
3346.globl openpty
3347.type openpty, %function;
3348openpty:
3349.globl pathconf
3350.type pathconf, %function;
3351pathconf:
3352.globl pause
3353.type pause, %function;
3354pause:
3355.globl pclose
3356.type pclose, %function;
3357pclose:
3358.globl perror
3359.type perror, %function;
3360perror:
3361.globl personality
3362.type personality, %function;
3363personality:
3364.globl pipe
3365.type pipe, %function;
3366pipe:
3367.globl pipe2
3368.type pipe2, %function;
3369pipe2:
3370.globl pivot_root
3371.type pivot_root, %function;
3372pivot_root:
3373.globl poll
3374.type poll, %function;
3375poll:
3376.globl popen
3377.type popen, %function;
3378popen:
3379.globl posix_close
3380.type posix_close, %function;
3381posix_close:
3382.globl posix_fadvise
3383.type posix_fadvise, %function;
3384posix_fadvise:
3385.globl posix_fallocate
3386.type posix_fallocate, %function;
3387posix_fallocate:
3388.globl posix_madvise
3389.type posix_madvise, %function;
3390posix_madvise:
3391.globl posix_memalign
3392.type posix_memalign, %function;
3393posix_memalign:
3394.globl posix_openpt
3395.type posix_openpt, %function;
3396posix_openpt:
3397.globl posix_spawn
3398.type posix_spawn, %function;
3399posix_spawn:
3400.globl posix_spawn_file_actions_addchdir_np
3401.type posix_spawn_file_actions_addchdir_np, %function;
3402posix_spawn_file_actions_addchdir_np:
3403.globl posix_spawn_file_actions_addclose
3404.type posix_spawn_file_actions_addclose, %function;
3405posix_spawn_file_actions_addclose:
3406.globl posix_spawn_file_actions_adddup2
3407.type posix_spawn_file_actions_adddup2, %function;
3408posix_spawn_file_actions_adddup2:
3409.globl posix_spawn_file_actions_addfchdir_np
3410.type posix_spawn_file_actions_addfchdir_np, %function;
3411posix_spawn_file_actions_addfchdir_np:
3412.globl posix_spawn_file_actions_addopen
3413.type posix_spawn_file_actions_addopen, %function;
3414posix_spawn_file_actions_addopen:
3415.globl posix_spawn_file_actions_destroy
3416.type posix_spawn_file_actions_destroy, %function;
3417posix_spawn_file_actions_destroy:
3418.globl posix_spawn_file_actions_init
3419.type posix_spawn_file_actions_init, %function;
3420posix_spawn_file_actions_init:
3421.globl posix_spawnattr_destroy
3422.type posix_spawnattr_destroy, %function;
3423posix_spawnattr_destroy:
3424.globl posix_spawnattr_getflags
3425.type posix_spawnattr_getflags, %function;
3426posix_spawnattr_getflags:
3427.globl posix_spawnattr_getpgroup
3428.type posix_spawnattr_getpgroup, %function;
3429posix_spawnattr_getpgroup:
3430.globl posix_spawnattr_getschedparam
3431.type posix_spawnattr_getschedparam, %function;
3432posix_spawnattr_getschedparam:
3433.globl posix_spawnattr_getschedpolicy
3434.type posix_spawnattr_getschedpolicy, %function;
3435posix_spawnattr_getschedpolicy:
3436.globl posix_spawnattr_getsigdefault
3437.type posix_spawnattr_getsigdefault, %function;
3438posix_spawnattr_getsigdefault:
3439.globl posix_spawnattr_getsigmask
3440.type posix_spawnattr_getsigmask, %function;
3441posix_spawnattr_getsigmask:
3442.globl posix_spawnattr_init
3443.type posix_spawnattr_init, %function;
3444posix_spawnattr_init:
3445.globl posix_spawnattr_setflags
3446.type posix_spawnattr_setflags, %function;
3447posix_spawnattr_setflags:
3448.globl posix_spawnattr_setpgroup
3449.type posix_spawnattr_setpgroup, %function;
3450posix_spawnattr_setpgroup:
3451.globl posix_spawnattr_setschedparam
3452.type posix_spawnattr_setschedparam, %function;
3453posix_spawnattr_setschedparam:
3454.globl posix_spawnattr_setschedpolicy
3455.type posix_spawnattr_setschedpolicy, %function;
3456posix_spawnattr_setschedpolicy:
3457.globl posix_spawnattr_setsigdefault
3458.type posix_spawnattr_setsigdefault, %function;
3459posix_spawnattr_setsigdefault:
3460.globl posix_spawnattr_setsigmask
3461.type posix_spawnattr_setsigmask, %function;
3462posix_spawnattr_setsigmask:
3463.globl posix_spawnp
3464.type posix_spawnp, %function;
3465posix_spawnp:
3466.globl pow
3467.type pow, %function;
3468pow:
3469.weak pow10
3470.type pow10, %function;
3471pow10:
3472.weak pow10f
3473.type pow10f, %function;
3474pow10f:
3475.weak pow10l
3476.type pow10l, %function;
3477pow10l:
3478.globl powf
3479.type powf, %function;
3480powf:
3481.globl powl
3482.type powl, %function;
3483powl:
3484.globl ppoll
3485.type ppoll, %function;
3486ppoll:
3487.globl prctl
3488.type prctl, %function;
3489prctl:
3490.globl pread
3491.type pread, %function;
3492pread:
3493.globl preadv
3494.type preadv, %function;
3495preadv:
3496.globl preadv2
3497.type preadv2, %function;
3498preadv2:
3499.globl printf
3500.type printf, %function;
3501printf:
3502.globl prlimit
3503.type prlimit, %function;
3504prlimit:
3505.globl process_vm_readv
3506.type process_vm_readv, %function;
3507process_vm_readv:
3508.globl process_vm_writev
3509.type process_vm_writev, %function;
3510process_vm_writev:
3511.globl pselect
3512.type pselect, %function;
3513pselect:
3514.globl psiginfo
3515.type psiginfo, %function;
3516psiginfo:
3517.globl psignal
3518.type psignal, %function;
3519psignal:
3520.globl pthread_atfork
3521.type pthread_atfork, %function;
3522pthread_atfork:
3523.globl pthread_attr_destroy
3524.type pthread_attr_destroy, %function;
3525pthread_attr_destroy:
3526.globl pthread_attr_getdetachstate
3527.type pthread_attr_getdetachstate, %function;
3528pthread_attr_getdetachstate:
3529.globl pthread_attr_getguardsize
3530.type pthread_attr_getguardsize, %function;
3531pthread_attr_getguardsize:
3532.globl pthread_attr_getinheritsched
3533.type pthread_attr_getinheritsched, %function;
3534pthread_attr_getinheritsched:
3535.globl pthread_attr_getschedparam
3536.type pthread_attr_getschedparam, %function;
3537pthread_attr_getschedparam:
3538.globl pthread_attr_getschedpolicy
3539.type pthread_attr_getschedpolicy, %function;
3540pthread_attr_getschedpolicy:
3541.globl pthread_attr_getscope
3542.type pthread_attr_getscope, %function;
3543pthread_attr_getscope:
3544.globl pthread_attr_getstack
3545.type pthread_attr_getstack, %function;
3546pthread_attr_getstack:
3547.globl pthread_attr_getstacksize
3548.type pthread_attr_getstacksize, %function;
3549pthread_attr_getstacksize:
3550.globl pthread_attr_init
3551.type pthread_attr_init, %function;
3552pthread_attr_init:
3553.globl pthread_attr_setdetachstate
3554.type pthread_attr_setdetachstate, %function;
3555pthread_attr_setdetachstate:
3556.globl pthread_attr_setguardsize
3557.type pthread_attr_setguardsize, %function;
3558pthread_attr_setguardsize:
3559.globl pthread_attr_setinheritsched
3560.type pthread_attr_setinheritsched, %function;
3561pthread_attr_setinheritsched:
3562.globl pthread_attr_setschedparam
3563.type pthread_attr_setschedparam, %function;
3564pthread_attr_setschedparam:
3565.globl pthread_attr_setschedpolicy
3566.type pthread_attr_setschedpolicy, %function;
3567pthread_attr_setschedpolicy:
3568.globl pthread_attr_setscope
3569.type pthread_attr_setscope, %function;
3570pthread_attr_setscope:
3571.globl pthread_attr_setstack
3572.type pthread_attr_setstack, %function;
3573pthread_attr_setstack:
3574.globl pthread_attr_setstacksize
3575.type pthread_attr_setstacksize, %function;
3576pthread_attr_setstacksize:
3577.globl pthread_barrier_destroy
3578.type pthread_barrier_destroy, %function;
3579pthread_barrier_destroy:
3580.globl pthread_barrier_init
3581.type pthread_barrier_init, %function;
3582pthread_barrier_init:
3583.globl pthread_barrier_wait
3584.type pthread_barrier_wait, %function;
3585pthread_barrier_wait:
3586.globl pthread_barrierattr_destroy
3587.type pthread_barrierattr_destroy, %function;
3588pthread_barrierattr_destroy:
3589.globl pthread_barrierattr_getpshared
3590.type pthread_barrierattr_getpshared, %function;
3591pthread_barrierattr_getpshared:
3592.globl pthread_barrierattr_init
3593.type pthread_barrierattr_init, %function;
3594pthread_barrierattr_init:
3595.globl pthread_barrierattr_setpshared
3596.type pthread_barrierattr_setpshared, %function;
3597pthread_barrierattr_setpshared:
3598.globl pthread_cancel
3599.type pthread_cancel, %function;
3600pthread_cancel:
3601.globl pthread_cond_broadcast
3602.type pthread_cond_broadcast, %function;
3603pthread_cond_broadcast:
3604.globl pthread_cond_destroy
3605.type pthread_cond_destroy, %function;
3606pthread_cond_destroy:
3607.globl pthread_cond_init
3608.type pthread_cond_init, %function;
3609pthread_cond_init:
3610.globl pthread_cond_signal
3611.type pthread_cond_signal, %function;
3612pthread_cond_signal:
3613WEAKTIME64 pthread_cond_timedwait
3614.type pthread_cond_timedwait, %function;
3615pthread_cond_timedwait:
3616.globl pthread_cond_wait
3617.type pthread_cond_wait, %function;
3618pthread_cond_wait:
3619.globl pthread_condattr_destroy
3620.type pthread_condattr_destroy, %function;
3621pthread_condattr_destroy:
3622.globl pthread_condattr_getclock
3623.type pthread_condattr_getclock, %function;
3624pthread_condattr_getclock:
3625.globl pthread_condattr_getpshared
3626.type pthread_condattr_getpshared, %function;
3627pthread_condattr_getpshared:
3628.globl pthread_condattr_init
3629.type pthread_condattr_init, %function;
3630pthread_condattr_init:
3631.globl pthread_condattr_setclock
3632.type pthread_condattr_setclock, %function;
3633pthread_condattr_setclock:
3634.globl pthread_condattr_setpshared
3635.type pthread_condattr_setpshared, %function;
3636pthread_condattr_setpshared:
3637.weak pthread_create
3638.type pthread_create, %function;
3639pthread_create:
3640.weak pthread_detach
3641.type pthread_detach, %function;
3642pthread_detach:
3643.weak pthread_equal
3644.type pthread_equal, %function;
3645pthread_equal:
3646.weak pthread_exit
3647.type pthread_exit, %function;
3648pthread_exit:
3649.globl pthread_getaffinity_np
3650.type pthread_getaffinity_np, %function;
3651pthread_getaffinity_np:
3652.globl pthread_getattr_default_np
3653.type pthread_getattr_default_np, %function;
3654pthread_getattr_default_np:
3655.globl pthread_getattr_np
3656.type pthread_getattr_np, %function;
3657pthread_getattr_np:
3658.globl pthread_getconcurrency
3659.type pthread_getconcurrency, %function;
3660pthread_getconcurrency:
3661.globl pthread_getcpuclockid
3662.type pthread_getcpuclockid, %function;
3663pthread_getcpuclockid:
3664.globl pthread_getname_np
3665.type pthread_getname_np, %function;
3666pthread_getname_np:
3667.globl pthread_getschedparam
3668.type pthread_getschedparam, %function;
3669pthread_getschedparam:
3670.weak pthread_getspecific
3671.type pthread_getspecific, %function;
3672pthread_getspecific:
3673.weak pthread_join
3674.type pthread_join, %function;
3675pthread_join:
3676.weak pthread_key_create
3677.type pthread_key_create, %function;
3678pthread_key_create:
3679.weak pthread_key_delete
3680.type pthread_key_delete, %function;
3681pthread_key_delete:
3682.globl pthread_kill
3683.type pthread_kill, %function;
3684pthread_kill:
3685.globl pthread_mutex_consistent
3686.type pthread_mutex_consistent, %function;
3687pthread_mutex_consistent:
3688.globl pthread_mutex_destroy
3689.type pthread_mutex_destroy, %function;
3690pthread_mutex_destroy:
3691.globl pthread_mutex_getprioceiling
3692.type pthread_mutex_getprioceiling, %function;
3693pthread_mutex_getprioceiling:
3694.globl pthread_mutex_init
3695.type pthread_mutex_init, %function;
3696pthread_mutex_init:
3697.weak pthread_mutex_lock
3698.type pthread_mutex_lock, %function;
3699pthread_mutex_lock:
3700.globl pthread_mutex_setprioceiling
3701.type pthread_mutex_setprioceiling, %function;
3702pthread_mutex_setprioceiling:
3703WEAKTIME64 pthread_mutex_timedlock
3704.type pthread_mutex_timedlock, %function;
3705pthread_mutex_timedlock:
3706.weak pthread_mutex_trylock
3707.type pthread_mutex_trylock, %function;
3708pthread_mutex_trylock:
3709.weak pthread_mutex_unlock
3710.type pthread_mutex_unlock, %function;
3711pthread_mutex_unlock:
3712.globl pthread_mutexattr_destroy
3713.type pthread_mutexattr_destroy, %function;
3714pthread_mutexattr_destroy:
3715.globl pthread_mutexattr_getprotocol
3716.type pthread_mutexattr_getprotocol, %function;
3717pthread_mutexattr_getprotocol:
3718.globl pthread_mutexattr_getpshared
3719.type pthread_mutexattr_getpshared, %function;
3720pthread_mutexattr_getpshared:
3721.globl pthread_mutexattr_getrobust
3722.type pthread_mutexattr_getrobust, %function;
3723pthread_mutexattr_getrobust:
3724.globl pthread_mutexattr_gettype
3725.type pthread_mutexattr_gettype, %function;
3726pthread_mutexattr_gettype:
3727.globl pthread_mutexattr_init
3728.type pthread_mutexattr_init, %function;
3729pthread_mutexattr_init:
3730.globl pthread_mutexattr_setprotocol
3731.type pthread_mutexattr_setprotocol, %function;
3732pthread_mutexattr_setprotocol:
3733.globl pthread_mutexattr_setpshared
3734.type pthread_mutexattr_setpshared, %function;
3735pthread_mutexattr_setpshared:
3736.globl pthread_mutexattr_setrobust
3737.type pthread_mutexattr_setrobust, %function;
3738pthread_mutexattr_setrobust:
3739.globl pthread_mutexattr_settype
3740.type pthread_mutexattr_settype, %function;
3741pthread_mutexattr_settype:
3742.weak pthread_once
3743.type pthread_once, %function;
3744pthread_once:
3745.globl pthread_rwlock_destroy
3746.type pthread_rwlock_destroy, %function;
3747pthread_rwlock_destroy:
3748.globl pthread_rwlock_init
3749.type pthread_rwlock_init, %function;
3750pthread_rwlock_init:
3751.weak pthread_rwlock_rdlock
3752.type pthread_rwlock_rdlock, %function;
3753pthread_rwlock_rdlock:
3754WEAKTIME64 pthread_rwlock_timedrdlock
3755.type pthread_rwlock_timedrdlock, %function;
3756pthread_rwlock_timedrdlock:
3757WEAKTIME64 pthread_rwlock_timedwrlock
3758.type pthread_rwlock_timedwrlock, %function;
3759pthread_rwlock_timedwrlock:
3760.weak pthread_rwlock_tryrdlock
3761.type pthread_rwlock_tryrdlock, %function;
3762pthread_rwlock_tryrdlock:
3763.weak pthread_rwlock_trywrlock
3764.type pthread_rwlock_trywrlock, %function;
3765pthread_rwlock_trywrlock:
3766.weak pthread_rwlock_unlock
3767.type pthread_rwlock_unlock, %function;
3768pthread_rwlock_unlock:
3769.weak pthread_rwlock_wrlock
3770.type pthread_rwlock_wrlock, %function;
3771pthread_rwlock_wrlock:
3772.globl pthread_rwlockattr_destroy
3773.type pthread_rwlockattr_destroy, %function;
3774pthread_rwlockattr_destroy:
3775.globl pthread_rwlockattr_getpshared
3776.type pthread_rwlockattr_getpshared, %function;
3777pthread_rwlockattr_getpshared:
3778.globl pthread_rwlockattr_init
3779.type pthread_rwlockattr_init, %function;
3780pthread_rwlockattr_init:
3781.globl pthread_rwlockattr_setpshared
3782.type pthread_rwlockattr_setpshared, %function;
3783pthread_rwlockattr_setpshared:
3784.weak pthread_self
3785.type pthread_self, %function;
3786pthread_self:
3787.globl pthread_setaffinity_np
3788.type pthread_setaffinity_np, %function;
3789pthread_setaffinity_np:
3790.globl pthread_setattr_default_np
3791.type pthread_setattr_default_np, %function;
3792pthread_setattr_default_np:
3793.weak pthread_setcancelstate
3794.type pthread_setcancelstate, %function;
3795pthread_setcancelstate:
3796.globl pthread_setcanceltype
3797.type pthread_setcanceltype, %function;
3798pthread_setcanceltype:
3799.globl pthread_setconcurrency
3800.type pthread_setconcurrency, %function;
3801pthread_setconcurrency:
3802.globl pthread_setname_np
3803.type pthread_setname_np, %function;
3804pthread_setname_np:
3805.globl pthread_setschedparam
3806.type pthread_setschedparam, %function;
3807pthread_setschedparam:
3808.globl pthread_setschedprio
3809.type pthread_setschedprio, %function;
3810pthread_setschedprio:
3811.globl pthread_setspecific
3812.type pthread_setspecific, %function;
3813pthread_setspecific:
3814.globl pthread_sigmask
3815.type pthread_sigmask, %function;
3816pthread_sigmask:
3817.globl pthread_spin_destroy
3818.type pthread_spin_destroy, %function;
3819pthread_spin_destroy:
3820.globl pthread_spin_init
3821.type pthread_spin_init, %function;
3822pthread_spin_init:
3823.globl pthread_spin_lock
3824.type pthread_spin_lock, %function;
3825pthread_spin_lock:
3826.globl pthread_spin_trylock
3827.type pthread_spin_trylock, %function;
3828pthread_spin_trylock:
3829.globl pthread_spin_unlock
3830.type pthread_spin_unlock, %function;
3831pthread_spin_unlock:
3832.weak pthread_testcancel
3833.type pthread_testcancel, %function;
3834pthread_testcancel:
3835WEAKTIME64 pthread_timedjoin_np
3836.type pthread_timedjoin_np, %function;
3837pthread_timedjoin_np:
3838.weak pthread_tryjoin_np
3839.type pthread_tryjoin_np, %function;
3840pthread_tryjoin_np:
3841.globl ptrace
3842.type ptrace, %function;
3843ptrace:
3844.globl ptsname
3845.type ptsname, %function;
3846ptsname:
3847.weak ptsname_r
3848.type ptsname_r, %function;
3849ptsname_r:
3850.globl putc
3851.type putc, %function;
3852putc:
3853.globl putc_unlocked
3854.type putc_unlocked, %function;
3855putc_unlocked:
3856.globl putchar
3857.type putchar, %function;
3858putchar:
3859.globl putchar_unlocked
3860.type putchar_unlocked, %function;
3861putchar_unlocked:
3862.globl putenv
3863.type putenv, %function;
3864putenv:
3865.globl putgrent
3866.type putgrent, %function;
3867putgrent:
3868.globl putpwent
3869.type putpwent, %function;
3870putpwent:
3871.globl puts
3872.type puts, %function;
3873puts:
3874.globl putspent
3875.type putspent, %function;
3876putspent:
3877.weak pututline
3878.type pututline, %function;
3879pututline:
3880.globl pututxline
3881.type pututxline, %function;
3882pututxline:
3883.globl putw
3884.type putw, %function;
3885putw:
3886.globl putwc
3887.type putwc, %function;
3888putwc:
3889.weak putwc_unlocked
3890.type putwc_unlocked, %function;
3891putwc_unlocked:
3892.globl putwchar
3893.type putwchar, %function;
3894putwchar:
3895.weak putwchar_unlocked
3896.type putwchar_unlocked, %function;
3897putwchar_unlocked:
3898.globl pwrite
3899.type pwrite, %function;
3900pwrite:
3901.globl pwritev
3902.type pwritev, %function;
3903pwritev:
3904.globl pwritev2
3905.type pwritev2, %function;
3906pwritev2:
3907.globl qsort
3908.type qsort, %function;
3909qsort:
3910.weak qsort_r
3911.type qsort_r, %function;
3912qsort_r:
3913.globl quick_exit
3914.type quick_exit, %function;
3915quick_exit:
3916.globl quotactl
3917.type quotactl, %function;
3918quotactl:
3919.globl raise
3920.type raise, %function;
3921raise:
3922.globl rand
3923.type rand, %function;
3924rand:
3925.globl rand_r
3926.type rand_r, %function;
3927rand_r:
3928.globl random
3929.type random, %function;
3930random:
3931.globl read
3932.type read, %function;
3933read:
3934.globl readahead
3935.type readahead, %function;
3936readahead:
3937.globl readdir
3938.type readdir, %function;
3939readdir:
3940.globl readdir_r
3941.type readdir_r, %function;
3942readdir_r:
3943.globl readlink
3944.type readlink, %function;
3945readlink:
3946.globl readlinkat
3947.type readlinkat, %function;
3948readlinkat:
3949.globl readv
3950.type readv, %function;
3951readv:
3952.globl realloc
3953.type realloc, %function;
3954realloc:
3955.globl reallocarray
3956.type reallocarray, %function;
3957reallocarray:
3958.globl realpath
3959.type realpath, %function;
3960realpath:
3961.globl reboot
3962.type reboot, %function;
3963reboot:
3964.globl recv
3965.type recv, %function;
3966recv:
3967.globl recvfrom
3968.type recvfrom, %function;
3969recvfrom:
3970.globl recvmmsg
3971.type recvmmsg, %function;
3972recvmmsg:
3973.globl recvmsg
3974.type recvmsg, %function;
3975recvmsg:
3976.globl regcomp
3977.type regcomp, %function;
3978regcomp:
3979.globl regerror
3980.type regerror, %function;
3981regerror:
3982.globl regexec
3983.type regexec, %function;
3984regexec:
3985.globl regfree
3986.type regfree, %function;
3987regfree:
3988.globl remainder
3989.type remainder, %function;
3990remainder:
3991.globl remainderf
3992.type remainderf, %function;
3993remainderf:
3994.globl remainderl
3995.type remainderl, %function;
3996remainderl:
3997.globl remap_file_pages
3998.type remap_file_pages, %function;
3999remap_file_pages:
4000.globl remove
4001.type remove, %function;
4002remove:
4003.globl removexattr
4004.type removexattr, %function;
4005removexattr:
4006.globl remque
4007.type remque, %function;
4008remque:
4009.globl remquo
4010.type remquo, %function;
4011remquo:
4012.globl remquof
4013.type remquof, %function;
4014remquof:
4015.globl remquol
4016.type remquol, %function;
4017remquol:
4018.globl rename
4019.type rename, %function;
4020rename:
4021.globl renameat
4022.type renameat, %function;
4023renameat:
4024.globl res_init
4025.type res_init, %function;
4026res_init:
4027.weak res_mkquery
4028.type res_mkquery, %function;
4029res_mkquery:
4030.globl res_query
4031.type res_query, %function;
4032res_query:
4033.globl res_querydomain
4034.type res_querydomain, %function;
4035res_querydomain:
4036.weak res_search
4037.type res_search, %function;
4038res_search:
4039.weak res_send
4040.type res_send, %function;
4041res_send:
4042.globl rewind
4043.type rewind, %function;
4044rewind:
4045.globl rewinddir
4046.type rewinddir, %function;
4047rewinddir:
4048.globl rindex
4049.type rindex, %function;
4050rindex:
4051.globl rint
4052.type rint, %function;
4053rint:
4054.globl rintf
4055.type rintf, %function;
4056rintf:
4057.globl rintl
4058.type rintl, %function;
4059rintl:
4060#ifdef FAMILY_riscv
4061.weak riscv_flush_icache
4062.type riscv_flush_icache, %function;
4063riscv_flush_icache:
4064#endif
4065.globl rmdir
4066.type rmdir, %function;
4067rmdir:
4068.globl round
4069.type round, %function;
4070round:
4071.globl roundf
4072.type roundf, %function;
4073roundf:
4074.globl roundl
4075.type roundl, %function;
4076roundl:
4077.globl sbrk
4078.type sbrk, %function;
4079sbrk:
4080.globl scalb
4081.type scalb, %function;
4082scalb:
4083.globl scalbf
4084.type scalbf, %function;
4085scalbf:
4086.globl scalbln
4087.type scalbln, %function;
4088scalbln:
4089.globl scalblnf
4090.type scalblnf, %function;
4091scalblnf:
4092.globl scalblnl
4093.type scalblnl, %function;
4094scalblnl:
4095.globl scalbn
4096.type scalbn, %function;
4097scalbn:
4098.globl scalbnf
4099.type scalbnf, %function;
4100scalbnf:
4101.globl scalbnl
4102.type scalbnl, %function;
4103scalbnl:
4104.globl scandir
4105.type scandir, %function;
4106scandir:
4107.globl scanf
4108.type scanf, %function;
4109scanf:
4110.globl sched_get_priority_max
4111.type sched_get_priority_max, %function;
4112sched_get_priority_max:
4113.globl sched_get_priority_min
4114.type sched_get_priority_min, %function;
4115sched_get_priority_min:
4116.globl sched_getaffinity
4117.type sched_getaffinity, %function;
4118sched_getaffinity:
4119.globl sched_getcpu
4120.type sched_getcpu, %function;
4121sched_getcpu:
4122.globl sched_getparam
4123.type sched_getparam, %function;
4124sched_getparam:
4125.globl sched_getscheduler
4126.type sched_getscheduler, %function;
4127sched_getscheduler:
4128.globl sched_rr_get_interval
4129.type sched_rr_get_interval, %function;
4130sched_rr_get_interval:
4131.globl sched_setaffinity
4132.type sched_setaffinity, %function;
4133sched_setaffinity:
4134.globl sched_setparam
4135.type sched_setparam, %function;
4136sched_setparam:
4137.globl sched_setscheduler
4138.type sched_setscheduler, %function;
4139sched_setscheduler:
4140.globl sched_yield
4141.type sched_yield, %function;
4142sched_yield:
4143.globl secure_getenv
4144.type secure_getenv, %function;
4145secure_getenv:
4146.globl seed48
4147.type seed48, %function;
4148seed48:
4149.globl seekdir
4150.type seekdir, %function;
4151seekdir:
4152.globl select
4153.type select, %function;
4154select:
4155.globl sem_close
4156.type sem_close, %function;
4157sem_close:
4158.globl sem_destroy
4159.type sem_destroy, %function;
4160sem_destroy:
4161.globl sem_getvalue
4162.type sem_getvalue, %function;
4163sem_getvalue:
4164.globl sem_init
4165.type sem_init, %function;
4166sem_init:
4167.globl sem_open
4168.type sem_open, %function;
4169sem_open:
4170.globl sem_post
4171.type sem_post, %function;
4172sem_post:
4173.globl sem_timedwait
4174.type sem_timedwait, %function;
4175sem_timedwait:
4176.globl sem_trywait
4177.type sem_trywait, %function;
4178sem_trywait:
4179.globl sem_unlink
4180.type sem_unlink, %function;
4181sem_unlink:
4182.globl sem_wait
4183.type sem_wait, %function;
4184sem_wait:
4185.globl semctl
4186.type semctl, %function;
4187semctl:
4188.globl semget
4189.type semget, %function;
4190semget:
4191.globl semop
4192.type semop, %function;
4193semop:
4194.globl semtimedop
4195.type semtimedop, %function;
4196semtimedop:
4197.globl send
4198.type send, %function;
4199send:
4200.globl sendfile
4201.type sendfile, %function;
4202sendfile:
4203.globl sendmmsg
4204.type sendmmsg, %function;
4205sendmmsg:
4206.globl sendmsg
4207.type sendmsg, %function;
4208sendmsg:
4209.globl sendto
4210.type sendto, %function;
4211sendto:
4212.globl setbuf
4213.type setbuf, %function;
4214setbuf:
4215.globl setbuffer
4216.type setbuffer, %function;
4217setbuffer:
4218.globl setdomainname
4219.type setdomainname, %function;
4220setdomainname:
4221.globl setegid
4222.type setegid, %function;
4223setegid:
4224.globl setenv
4225.type setenv, %function;
4226setenv:
4227.globl seteuid
4228.type seteuid, %function;
4229seteuid:
4230.globl setfsgid
4231.type setfsgid, %function;
4232setfsgid:
4233.globl setfsuid
4234.type setfsuid, %function;
4235setfsuid:
4236.globl setgid
4237.type setgid, %function;
4238setgid:
4239.globl setgrent
4240.type setgrent, %function;
4241setgrent:
4242.globl setgroups
4243.type setgroups, %function;
4244setgroups:
4245.globl sethostent
4246.type sethostent, %function;
4247sethostent:
4248.globl sethostname
4249.type sethostname, %function;
4250sethostname:
4251.globl setitimer
4252.type setitimer, %function;
4253setitimer:
4254.globl setjmp
4255.type setjmp, %function;
4256setjmp:
4257.globl setkey
4258.type setkey, %function;
4259setkey:
4260.globl setlinebuf
4261.type setlinebuf, %function;
4262setlinebuf:
4263.globl setlocale
4264.type setlocale, %function;
4265setlocale:
4266.globl setlogmask
4267.type setlogmask, %function;
4268setlogmask:
4269.globl setmntent
4270.type setmntent, %function;
4271setmntent:
4272.weak setnetent
4273.type setnetent, %function;
4274setnetent:
4275.globl setns
4276.type setns, %function;
4277setns:
4278.globl setpgid
4279.type setpgid, %function;
4280setpgid:
4281.globl setpgrp
4282.type setpgrp, %function;
4283setpgrp:
4284.globl setpriority
4285.type setpriority, %function;
4286setpriority:
4287.globl setprotoent
4288.type setprotoent, %function;
4289setprotoent:
4290.globl setpwent
4291.type setpwent, %function;
4292setpwent:
4293.globl setregid
4294.type setregid, %function;
4295setregid:
4296.globl setresgid
4297.type setresgid, %function;
4298setresgid:
4299.globl setresuid
4300.type setresuid, %function;
4301setresuid:
4302.globl setreuid
4303.type setreuid, %function;
4304setreuid:
4305.globl setrlimit
4306.type setrlimit, %function;
4307setrlimit:
4308.globl setservent
4309.type setservent, %function;
4310setservent:
4311.globl setsid
4312.type setsid, %function;
4313setsid:
4314.globl setsockopt
4315.type setsockopt, %function;
4316setsockopt:
4317.globl setspent
4318.type setspent, %function;
4319setspent:
4320.globl setstate
4321.type setstate, %function;
4322setstate:
4323.globl settimeofday
4324.type settimeofday, %function;
4325settimeofday:
4326.globl setuid
4327.type setuid, %function;
4328setuid:
4329.globl setusershell
4330.type setusershell, %function;
4331setusershell:
4332.weak setutent
4333.type setutent, %function;
4334setutent:
4335.globl setutxent
4336.type setutxent, %function;
4337setutxent:
4338.globl setvbuf
4339.type setvbuf, %function;
4340setvbuf:
4341.globl setxattr
4342.type setxattr, %function;
4343setxattr:
4344.globl shm_open
4345.type shm_open, %function;
4346shm_open:
4347.globl shm_unlink
4348.type shm_unlink, %function;
4349shm_unlink:
4350.globl shmat
4351.type shmat, %function;
4352shmat:
4353.globl shmctl
4354.type shmctl, %function;
4355shmctl:
4356.globl shmdt
4357.type shmdt, %function;
4358shmdt:
4359.globl shmget
4360.type shmget, %function;
4361shmget:
4362.globl shutdown
4363.type shutdown, %function;
4364shutdown:
4365.weak sigaction
4366.type sigaction, %function;
4367sigaction:
4368.globl sigaddset
4369.type sigaddset, %function;
4370sigaddset:
4371.globl sigaltstack
4372.type sigaltstack, %function;
4373sigaltstack:
4374.globl sigandset
4375.type sigandset, %function;
4376sigandset:
4377.globl sigdelset
4378.type sigdelset, %function;
4379sigdelset:
4380.globl sigemptyset
4381.type sigemptyset, %function;
4382sigemptyset:
4383.globl sigfillset
4384.type sigfillset, %function;
4385sigfillset:
4386.globl sighold
4387.type sighold, %function;
4388sighold:
4389.globl sigignore
4390.type sigignore, %function;
4391sigignore:
4392.globl siginterrupt
4393.type siginterrupt, %function;
4394siginterrupt:
4395.globl sigisemptyset
4396.type sigisemptyset, %function;
4397sigisemptyset:
4398.globl sigismember
4399.type sigismember, %function;
4400sigismember:
4401.globl siglongjmp
4402.type siglongjmp, %function;
4403siglongjmp:
4404.globl signal
4405.type signal, %function;
4406signal:
4407.globl signalfd
4408.type signalfd, %function;
4409signalfd:
4410.globl significand
4411.type significand, %function;
4412significand:
4413.globl significandf
4414.type significandf, %function;
4415significandf:
4416.globl sigorset
4417.type sigorset, %function;
4418sigorset:
4419.globl sigpause
4420.type sigpause, %function;
4421sigpause:
4422.globl sigpending
4423.type sigpending, %function;
4424sigpending:
4425.globl sigprocmask
4426.type sigprocmask, %function;
4427sigprocmask:
4428.globl sigqueue
4429.type sigqueue, %function;
4430sigqueue:
4431.globl sigrelse
4432.type sigrelse, %function;
4433sigrelse:
4434.globl sigset
4435.type sigset, %function;
4436sigset:
4437.globl sigsetjmp
4438.type sigsetjmp, %function;
4439sigsetjmp:
4440.globl sigsuspend
4441.type sigsuspend, %function;
4442sigsuspend:
4443.globl sigtimedwait
4444.type sigtimedwait, %function;
4445sigtimedwait:
4446.globl sigwait
4447.type sigwait, %function;
4448sigwait:
4449.globl sigwaitinfo
4450.type sigwaitinfo, %function;
4451sigwaitinfo:
4452.globl sin
4453.type sin, %function;
4454sin:
4455.globl sincos
4456.type sincos, %function;
4457sincos:
4458.globl sincosf
4459.type sincosf, %function;
4460sincosf:
4461.globl sincosl
4462.type sincosl, %function;
4463sincosl:
4464.globl sinf
4465.type sinf, %function;
4466sinf:
4467.globl sinh
4468.type sinh, %function;
4469sinh:
4470.globl sinhf
4471.type sinhf, %function;
4472sinhf:
4473.globl sinhl
4474.type sinhl, %function;
4475sinhl:
4476.globl sinl
4477.type sinl, %function;
4478sinl:
4479.globl sleep
4480.type sleep, %function;
4481sleep:
4482.globl snprintf
4483.type snprintf, %function;
4484snprintf:
4485.globl sockatmark
4486.type sockatmark, %function;
4487sockatmark:
4488.globl socket
4489.type socket, %function;
4490socket:
4491.globl socketpair
4492.type socketpair, %function;
4493socketpair:
4494.globl splice
4495.type splice, %function;
4496splice:
4497.globl sprintf
4498.type sprintf, %function;
4499sprintf:
4500.globl sqrt
4501.type sqrt, %function;
4502sqrt:
4503.globl sqrtf
4504.type sqrtf, %function;
4505sqrtf:
4506.globl sqrtl
4507.type sqrtl, %function;
4508sqrtl:
4509.globl srand
4510.type srand, %function;
4511srand:
4512.globl srand48
4513.type srand48, %function;
4514srand48:
4515.globl srandom
4516.type srandom, %function;
4517srandom:
4518.globl sscanf
4519.type sscanf, %function;
4520sscanf:
4521.globl stat
4522.type stat, %function;
4523stat:
4524.weak statfs
4525.type statfs, %function;
4526statfs:
4527.globl statvfs
4528.type statvfs, %function;
4529statvfs:
4530.globl statx
4531.type statx, %function;
4532statx:
4533.globl stime
4534.type stime, %function;
4535stime:
4536.weak stpcpy
4537.type stpcpy, %function;
4538stpcpy:
4539.weak stpncpy
4540.type stpncpy, %function;
4541stpncpy:
4542.globl strcasecmp
4543.type strcasecmp, %function;
4544strcasecmp:
4545.weak strcasecmp_l
4546.type strcasecmp_l, %function;
4547strcasecmp_l:
4548.globl strcasestr
4549.type strcasestr, %function;
4550strcasestr:
4551.globl strcat
4552.type strcat, %function;
4553strcat:
4554.globl strchr
4555.type strchr, %function;
4556strchr:
4557.weak strchrnul
4558.type strchrnul, %function;
4559strchrnul:
4560.globl strcmp
4561.type strcmp, %function;
4562strcmp:
4563.globl strcoll
4564.type strcoll, %function;
4565strcoll:
4566.weak strcoll_l
4567.type strcoll_l, %function;
4568strcoll_l:
4569.globl strcpy
4570.type strcpy, %function;
4571strcpy:
4572.globl strcspn
4573.type strcspn, %function;
4574strcspn:
4575.globl strdup
4576.type strdup, %function;
4577strdup:
4578.globl strerror
4579.type strerror, %function;
4580strerror:
4581.weak strerror_l
4582.type strerror_l, %function;
4583strerror_l:
4584.globl strerror_r
4585.type strerror_r, %function;
4586strerror_r:
4587.globl strfmon
4588.type strfmon, %function;
4589strfmon:
4590.globl strfmon_l
4591.type strfmon_l, %function;
4592strfmon_l:
4593.globl strftime
4594.type strftime, %function;
4595strftime:
4596.weak strftime_l
4597.type strftime_l, %function;
4598strftime_l:
4599.globl strlcat
4600.type strlcat, %function;
4601strlcat:
4602.globl strlcpy
4603.type strlcpy, %function;
4604strlcpy:
4605.globl strlen
4606.type strlen, %function;
4607strlen:
4608.globl strncasecmp
4609.type strncasecmp, %function;
4610strncasecmp:
4611.weak strncasecmp_l
4612.type strncasecmp_l, %function;
4613strncasecmp_l:
4614.globl strncat
4615.type strncat, %function;
4616strncat:
4617.globl strncmp
4618.type strncmp, %function;
4619strncmp:
4620.globl strncpy
4621.type strncpy, %function;
4622strncpy:
4623.globl strndup
4624.type strndup, %function;
4625strndup:
4626.globl strnlen
4627.type strnlen, %function;
4628strnlen:
4629.globl strpbrk
4630.type strpbrk, %function;
4631strpbrk:
4632.globl strptime
4633.type strptime, %function;
4634strptime:
4635.globl strrchr
4636.type strrchr, %function;
4637strrchr:
4638.globl strsep
4639.type strsep, %function;
4640strsep:
4641.globl strsignal
4642.type strsignal, %function;
4643strsignal:
4644.globl strspn
4645.type strspn, %function;
4646strspn:
4647.globl strstr
4648.type strstr, %function;
4649strstr:
4650.globl strtod
4651.type strtod, %function;
4652strtod:
4653.globl strtod_l
4654.type strtod_l, %function;
4655strtod_l:
4656.globl strtof
4657.type strtof, %function;
4658strtof:
4659.globl strtof_l
4660.type strtof_l, %function;
4661strtof_l:
4662.globl strtoimax
4663.type strtoimax, %function;
4664strtoimax:
4665.globl strtok
4666.type strtok, %function;
4667strtok:
4668.globl strtok_r
4669.type strtok_r, %function;
4670strtok_r:
4671.globl strtol
4672.type strtol, %function;
4673strtol:
4674.globl strtold
4675.type strtold, %function;
4676strtold:
4677.globl strtold_l
4678.type strtold_l, %function;
4679strtold_l:
4680.globl strtoll
4681.type strtoll, %function;
4682strtoll:
4683.globl strtoul
4684.type strtoul, %function;
4685strtoul:
4686.globl strtoull
4687.type strtoull, %function;
4688strtoull:
4689.globl strtoumax
4690.type strtoumax, %function;
4691strtoumax:
4692.globl strverscmp
4693.type strverscmp, %function;
4694strverscmp:
4695.globl strxfrm
4696.type strxfrm, %function;
4697strxfrm:
4698.weak strxfrm_l
4699.type strxfrm_l, %function;
4700strxfrm_l:
4701.globl swab
4702.type swab, %function;
4703swab:
4704.globl swapoff
4705.type swapoff, %function;
4706swapoff:
4707.globl swapon
4708.type swapon, %function;
4709swapon:
4710.globl swprintf
4711.type swprintf, %function;
4712swprintf:
4713.globl swscanf
4714.type swscanf, %function;
4715swscanf:
4716.globl symlink
4717.type symlink, %function;
4718symlink:
4719.globl symlinkat
4720.type symlinkat, %function;
4721symlinkat:
4722.globl sync
4723.type sync, %function;
4724sync:
4725.globl sync_file_range
4726.type sync_file_range, %function;
4727sync_file_range:
4728.globl syncfs
4729.type syncfs, %function;
4730syncfs:
4731.globl syscall
4732.type syscall, %function;
4733syscall:
4734.globl sysconf
4735.type sysconf, %function;
4736sysconf:
4737.weak sysinfo
4738.type sysinfo, %function;
4739sysinfo:
4740.globl syslog
4741.type syslog, %function;
4742syslog:
4743.globl system
4744.type system, %function;
4745system:
4746.globl tan
4747.type tan, %function;
4748tan:
4749.globl tanf
4750.type tanf, %function;
4751tanf:
4752.globl tanh
4753.type tanh, %function;
4754tanh:
4755.globl tanhf
4756.type tanhf, %function;
4757tanhf:
4758.globl tanhl
4759.type tanhl, %function;
4760tanhl:
4761.globl tanl
4762.type tanl, %function;
4763tanl:
4764.globl tcdrain
4765.type tcdrain, %function;
4766tcdrain:
4767.globl tcflow
4768.type tcflow, %function;
4769tcflow:
4770.globl tcflush
4771.type tcflush, %function;
4772tcflush:
4773.globl tcgetattr
4774.type tcgetattr, %function;
4775tcgetattr:
4776.globl tcgetpgrp
4777.type tcgetpgrp, %function;
4778tcgetpgrp:
4779.globl tcgetsid
4780.type tcgetsid, %function;
4781tcgetsid:
4782.globl tcgetwinsize
4783.type tcgetwinsize, %function;
4784tcgetwinsize:
4785.globl tcsendbreak
4786.type tcsendbreak, %function;
4787tcsendbreak:
4788.globl tcsetattr
4789.type tcsetattr, %function;
4790tcsetattr:
4791.globl tcsetpgrp
4792.type tcsetpgrp, %function;
4793tcsetpgrp:
4794.globl tcsetwinsize
4795.type tcsetwinsize, %function;
4796tcsetwinsize:
4797.globl tdelete
4798.type tdelete, %function;
4799tdelete:
4800.globl tdestroy
4801.type tdestroy, %function;
4802tdestroy:
4803.globl tee
4804.type tee, %function;
4805tee:
4806.globl telldir
4807.type telldir, %function;
4808telldir:
4809.globl tempnam
4810.type tempnam, %function;
4811tempnam:
4812.globl textdomain
4813.type textdomain, %function;
4814textdomain:
4815.globl tfind
4816.type tfind, %function;
4817tfind:
4818.globl tgamma
4819.type tgamma, %function;
4820tgamma:
4821.globl tgammaf
4822.type tgammaf, %function;
4823tgammaf:
4824.globl tgammal
4825.type tgammal, %function;
4826tgammal:
4827.globl thrd_create
4828.type thrd_create, %function;
4829thrd_create:
4830.weak thrd_current
4831.type thrd_current, %function;
4832thrd_current:
4833.weak thrd_detach
4834.type thrd_detach, %function;
4835thrd_detach:
4836.weak thrd_equal
4837.type thrd_equal, %function;
4838thrd_equal:
4839.globl thrd_exit
4840.type thrd_exit, %function;
4841thrd_exit:
4842.globl thrd_join
4843.type thrd_join, %function;
4844thrd_join:
4845.globl thrd_sleep
4846.type thrd_sleep, %function;
4847thrd_sleep:
4848.globl thrd_yield
4849.type thrd_yield, %function;
4850thrd_yield:
4851.globl time
4852.type time, %function;
4853time:
4854.globl timegm
4855.type timegm, %function;
4856timegm:
4857.globl timer_create
4858.type timer_create, %function;
4859timer_create:
4860.globl timer_delete
4861.type timer_delete, %function;
4862timer_delete:
4863.globl timer_getoverrun
4864.type timer_getoverrun, %function;
4865timer_getoverrun:
4866.globl timer_gettime
4867.type timer_gettime, %function;
4868timer_gettime:
4869.globl timer_settime
4870.type timer_settime, %function;
4871timer_settime:
4872.globl timerfd_create
4873.type timerfd_create, %function;
4874timerfd_create:
4875.globl timerfd_gettime
4876.type timerfd_gettime, %function;
4877timerfd_gettime:
4878.globl timerfd_settime
4879.type timerfd_settime, %function;
4880timerfd_settime:
4881.globl times
4882.type times, %function;
4883times:
4884.globl timespec_get
4885.type timespec_get, %function;
4886timespec_get:
4887.globl tmpfile
4888.type tmpfile, %function;
4889tmpfile:
4890.globl tmpnam
4891.type tmpnam, %function;
4892tmpnam:
4893.globl toascii
4894.type toascii, %function;
4895toascii:
4896.globl tolower
4897.type tolower, %function;
4898tolower:
4899.weak tolower_l
4900.type tolower_l, %function;
4901tolower_l:
4902.globl toupper
4903.type toupper, %function;
4904toupper:
4905.weak toupper_l
4906.type toupper_l, %function;
4907toupper_l:
4908.globl towctrans
4909.type towctrans, %function;
4910towctrans:
4911.weak towctrans_l
4912.type towctrans_l, %function;
4913towctrans_l:
4914.globl towlower
4915.type towlower, %function;
4916towlower:
4917.weak towlower_l
4918.type towlower_l, %function;
4919towlower_l:
4920.globl towupper
4921.type towupper, %function;
4922towupper:
4923.weak towupper_l
4924.type towupper_l, %function;
4925towupper_l:
4926.globl trunc
4927.type trunc, %function;
4928trunc:
4929.globl truncate
4930.type truncate, %function;
4931truncate:
4932.globl truncf
4933.type truncf, %function;
4934truncf:
4935.globl truncl
4936.type truncl, %function;
4937truncl:
4938.globl tsearch
4939.type tsearch, %function;
4940tsearch:
4941.globl tss_create
4942.type tss_create, %function;
4943tss_create:
4944.globl tss_delete
4945.type tss_delete, %function;
4946tss_delete:
4947.weak tss_get
4948.type tss_get, %function;
4949tss_get:
4950.globl tss_set
4951.type tss_set, %function;
4952tss_set:
4953.globl ttyname
4954.type ttyname, %function;
4955ttyname:
4956.globl ttyname_r
4957.type ttyname_r, %function;
4958ttyname_r:
4959.globl twalk
4960.type twalk, %function;
4961twalk:
4962.weak tzset
4963.type tzset, %function;
4964tzset:
4965.globl ualarm
4966.type ualarm, %function;
4967ualarm:
4968.globl ulckpwdf
4969.type ulckpwdf, %function;
4970ulckpwdf:
4971.globl ulimit
4972.type ulimit, %function;
4973ulimit:
4974.globl umask
4975.type umask, %function;
4976umask:
4977.globl umount
4978.type umount, %function;
4979umount:
4980.globl umount2
4981.type umount2, %function;
4982umount2:
4983.globl uname
4984.type uname, %function;
4985uname:
4986.globl ungetc
4987.type ungetc, %function;
4988ungetc:
4989.globl ungetwc
4990.type ungetwc, %function;
4991ungetwc:
4992.globl unlink
4993.type unlink, %function;
4994unlink:
4995.globl unlinkat
4996.type unlinkat, %function;
4997unlinkat:
4998.globl unlockpt
4999.type unlockpt, %function;
5000unlockpt:
5001.globl unsetenv
5002.type unsetenv, %function;
5003unsetenv:
5004.globl unshare
5005.type unshare, %function;
5006unshare:
5007.weak updwtmp
5008.type updwtmp, %function;
5009updwtmp:
5010.globl updwtmpx
5011.type updwtmpx, %function;
5012updwtmpx:
5013.weak uselocale
5014.type uselocale, %function;
5015uselocale:
5016.globl usleep
5017.type usleep, %function;
5018usleep:
5019.globl utime
5020.type utime, %function;
5021utime:
5022.globl utimensat
5023.type utimensat, %function;
5024utimensat:
5025.globl utimes
5026.type utimes, %function;
5027utimes:
5028.weak utmpname
5029.type utmpname, %function;
5030utmpname:
5031.weak utmpxname
5032.type utmpxname, %function;
5033utmpxname:
5034.globl valloc
5035.type valloc, %function;
5036valloc:
5037.globl vasprintf
5038.type vasprintf, %function;
5039vasprintf:
5040.globl vdprintf
5041.type vdprintf, %function;
5042vdprintf:
5043.globl verr
5044.type verr, %function;
5045verr:
5046.globl verrx
5047.type verrx, %function;
5048verrx:
5049.globl versionsort
5050.type versionsort, %function;
5051versionsort:
5052.globl vfork
5053.type vfork, %function;
5054vfork:
5055.globl vfprintf
5056.type vfprintf, %function;
5057vfprintf:
5058.globl vfscanf
5059.type vfscanf, %function;
5060vfscanf:
5061.globl vfwprintf
5062.type vfwprintf, %function;
5063vfwprintf:
5064.globl vfwscanf
5065.type vfwscanf, %function;
5066vfwscanf:
5067.globl vhangup
5068.type vhangup, %function;
5069vhangup:
5070.globl vmsplice
5071.type vmsplice, %function;
5072vmsplice:
5073.globl vprintf
5074.type vprintf, %function;
5075vprintf:
5076.globl vscanf
5077.type vscanf, %function;
5078vscanf:
5079.globl vsnprintf
5080.type vsnprintf, %function;
5081vsnprintf:
5082.globl vsprintf
5083.type vsprintf, %function;
5084vsprintf:
5085.globl vsscanf
5086.type vsscanf, %function;
5087vsscanf:
5088.globl vswprintf
5089.type vswprintf, %function;
5090vswprintf:
5091.globl vswscanf
5092.type vswscanf, %function;
5093vswscanf:
5094.weak vsyslog
5095.type vsyslog, %function;
5096vsyslog:
5097.globl vwarn
5098.type vwarn, %function;
5099vwarn:
5100.globl vwarnx
5101.type vwarnx, %function;
5102vwarnx:
5103.globl vwprintf
5104.type vwprintf, %function;
5105vwprintf:
5106.globl vwscanf
5107.type vwscanf, %function;
5108vwscanf:
5109.globl wait
5110.type wait, %function;
5111wait:
5112.globl wait3
5113.type wait3, %function;
5114wait3:
5115.globl wait4
5116.type wait4, %function;
5117wait4:
5118.globl waitid
5119.type waitid, %function;
5120waitid:
5121.globl waitpid
5122.type waitpid, %function;
5123waitpid:
5124.globl warn
5125.type warn, %function;
5126warn:
5127.globl warnx
5128.type warnx, %function;
5129warnx:
5130.globl wcpcpy
5131.type wcpcpy, %function;
5132wcpcpy:
5133.globl wcpncpy
5134.type wcpncpy, %function;
5135wcpncpy:
5136.globl wcrtomb
5137.type wcrtomb, %function;
5138wcrtomb:
5139.globl wcscasecmp
5140.type wcscasecmp, %function;
5141wcscasecmp:
5142.globl wcscasecmp_l
5143.type wcscasecmp_l, %function;
5144wcscasecmp_l:
5145.globl wcscat
5146.type wcscat, %function;
5147wcscat:
5148.globl wcschr
5149.type wcschr, %function;
5150wcschr:
5151.globl wcscmp
5152.type wcscmp, %function;
5153wcscmp:
5154.globl wcscoll
5155.type wcscoll, %function;
5156wcscoll:
5157.weak wcscoll_l
5158.type wcscoll_l, %function;
5159wcscoll_l:
5160.globl wcscpy
5161.type wcscpy, %function;
5162wcscpy:
5163.globl wcscspn
5164.type wcscspn, %function;
5165wcscspn:
5166.globl wcsdup
5167.type wcsdup, %function;
5168wcsdup:
5169.globl wcsftime
5170.type wcsftime, %function;
5171wcsftime:
5172.weak wcsftime_l
5173.type wcsftime_l, %function;
5174wcsftime_l:
5175.globl wcslen
5176.type wcslen, %function;
5177wcslen:
5178.globl wcsncasecmp
5179.type wcsncasecmp, %function;
5180wcsncasecmp:
5181.globl wcsncasecmp_l
5182.type wcsncasecmp_l, %function;
5183wcsncasecmp_l:
5184.globl wcsncat
5185.type wcsncat, %function;
5186wcsncat:
5187.globl wcsncmp
5188.type wcsncmp, %function;
5189wcsncmp:
5190.globl wcsncpy
5191.type wcsncpy, %function;
5192wcsncpy:
5193.globl wcsnlen
5194.type wcsnlen, %function;
5195wcsnlen:
5196.globl wcsnrtombs
5197.type wcsnrtombs, %function;
5198wcsnrtombs:
5199.globl wcspbrk
5200.type wcspbrk, %function;
5201wcspbrk:
5202.globl wcsrchr
5203.type wcsrchr, %function;
5204wcsrchr:
5205.globl wcsrtombs
5206.type wcsrtombs, %function;
5207wcsrtombs:
5208.globl wcsspn
5209.type wcsspn, %function;
5210wcsspn:
5211.globl wcsstr
5212.type wcsstr, %function;
5213wcsstr:
5214.globl wcstod
5215.type wcstod, %function;
5216wcstod:
5217.globl wcstof
5218.type wcstof, %function;
5219wcstof:
5220.globl wcstoimax
5221.type wcstoimax, %function;
5222wcstoimax:
5223.globl wcstok
5224.type wcstok, %function;
5225wcstok:
5226.globl wcstol
5227.type wcstol, %function;
5228wcstol:
5229.globl wcstold
5230.type wcstold, %function;
5231wcstold:
5232.globl wcstoll
5233.type wcstoll, %function;
5234wcstoll:
5235.globl wcstombs
5236.type wcstombs, %function;
5237wcstombs:
5238.globl wcstoul
5239.type wcstoul, %function;
5240wcstoul:
5241.globl wcstoull
5242.type wcstoull, %function;
5243wcstoull:
5244.globl wcstoumax
5245.type wcstoumax, %function;
5246wcstoumax:
5247.globl wcswcs
5248.type wcswcs, %function;
5249wcswcs:
5250.globl wcswidth
5251.type wcswidth, %function;
5252wcswidth:
5253.globl wcsxfrm
5254.type wcsxfrm, %function;
5255wcsxfrm:
5256.weak wcsxfrm_l
5257.type wcsxfrm_l, %function;
5258wcsxfrm_l:
5259.globl wctob
5260.type wctob, %function;
5261wctob:
5262.globl wctomb
5263.type wctomb, %function;
5264wctomb:
5265.globl wctrans
5266.type wctrans, %function;
5267wctrans:
5268.weak wctrans_l
5269.type wctrans_l, %function;
5270wctrans_l:
5271.globl wctype
5272.type wctype, %function;
5273wctype:
5274.weak wctype_l
5275.type wctype_l, %function;
5276wctype_l:
5277.globl wcwidth
5278.type wcwidth, %function;
5279wcwidth:
5280.globl wmemchr
5281.type wmemchr, %function;
5282wmemchr:
5283.globl wmemcmp
5284.type wmemcmp, %function;
5285wmemcmp:
5286.globl wmemcpy
5287.type wmemcpy, %function;
5288wmemcpy:
5289.globl wmemmove
5290.type wmemmove, %function;
5291wmemmove:
5292.globl wmemset
5293.type wmemset, %function;
5294wmemset:
5295.globl wordexp
5296.type wordexp, %function;
5297wordexp:
5298.globl wordfree
5299.type wordfree, %function;
5300wordfree:
5301.globl wprintf
5302.type wprintf, %function;
5303wprintf:
5304.globl write
5305.type write, %function;
5306write:
5307.globl writev
5308.type writev, %function;
5309writev:
5310.globl wscanf
5311.type wscanf, %function;
5312wscanf:
5313.globl y0
5314.type y0, %function;
5315y0:
5316.globl y0f
5317.type y0f, %function;
5318y0f:
5319.globl y1
5320.type y1, %function;
5321y1:
5322.globl y1f
5323.type y1f, %function;
5324y1f:
5325.globl yn
5326.type yn, %function;
5327yn:
5328.globl ynf
5329.type ynf, %function;
5330ynf: