authorgravatar for mail@isaacfreund.comIsaac Freund <mail@isaacfreund.com> 2020-12-13 22:12:55+01:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2020-12-13 23:19:23-05:00
log343249efd845c30fbdcb18a37ebb356ab19da742
tree31f89db9c20db11da174a2a8e22b9c43a6b80b04
parent481ce7361e075138e06bffff8c68ce8bf8c8eac3

stage2: use %type not @type for libc stubs

Apparently ARM uses @ for comments. Everything seems to accept % here though.

3 files changed, 1667 insertions(+), 1667 deletions(-)

lib/libc/musl/libc.s+1663-1663
......@@ -103,4995 +103,4995 @@ in6addr_any:
103103in6addr_loopback:
104104.text
105105.globl _Exit
106.type _Exit, @function;
106.type _Exit, %function;
107107_Exit:
108108.weak _IO_feof_unlocked
109.type _IO_feof_unlocked, @function;
109.type _IO_feof_unlocked, %function;
110110_IO_feof_unlocked:
111111.weak _IO_ferror_unlocked
112.type _IO_ferror_unlocked, @function;
112.type _IO_ferror_unlocked, %function;
113113_IO_ferror_unlocked:
114114.weak _IO_getc
115.type _IO_getc, @function;
115.type _IO_getc, %function;
116116_IO_getc:
117117.weak _IO_getc_unlocked
118.type _IO_getc_unlocked, @function;
118.type _IO_getc_unlocked, %function;
119119_IO_getc_unlocked:
120120.weak _IO_putc
121.type _IO_putc, @function;
121.type _IO_putc, %function;
122122_IO_putc:
123123.weak _IO_putc_unlocked
124.type _IO_putc_unlocked, @function;
124.type _IO_putc_unlocked, %function;
125125_IO_putc_unlocked:
126126.globl __assert_fail
127.type __assert_fail, @function;
127.type __assert_fail, %function;
128128__assert_fail:
129129.globl __ctype_b_loc
130.type __ctype_b_loc, @function;
130.type __ctype_b_loc, %function;
131131__ctype_b_loc:
132132.globl __ctype_get_mb_cur_max
133.type __ctype_get_mb_cur_max, @function;
133.type __ctype_get_mb_cur_max, %function;
134134__ctype_get_mb_cur_max:
135135.globl __ctype_tolower_loc
136.type __ctype_tolower_loc, @function;
136.type __ctype_tolower_loc, %function;
137137__ctype_tolower_loc:
138138.globl __ctype_toupper_loc
139.type __ctype_toupper_loc, @function;
139.type __ctype_toupper_loc, %function;
140140__ctype_toupper_loc:
141141.globl __cxa_atexit
142.type __cxa_atexit, @function;
142.type __cxa_atexit, %function;
143143__cxa_atexit:
144144.globl __cxa_finalize
145.type __cxa_finalize, @function;
145.type __cxa_finalize, %function;
146146__cxa_finalize:
147147.globl __dls2b
148.type __dls2b, @function;
148.type __dls2b, %function;
149149__dls2b:
150150.globl __dls3
151.type __dls3, @function;
151.type __dls3, %function;
152152__dls3:
153153.globl __duplocale
154.type __duplocale, @function;
154.type __duplocale, %function;
155155__duplocale:
156156.globl __errno_location
157.type __errno_location, @function;
157.type __errno_location, %function;
158158__errno_location:
159159.globl __fbufsize
160.type __fbufsize, @function;
160.type __fbufsize, %function;
161161__fbufsize:
162162.globl __fgetwc_unlocked
163.type __fgetwc_unlocked, @function;
163.type __fgetwc_unlocked, %function;
164164__fgetwc_unlocked:
165165.globl __flbf
166.type __flbf, @function;
166.type __flbf, %function;
167167__flbf:
168168.globl __flt_rounds
169.type __flt_rounds, @function;
169.type __flt_rounds, %function;
170170__flt_rounds:
171171.globl __fpclassify
172.type __fpclassify, @function;
172.type __fpclassify, %function;
173173__fpclassify:
174174.globl __fpclassifyf
175.type __fpclassifyf, @function;
175.type __fpclassifyf, %function;
176176__fpclassifyf:
177177.globl __fpclassifyl
178.type __fpclassifyl, @function;
178.type __fpclassifyl, %function;
179179__fpclassifyl:
180180.globl __fpending
181.type __fpending, @function;
181.type __fpending, %function;
182182__fpending:
183183.globl __fpurge
184.type __fpurge, @function;
184.type __fpurge, %function;
185185__fpurge:
186186.globl __fputwc_unlocked
187.type __fputwc_unlocked, @function;
187.type __fputwc_unlocked, %function;
188188__fputwc_unlocked:
189189.globl __freadable
190.type __freadable, @function;
190.type __freadable, %function;
191191__freadable:
192192.globl __freadahead
193.type __freadahead, @function;
193.type __freadahead, %function;
194194__freadahead:
195195.globl __freading
196.type __freading, @function;
196.type __freading, %function;
197197__freading:
198198.globl __freadptr
199.type __freadptr, @function;
199.type __freadptr, %function;
200200__freadptr:
201201.globl __freadptrinc
202.type __freadptrinc, @function;
202.type __freadptrinc, %function;
203203__freadptrinc:
204204.weak __freelocale
205.type __freelocale, @function;
205.type __freelocale, %function;
206206__freelocale:
207207.globl __fseterr
208.type __fseterr, @function;
208.type __fseterr, %function;
209209__fseterr:
210210.globl __fsetlocking
211.type __fsetlocking, @function;
211.type __fsetlocking, %function;
212212__fsetlocking:
213213.globl __fwritable
214.type __fwritable, @function;
214.type __fwritable, %function;
215215__fwritable:
216216.globl __fwriting
217.type __fwriting, @function;
217.type __fwriting, %function;
218218__fwriting:
219219.globl __fxstat
220.type __fxstat, @function;
220.type __fxstat, %function;
221221__fxstat:
222222.weak __fxstat64
223.type __fxstat64, @function;
223.type __fxstat64, %function;
224224__fxstat64:
225225.globl __fxstatat
226.type __fxstatat, @function;
226.type __fxstatat, %function;
227227__fxstatat:
228228.weak __fxstatat64
229.type __fxstatat64, @function;
229.type __fxstatat64, %function;
230230__fxstatat64:
231231.weak __getdelim
232.type __getdelim, @function;
232.type __getdelim, %function;
233233__getdelim:
234234.globl __h_errno_location
235.type __h_errno_location, @function;
235.type __h_errno_location, %function;
236236__h_errno_location:
237237.globl __isalnum_l
238.type __isalnum_l, @function;
238.type __isalnum_l, %function;
239239__isalnum_l:
240240.globl __isalpha_l
241.type __isalpha_l, @function;
241.type __isalpha_l, %function;
242242__isalpha_l:
243243.globl __isblank_l
244.type __isblank_l, @function;
244.type __isblank_l, %function;
245245__isblank_l:
246246.globl __iscntrl_l
247.type __iscntrl_l, @function;
247.type __iscntrl_l, %function;
248248__iscntrl_l:
249249.globl __isdigit_l
250.type __isdigit_l, @function;
250.type __isdigit_l, %function;
251251__isdigit_l:
252252.globl __isgraph_l
253.type __isgraph_l, @function;
253.type __isgraph_l, %function;
254254__isgraph_l:
255255.globl __islower_l
256.type __islower_l, @function;
256.type __islower_l, %function;
257257__islower_l:
258258.weak __isoc99_fscanf
259.type __isoc99_fscanf, @function;
259.type __isoc99_fscanf, %function;
260260__isoc99_fscanf:
261261.weak __isoc99_fwscanf
262.type __isoc99_fwscanf, @function;
262.type __isoc99_fwscanf, %function;
263263__isoc99_fwscanf:
264264.weak __isoc99_scanf
265.type __isoc99_scanf, @function;
265.type __isoc99_scanf, %function;
266266__isoc99_scanf:
267267.weak __isoc99_sscanf
268.type __isoc99_sscanf, @function;
268.type __isoc99_sscanf, %function;
269269__isoc99_sscanf:
270270.weak __isoc99_swscanf
271.type __isoc99_swscanf, @function;
271.type __isoc99_swscanf, %function;
272272__isoc99_swscanf:
273273.weak __isoc99_vfscanf
274.type __isoc99_vfscanf, @function;
274.type __isoc99_vfscanf, %function;
275275__isoc99_vfscanf:
276276.weak __isoc99_vfwscanf
277.type __isoc99_vfwscanf, @function;
277.type __isoc99_vfwscanf, %function;
278278__isoc99_vfwscanf:
279279.weak __isoc99_vscanf
280.type __isoc99_vscanf, @function;
280.type __isoc99_vscanf, %function;
281281__isoc99_vscanf:
282282.weak __isoc99_vsscanf
283.type __isoc99_vsscanf, @function;
283.type __isoc99_vsscanf, %function;
284284__isoc99_vsscanf:
285285.weak __isoc99_vswscanf
286.type __isoc99_vswscanf, @function;
286.type __isoc99_vswscanf, %function;
287287__isoc99_vswscanf:
288288.weak __isoc99_vwscanf
289.type __isoc99_vwscanf, @function;
289.type __isoc99_vwscanf, %function;
290290__isoc99_vwscanf:
291291.weak __isoc99_wscanf
292.type __isoc99_wscanf, @function;
292.type __isoc99_wscanf, %function;
293293__isoc99_wscanf:
294294.globl __isprint_l
295.type __isprint_l, @function;
295.type __isprint_l, %function;
296296__isprint_l:
297297.globl __ispunct_l
298.type __ispunct_l, @function;
298.type __ispunct_l, %function;
299299__ispunct_l:
300300.globl __isspace_l
301.type __isspace_l, @function;
301.type __isspace_l, %function;
302302__isspace_l:
303303.globl __isupper_l
304.type __isupper_l, @function;
304.type __isupper_l, %function;
305305__isupper_l:
306306.globl __iswalnum_l
307.type __iswalnum_l, @function;
307.type __iswalnum_l, %function;
308308__iswalnum_l:
309309.globl __iswalpha_l
310.type __iswalpha_l, @function;
310.type __iswalpha_l, %function;
311311__iswalpha_l:
312312.globl __iswblank_l
313.type __iswblank_l, @function;
313.type __iswblank_l, %function;
314314__iswblank_l:
315315.globl __iswcntrl_l
316.type __iswcntrl_l, @function;
316.type __iswcntrl_l, %function;
317317__iswcntrl_l:
318318.globl __iswctype_l
319.type __iswctype_l, @function;
319.type __iswctype_l, %function;
320320__iswctype_l:
321321.globl __iswdigit_l
322.type __iswdigit_l, @function;
322.type __iswdigit_l, %function;
323323__iswdigit_l:
324324.globl __iswgraph_l
325.type __iswgraph_l, @function;
325.type __iswgraph_l, %function;
326326__iswgraph_l:
327327.globl __iswlower_l
328.type __iswlower_l, @function;
328.type __iswlower_l, %function;
329329__iswlower_l:
330330.globl __iswprint_l
331.type __iswprint_l, @function;
331.type __iswprint_l, %function;
332332__iswprint_l:
333333.globl __iswpunct_l
334.type __iswpunct_l, @function;
334.type __iswpunct_l, %function;
335335__iswpunct_l:
336336.globl __iswspace_l
337.type __iswspace_l, @function;
337.type __iswspace_l, %function;
338338__iswspace_l:
339339.globl __iswupper_l
340.type __iswupper_l, @function;
340.type __iswupper_l, %function;
341341__iswupper_l:
342342.globl __iswxdigit_l
343.type __iswxdigit_l, @function;
343.type __iswxdigit_l, %function;
344344__iswxdigit_l:
345345.globl __isxdigit_l
346.type __isxdigit_l, @function;
346.type __isxdigit_l, %function;
347347__isxdigit_l:
348348.globl __lgammal_r
349.type __lgammal_r, @function;
349.type __lgammal_r, %function;
350350__lgammal_r:
351351.globl __libc_current_sigrtmax
352.type __libc_current_sigrtmax, @function;
352.type __libc_current_sigrtmax, %function;
353353__libc_current_sigrtmax:
354354.globl __libc_current_sigrtmin
355.type __libc_current_sigrtmin, @function;
355.type __libc_current_sigrtmin, %function;
356356__libc_current_sigrtmin:
357357.globl __libc_start_main
358.type __libc_start_main, @function;
358.type __libc_start_main, %function;
359359__libc_start_main:
360360.globl __lxstat
361.type __lxstat, @function;
361.type __lxstat, %function;
362362__lxstat:
363363.weak __lxstat64
364.type __lxstat64, @function;
364.type __lxstat64, %function;
365365__lxstat64:
366366.globl __newlocale
367.type __newlocale, @function;
367.type __newlocale, %function;
368368__newlocale:
369369.globl __nl_langinfo
370.type __nl_langinfo, @function;
370.type __nl_langinfo, %function;
371371__nl_langinfo:
372372.globl __nl_langinfo_l
373.type __nl_langinfo_l, @function;
373.type __nl_langinfo_l, %function;
374374__nl_langinfo_l:
375375.globl __overflow
376.type __overflow, @function;
376.type __overflow, %function;
377377.protected __overflow
378378__overflow:
379379.weak __posix_getopt
380.type __posix_getopt, @function;
380.type __posix_getopt, %function;
381381__posix_getopt:
382382.globl __res_state
383.type __res_state, @function;
383.type __res_state, %function;
384384__res_state:
385385.globl __sched_cpucount
386.type __sched_cpucount, @function;
386.type __sched_cpucount, %function;
387387__sched_cpucount:
388388.globl __setjmp
389.type __setjmp, @function;
389.type __setjmp, %function;
390390__setjmp:
391391.globl __signbit
392.type __signbit, @function;
392.type __signbit, %function;
393393__signbit:
394394.globl __signbitf
395.type __signbitf, @function;
395.type __signbitf, %function;
396396__signbitf:
397397.globl __signbitl
398.type __signbitl, @function;
398.type __signbitl, %function;
399399__signbitl:
400400.globl __sigsetjmp
401.type __sigsetjmp, @function;
401.type __sigsetjmp, %function;
402402__sigsetjmp:
403403.globl __stack_chk_fail
404.type __stack_chk_fail, @function;
404.type __stack_chk_fail, %function;
405405__stack_chk_fail:
406406.globl __strcasecmp_l
407.type __strcasecmp_l, @function;
407.type __strcasecmp_l, %function;
408408__strcasecmp_l:
409409.globl __strcoll_l
410.type __strcoll_l, @function;
410.type __strcoll_l, %function;
411411__strcoll_l:
412412.globl __strerror_l
413.type __strerror_l, @function;
413.type __strerror_l, %function;
414414__strerror_l:
415415.globl __strncasecmp_l
416.type __strncasecmp_l, @function;
416.type __strncasecmp_l, %function;
417417__strncasecmp_l:
418418.weak __strtod_l
419.type __strtod_l, @function;
419.type __strtod_l, %function;
420420__strtod_l:
421421.weak __strtof_l
422.type __strtof_l, @function;
422.type __strtof_l, %function;
423423__strtof_l:
424424.weak __strtoimax_internal
425.type __strtoimax_internal, @function;
425.type __strtoimax_internal, %function;
426426__strtoimax_internal:
427427.weak __strtol_internal
428.type __strtol_internal, @function;
428.type __strtol_internal, %function;
429429__strtol_internal:
430430.weak __strtold_l
431.type __strtold_l, @function;
431.type __strtold_l, %function;
432432__strtold_l:
433433.weak __strtoll_internal
434.type __strtoll_internal, @function;
434.type __strtoll_internal, %function;
435435__strtoll_internal:
436436.weak __strtoul_internal
437.type __strtoul_internal, @function;
437.type __strtoul_internal, %function;
438438__strtoul_internal:
439439.weak __strtoull_internal
440.type __strtoull_internal, @function;
440.type __strtoull_internal, %function;
441441__strtoull_internal:
442442.weak __strtoumax_internal
443.type __strtoumax_internal, @function;
443.type __strtoumax_internal, %function;
444444__strtoumax_internal:
445445.globl __strxfrm_l
446.type __strxfrm_l, @function;
446.type __strxfrm_l, %function;
447447__strxfrm_l:
448448.weak __sysv_signal
449.type __sysv_signal, @function;
449.type __sysv_signal, %function;
450450__sysv_signal:
451451.globl __tls_get_addr
452.type __tls_get_addr, @function;
452.type __tls_get_addr, %function;
453453__tls_get_addr:
454454.globl __tolower_l
455.type __tolower_l, @function;
455.type __tolower_l, %function;
456456__tolower_l:
457457.globl __toupper_l
458.type __toupper_l, @function;
458.type __toupper_l, %function;
459459__toupper_l:
460460.globl __towctrans_l
461.type __towctrans_l, @function;
461.type __towctrans_l, %function;
462462__towctrans_l:
463463.globl __towlower_l
464.type __towlower_l, @function;
464.type __towlower_l, %function;
465465__towlower_l:
466466.globl __towupper_l
467.type __towupper_l, @function;
467.type __towupper_l, %function;
468468__towupper_l:
469469.globl __uflow
470.type __uflow, @function;
470.type __uflow, %function;
471471.protected __uflow
472472__uflow:
473473.globl __uselocale
474.type __uselocale, @function;
474.type __uselocale, %function;
475475__uselocale:
476476.globl __wcscoll_l
477.type __wcscoll_l, @function;
477.type __wcscoll_l, %function;
478478__wcscoll_l:
479479.globl __wcsftime_l
480.type __wcsftime_l, @function;
480.type __wcsftime_l, %function;
481481__wcsftime_l:
482482.globl __wcsxfrm_l
483.type __wcsxfrm_l, @function;
483.type __wcsxfrm_l, %function;
484484__wcsxfrm_l:
485485.globl __wctrans_l
486.type __wctrans_l, @function;
486.type __wctrans_l, %function;
487487__wctrans_l:
488488.globl __wctype_l
489.type __wctype_l, @function;
489.type __wctype_l, %function;
490490__wctype_l:
491491.globl __xmknod
492.type __xmknod, @function;
492.type __xmknod, %function;
493493__xmknod:
494494.globl __xmknodat
495.type __xmknodat, @function;
495.type __xmknodat, %function;
496496__xmknodat:
497497.weak __xpg_basename
498.type __xpg_basename, @function;
498.type __xpg_basename, %function;
499499__xpg_basename:
500500.weak __xpg_strerror_r
501.type __xpg_strerror_r, @function;
501.type __xpg_strerror_r, %function;
502502__xpg_strerror_r:
503503.globl __xstat
504.type __xstat, @function;
504.type __xstat, %function;
505505__xstat:
506506.weak __xstat64
507.type __xstat64, @function;
507.type __xstat64, %function;
508508__xstat64:
509509.weak _dl_debug_state
510.type _dl_debug_state, @function;
510.type _dl_debug_state, %function;
511511_dl_debug_state:
512512.globl _dlstart
513513_dlstart:
514514.globl _exit
515.type _exit, @function;
515.type _exit, %function;
516516_exit:
517517.weak _fini
518.type _fini, @function;
518.type _fini, %function;
519519_fini:
520520.globl _flushlbf
521.type _flushlbf, @function;
521.type _flushlbf, %function;
522522_flushlbf:
523523.weak _init
524.type _init, @function;
524.type _init, %function;
525525_init:
526526.globl _longjmp
527.type _longjmp, @function;
527.type _longjmp, %function;
528528_longjmp:
529529.globl _pthread_cleanup_pop
530.type _pthread_cleanup_pop, @function;
530.type _pthread_cleanup_pop, %function;
531531_pthread_cleanup_pop:
532532.globl _pthread_cleanup_push
533.type _pthread_cleanup_push, @function;
533.type _pthread_cleanup_push, %function;
534534_pthread_cleanup_push:
535535.globl _setjmp
536.type _setjmp, @function;
536.type _setjmp, %function;
537537_setjmp:
538538.globl a64l
539.type a64l, @function;
539.type a64l, %function;
540540a64l:
541541.globl abort
542.type abort, @function;
542.type abort, %function;
543543abort:
544544.globl abs
545.type abs, @function;
545.type abs, %function;
546546abs:
547547.globl accept
548.type accept, @function;
548.type accept, %function;
549549accept:
550550.globl accept4
551.type accept4, @function;
551.type accept4, %function;
552552accept4:
553553.globl access
554.type access, @function;
554.type access, %function;
555555access:
556556.globl acct
557.type acct, @function;
557.type acct, %function;
558558acct:
559559.globl acos
560.type acos, @function;
560.type acos, %function;
561561acos:
562562.globl acosf
563.type acosf, @function;
563.type acosf, %function;
564564acosf:
565565.globl acosh
566.type acosh, @function;
566.type acosh, %function;
567567acosh:
568568.globl acoshf
569.type acoshf, @function;
569.type acoshf, %function;
570570acoshf:
571571.globl acoshl
572.type acoshl, @function;
572.type acoshl, %function;
573573acoshl:
574574.globl acosl
575.type acosl, @function;
575.type acosl, %function;
576576acosl:
577577.globl addmntent
578.type addmntent, @function;
578.type addmntent, %function;
579579addmntent:
580580.globl adjtime
581.type adjtime, @function;
581.type adjtime, %function;
582582adjtime:
583583.globl adjtimex
584.type adjtimex, @function;
584.type adjtimex, %function;
585585adjtimex:
586586.globl aio_cancel
587.type aio_cancel, @function;
587.type aio_cancel, %function;
588588aio_cancel:
589589.weak aio_cancel64
590.type aio_cancel64, @function;
590.type aio_cancel64, %function;
591591aio_cancel64:
592592.globl aio_error
593.type aio_error, @function;
593.type aio_error, %function;
594594aio_error:
595595.weak aio_error64
596.type aio_error64, @function;
596.type aio_error64, %function;
597597aio_error64:
598598.globl aio_fsync
599.type aio_fsync, @function;
599.type aio_fsync, %function;
600600aio_fsync:
601601.weak aio_fsync64
602.type aio_fsync64, @function;
602.type aio_fsync64, %function;
603603aio_fsync64:
604604.globl aio_read
605.type aio_read, @function;
605.type aio_read, %function;
606606aio_read:
607607.weak aio_read64
608.type aio_read64, @function;
608.type aio_read64, %function;
609609aio_read64:
610610.globl aio_return
611.type aio_return, @function;
611.type aio_return, %function;
612612aio_return:
613613.weak aio_return64
614.type aio_return64, @function;
614.type aio_return64, %function;
615615aio_return64:
616616.globl aio_suspend
617.type aio_suspend, @function;
617.type aio_suspend, %function;
618618aio_suspend:
619619.weak aio_suspend64
620.type aio_suspend64, @function;
620.type aio_suspend64, %function;
621621aio_suspend64:
622622.globl aio_write
623.type aio_write, @function;
623.type aio_write, %function;
624624aio_write:
625625.weak aio_write64
626.type aio_write64, @function;
626.type aio_write64, %function;
627627aio_write64:
628628.globl alarm
629.type alarm, @function;
629.type alarm, %function;
630630alarm:
631631.globl aligned_alloc
632.type aligned_alloc, @function;
632.type aligned_alloc, %function;
633633aligned_alloc:
634634.globl alphasort
635.type alphasort, @function;
635.type alphasort, %function;
636636alphasort:
637637.weak alphasort64
638.type alphasort64, @function;
638.type alphasort64, %function;
639639alphasort64:
640640.globl arch_prctl
641.type arch_prctl, @function;
641.type arch_prctl, %function;
642642arch_prctl:
643643.globl asctime
644.type asctime, @function;
644.type asctime, %function;
645645asctime:
646646.weak asctime_r
647.type asctime_r, @function;
647.type asctime_r, %function;
648648asctime_r:
649649.globl asin
650.type asin, @function;
650.type asin, %function;
651651asin:
652652.globl asinf
653.type asinf, @function;
653.type asinf, %function;
654654asinf:
655655.globl asinh
656.type asinh, @function;
656.type asinh, %function;
657657asinh:
658658.globl asinhf
659.type asinhf, @function;
659.type asinhf, %function;
660660asinhf:
661661.globl asinhl
662.type asinhl, @function;
662.type asinhl, %function;
663663asinhl:
664664.globl asinl
665.type asinl, @function;
665.type asinl, %function;
666666asinl:
667667.globl asprintf
668.type asprintf, @function;
668.type asprintf, %function;
669669asprintf:
670670.globl at_quick_exit
671.type at_quick_exit, @function;
671.type at_quick_exit, %function;
672672at_quick_exit:
673673.globl atan
674.type atan, @function;
674.type atan, %function;
675675atan:
676676.globl atan2
677.type atan2, @function;
677.type atan2, %function;
678678atan2:
679679.globl atan2f
680.type atan2f, @function;
680.type atan2f, %function;
681681atan2f:
682682.globl atan2l
683.type atan2l, @function;
683.type atan2l, %function;
684684atan2l:
685685.globl atanf
686.type atanf, @function;
686.type atanf, %function;
687687atanf:
688688.globl atanh
689.type atanh, @function;
689.type atanh, %function;
690690atanh:
691691.globl atanhf
692.type atanhf, @function;
692.type atanhf, %function;
693693atanhf:
694694.globl atanhl
695.type atanhl, @function;
695.type atanhl, %function;
696696atanhl:
697697.globl atanl
698.type atanl, @function;
698.type atanl, %function;
699699atanl:
700700.globl atexit
701.type atexit, @function;
701.type atexit, %function;
702702atexit:
703703.globl atof
704.type atof, @function;
704.type atof, %function;
705705atof:
706706.globl atoi
707.type atoi, @function;
707.type atoi, %function;
708708atoi:
709709.globl atol
710.type atol, @function;
710.type atol, %function;
711711atol:
712712.globl atoll
713.type atoll, @function;
713.type atoll, %function;
714714atoll:
715715.globl basename
716.type basename, @function;
716.type basename, %function;
717717basename:
718718.globl bcmp
719.type bcmp, @function;
719.type bcmp, %function;
720720bcmp:
721721.globl bcopy
722.type bcopy, @function;
722.type bcopy, %function;
723723bcopy:
724724.globl bind
725.type bind, @function;
725.type bind, %function;
726726bind:
727727.globl bind_textdomain_codeset
728.type bind_textdomain_codeset, @function;
728.type bind_textdomain_codeset, %function;
729729bind_textdomain_codeset:
730730.globl bindtextdomain
731.type bindtextdomain, @function;
731.type bindtextdomain, %function;
732732bindtextdomain:
733733.globl brk
734.type brk, @function;
734.type brk, %function;
735735brk:
736736.weak bsd_signal
737.type bsd_signal, @function;
737.type bsd_signal, %function;
738738bsd_signal:
739739.globl bsearch
740.type bsearch, @function;
740.type bsearch, %function;
741741bsearch:
742742.globl btowc
743.type btowc, @function;
743.type btowc, %function;
744744btowc:
745745.globl bzero
746.type bzero, @function;
746.type bzero, %function;
747747bzero:
748748.globl c16rtomb
749.type c16rtomb, @function;
749.type c16rtomb, %function;
750750c16rtomb:
751751.globl c32rtomb
752.type c32rtomb, @function;
752.type c32rtomb, %function;
753753c32rtomb:
754754.globl cabs
755.type cabs, @function;
755.type cabs, %function;
756756cabs:
757757.globl cabsf
758.type cabsf, @function;
758.type cabsf, %function;
759759cabsf:
760760.globl cabsl
761.type cabsl, @function;
761.type cabsl, %function;
762762cabsl:
763763.globl cacos
764.type cacos, @function;
764.type cacos, %function;
765765cacos:
766766.globl cacosf
767.type cacosf, @function;
767.type cacosf, %function;
768768cacosf:
769769.globl cacosh
770.type cacosh, @function;
770.type cacosh, %function;
771771cacosh:
772772.globl cacoshf
773.type cacoshf, @function;
773.type cacoshf, %function;
774774cacoshf:
775775.globl cacoshl
776.type cacoshl, @function;
776.type cacoshl, %function;
777777cacoshl:
778778.globl cacosl
779.type cacosl, @function;
779.type cacosl, %function;
780780cacosl:
781781.globl call_once
782.type call_once, @function;
782.type call_once, %function;
783783call_once:
784784.globl calloc
785.type calloc, @function;
785.type calloc, %function;
786786calloc:
787787.globl capget
788.type capget, @function;
788.type capget, %function;
789789capget:
790790.globl capset
791.type capset, @function;
791.type capset, %function;
792792capset:
793793.globl carg
794.type carg, @function;
794.type carg, %function;
795795carg:
796796.globl cargf
797.type cargf, @function;
797.type cargf, %function;
798798cargf:
799799.globl cargl
800.type cargl, @function;
800.type cargl, %function;
801801cargl:
802802.globl casin
803.type casin, @function;
803.type casin, %function;
804804casin:
805805.globl casinf
806.type casinf, @function;
806.type casinf, %function;
807807casinf:
808808.globl casinh
809.type casinh, @function;
809.type casinh, %function;
810810casinh:
811811.globl casinhf
812.type casinhf, @function;
812.type casinhf, %function;
813813casinhf:
814814.globl casinhl
815.type casinhl, @function;
815.type casinhl, %function;
816816casinhl:
817817.globl casinl
818.type casinl, @function;
818.type casinl, %function;
819819casinl:
820820.globl catan
821.type catan, @function;
821.type catan, %function;
822822catan:
823823.globl catanf
824.type catanf, @function;
824.type catanf, %function;
825825catanf:
826826.globl catanh
827.type catanh, @function;
827.type catanh, %function;
828828catanh:
829829.globl catanhf
830.type catanhf, @function;
830.type catanhf, %function;
831831catanhf:
832832.globl catanhl
833.type catanhl, @function;
833.type catanhl, %function;
834834catanhl:
835835.globl catanl
836.type catanl, @function;
836.type catanl, %function;
837837catanl:
838838.globl catclose
839.type catclose, @function;
839.type catclose, %function;
840840catclose:
841841.globl catgets
842.type catgets, @function;
842.type catgets, %function;
843843catgets:
844844.globl catopen
845.type catopen, @function;
845.type catopen, %function;
846846catopen:
847847.globl cbrt
848.type cbrt, @function;
848.type cbrt, %function;
849849cbrt:
850850.globl cbrtf
851.type cbrtf, @function;
851.type cbrtf, %function;
852852cbrtf:
853853.globl cbrtl
854.type cbrtl, @function;
854.type cbrtl, %function;
855855cbrtl:
856856.globl ccos
857.type ccos, @function;
857.type ccos, %function;
858858ccos:
859859.globl ccosf
860.type ccosf, @function;
860.type ccosf, %function;
861861ccosf:
862862.globl ccosh
863.type ccosh, @function;
863.type ccosh, %function;
864864ccosh:
865865.globl ccoshf
866.type ccoshf, @function;
866.type ccoshf, %function;
867867ccoshf:
868868.globl ccoshl
869.type ccoshl, @function;
869.type ccoshl, %function;
870870ccoshl:
871871.globl ccosl
872.type ccosl, @function;
872.type ccosl, %function;
873873ccosl:
874874.globl ceil
875.type ceil, @function;
875.type ceil, %function;
876876ceil:
877877.globl ceilf
878.type ceilf, @function;
878.type ceilf, %function;
879879ceilf:
880880.globl ceill
881.type ceill, @function;
881.type ceill, %function;
882882ceill:
883883.globl cexp
884.type cexp, @function;
884.type cexp, %function;
885885cexp:
886886.globl cexpf
887.type cexpf, @function;
887.type cexpf, %function;
888888cexpf:
889889.globl cexpl
890.type cexpl, @function;
890.type cexpl, %function;
891891cexpl:
892892.globl cfgetispeed
893.type cfgetispeed, @function;
893.type cfgetispeed, %function;
894894cfgetispeed:
895895.globl cfgetospeed
896.type cfgetospeed, @function;
896.type cfgetospeed, %function;
897897cfgetospeed:
898898.globl cfmakeraw
899.type cfmakeraw, @function;
899.type cfmakeraw, %function;
900900cfmakeraw:
901901.globl cfsetispeed
902.type cfsetispeed, @function;
902.type cfsetispeed, %function;
903903cfsetispeed:
904904.globl cfsetospeed
905.type cfsetospeed, @function;
905.type cfsetospeed, %function;
906906cfsetospeed:
907907.weak cfsetspeed
908.type cfsetspeed, @function;
908.type cfsetspeed, %function;
909909cfsetspeed:
910910.globl chdir
911.type chdir, @function;
911.type chdir, %function;
912912chdir:
913913.globl chmod
914.type chmod, @function;
914.type chmod, %function;
915915chmod:
916916.globl chown
917.type chown, @function;
917.type chown, %function;
918918chown:
919919.globl chroot
920.type chroot, @function;
920.type chroot, %function;
921921chroot:
922922.globl cimag
923.type cimag, @function;
923.type cimag, %function;
924924cimag:
925925.globl cimagf
926.type cimagf, @function;
926.type cimagf, %function;
927927cimagf:
928928.globl cimagl
929.type cimagl, @function;
929.type cimagl, %function;
930930cimagl:
931931.globl clearenv
932.type clearenv, @function;
932.type clearenv, %function;
933933clearenv:
934934.globl clearerr
935.type clearerr, @function;
935.type clearerr, %function;
936936clearerr:
937937.weak clearerr_unlocked
938.type clearerr_unlocked, @function;
938.type clearerr_unlocked, %function;
939939clearerr_unlocked:
940940.globl clock
941.type clock, @function;
941.type clock, %function;
942942clock:
943943.globl clock_adjtime
944.type clock_adjtime, @function;
944.type clock_adjtime, %function;
945945clock_adjtime:
946946.globl clock_getcpuclockid
947.type clock_getcpuclockid, @function;
947.type clock_getcpuclockid, %function;
948948clock_getcpuclockid:
949949.globl clock_getres
950.type clock_getres, @function;
950.type clock_getres, %function;
951951clock_getres:
952952.weak clock_gettime
953.type clock_gettime, @function;
953.type clock_gettime, %function;
954954clock_gettime:
955955.weak clock_nanosleep
956.type clock_nanosleep, @function;
956.type clock_nanosleep, %function;
957957clock_nanosleep:
958958.globl clock_settime
959.type clock_settime, @function;
959.type clock_settime, %function;
960960clock_settime:
961961.globl clog
962.type clog, @function;
962.type clog, %function;
963963clog:
964964.globl clogf
965.type clogf, @function;
965.type clogf, %function;
966966clogf:
967967.globl clogl
968.type clogl, @function;
968.type clogl, %function;
969969clogl:
970970.globl clone
971.type clone, @function;
971.type clone, %function;
972972clone:
973973.globl close
974.type close, @function;
974.type close, %function;
975975close:
976976.globl closedir
977.type closedir, @function;
977.type closedir, %function;
978978closedir:
979979.globl closelog
980.type closelog, @function;
980.type closelog, %function;
981981closelog:
982982.globl cnd_broadcast
983.type cnd_broadcast, @function;
983.type cnd_broadcast, %function;
984984cnd_broadcast:
985985.globl cnd_destroy
986.type cnd_destroy, @function;
986.type cnd_destroy, %function;
987987cnd_destroy:
988988.globl cnd_init
989.type cnd_init, @function;
989.type cnd_init, %function;
990990cnd_init:
991991.globl cnd_signal
992.type cnd_signal, @function;
992.type cnd_signal, %function;
993993cnd_signal:
994994.globl cnd_timedwait
995.type cnd_timedwait, @function;
995.type cnd_timedwait, %function;
996996cnd_timedwait:
997997.globl cnd_wait
998.type cnd_wait, @function;
998.type cnd_wait, %function;
999999cnd_wait:
10001000.globl confstr
1001.type confstr, @function;
1001.type confstr, %function;
10021002confstr:
10031003.globl conj
1004.type conj, @function;
1004.type conj, %function;
10051005conj:
10061006.globl conjf
1007.type conjf, @function;
1007.type conjf, %function;
10081008conjf:
10091009.globl conjl
1010.type conjl, @function;
1010.type conjl, %function;
10111011conjl:
10121012.globl connect
1013.type connect, @function;
1013.type connect, %function;
10141014connect:
10151015.globl copy_file_range
1016.type copy_file_range, @function;
1016.type copy_file_range, %function;
10171017copy_file_range:
10181018.globl copysign
1019.type copysign, @function;
1019.type copysign, %function;
10201020copysign:
10211021.globl copysignf
1022.type copysignf, @function;
1022.type copysignf, %function;
10231023copysignf:
10241024.globl copysignl
1025.type copysignl, @function;
1025.type copysignl, %function;
10261026copysignl:
10271027.globl cos
1028.type cos, @function;
1028.type cos, %function;
10291029cos:
10301030.globl cosf
1031.type cosf, @function;
1031.type cosf, %function;
10321032cosf:
10331033.globl cosh
1034.type cosh, @function;
1034.type cosh, %function;
10351035cosh:
10361036.globl coshf
1037.type coshf, @function;
1037.type coshf, %function;
10381038coshf:
10391039.globl coshl
1040.type coshl, @function;
1040.type coshl, %function;
10411041coshl:
10421042.globl cosl
1043.type cosl, @function;
1043.type cosl, %function;
10441044cosl:
10451045.globl cpow
1046.type cpow, @function;
1046.type cpow, %function;
10471047cpow:
10481048.globl cpowf
1049.type cpowf, @function;
1049.type cpowf, %function;
10501050cpowf:
10511051.globl cpowl
1052.type cpowl, @function;
1052.type cpowl, %function;
10531053cpowl:
10541054.globl cproj
1055.type cproj, @function;
1055.type cproj, %function;
10561056cproj:
10571057.globl cprojf
1058.type cprojf, @function;
1058.type cprojf, %function;
10591059cprojf:
10601060.globl cprojl
1061.type cprojl, @function;
1061.type cprojl, %function;
10621062cprojl:
10631063.globl creal
1064.type creal, @function;
1064.type creal, %function;
10651065creal:
10661066.globl crealf
1067.type crealf, @function;
1067.type crealf, %function;
10681068crealf:
10691069.globl creall
1070.type creall, @function;
1070.type creall, %function;
10711071creall:
10721072.globl creat
1073.type creat, @function;
1073.type creat, %function;
10741074creat:
10751075.weak creat64
1076.type creat64, @function;
1076.type creat64, %function;
10771077creat64:
10781078.globl crypt
1079.type crypt, @function;
1079.type crypt, %function;
10801080crypt:
10811081.weak crypt_r
1082.type crypt_r, @function;
1082.type crypt_r, %function;
10831083crypt_r:
10841084.globl csin
1085.type csin, @function;
1085.type csin, %function;
10861086csin:
10871087.globl csinf
1088.type csinf, @function;
1088.type csinf, %function;
10891089csinf:
10901090.globl csinh
1091.type csinh, @function;
1091.type csinh, %function;
10921092csinh:
10931093.globl csinhf
1094.type csinhf, @function;
1094.type csinhf, %function;
10951095csinhf:
10961096.globl csinhl
1097.type csinhl, @function;
1097.type csinhl, %function;
10981098csinhl:
10991099.globl csinl
1100.type csinl, @function;
1100.type csinl, %function;
11011101csinl:
11021102.globl csqrt
1103.type csqrt, @function;
1103.type csqrt, %function;
11041104csqrt:
11051105.globl csqrtf
1106.type csqrtf, @function;
1106.type csqrtf, %function;
11071107csqrtf:
11081108.globl csqrtl
1109.type csqrtl, @function;
1109.type csqrtl, %function;
11101110csqrtl:
11111111.globl ctan
1112.type ctan, @function;
1112.type ctan, %function;
11131113ctan:
11141114.globl ctanf
1115.type ctanf, @function;
1115.type ctanf, %function;
11161116ctanf:
11171117.globl ctanh
1118.type ctanh, @function;
1118.type ctanh, %function;
11191119ctanh:
11201120.globl ctanhf
1121.type ctanhf, @function;
1121.type ctanhf, %function;
11221122ctanhf:
11231123.globl ctanhl
1124.type ctanhl, @function;
1124.type ctanhl, %function;
11251125ctanhl:
11261126.globl ctanl
1127.type ctanl, @function;
1127.type ctanl, %function;
11281128ctanl:
11291129.globl ctermid
1130.type ctermid, @function;
1130.type ctermid, %function;
11311131ctermid:
11321132.globl ctime
1133.type ctime, @function;
1133.type ctime, %function;
11341134ctime:
11351135.globl ctime_r
1136.type ctime_r, @function;
1136.type ctime_r, %function;
11371137ctime_r:
11381138.globl cuserid
1139.type cuserid, @function;
1139.type cuserid, %function;
11401140cuserid:
11411141.globl daemon
1142.type daemon, @function;
1142.type daemon, %function;
11431143daemon:
11441144.globl dcgettext
1145.type dcgettext, @function;
1145.type dcgettext, %function;
11461146dcgettext:
11471147.globl dcngettext
1148.type dcngettext, @function;
1148.type dcngettext, %function;
11491149dcngettext:
11501150.globl delete_module
1151.type delete_module, @function;
1151.type delete_module, %function;
11521152delete_module:
11531153.globl dgettext
1154.type dgettext, @function;
1154.type dgettext, %function;
11551155dgettext:
11561156.globl difftime
1157.type difftime, @function;
1157.type difftime, %function;
11581158difftime:
11591159.globl dirfd
1160.type dirfd, @function;
1160.type dirfd, %function;
11611161dirfd:
11621162.globl dirname
1163.type dirname, @function;
1163.type dirname, %function;
11641164dirname:
11651165.globl div
1166.type div, @function;
1166.type div, %function;
11671167div:
11681168.globl dl_iterate_phdr
1169.type dl_iterate_phdr, @function;
1169.type dl_iterate_phdr, %function;
11701170dl_iterate_phdr:
11711171.globl dladdr
1172.type dladdr, @function;
1172.type dladdr, %function;
11731173dladdr:
11741174.globl dlclose
1175.type dlclose, @function;
1175.type dlclose, %function;
11761176dlclose:
11771177.globl dlerror
1178.type dlerror, @function;
1178.type dlerror, %function;
11791179dlerror:
11801180.globl dlinfo
1181.type dlinfo, @function;
1181.type dlinfo, %function;
11821182dlinfo:
11831183.globl dlopen
1184.type dlopen, @function;
1184.type dlopen, %function;
11851185dlopen:
11861186.globl dlsym
1187.type dlsym, @function;
1187.type dlsym, %function;
11881188dlsym:
11891189.globl dn_comp
1190.type dn_comp, @function;
1190.type dn_comp, %function;
11911191dn_comp:
11921192.weak dn_expand
1193.type dn_expand, @function;
1193.type dn_expand, %function;
11941194dn_expand:
11951195.globl dn_skipname
1196.type dn_skipname, @function;
1196.type dn_skipname, %function;
11971197dn_skipname:
11981198.globl dngettext
1199.type dngettext, @function;
1199.type dngettext, %function;
12001200dngettext:
12011201.globl dprintf
1202.type dprintf, @function;
1202.type dprintf, %function;
12031203dprintf:
12041204.globl drand48
1205.type drand48, @function;
1205.type drand48, %function;
12061206drand48:
12071207.weak drem
1208.type drem, @function;
1208.type drem, %function;
12091209drem:
12101210.weak dremf
1211.type dremf, @function;
1211.type dremf, %function;
12121212dremf:
12131213.globl dup
1214.type dup, @function;
1214.type dup, %function;
12151215dup:
12161216.globl dup2
1217.type dup2, @function;
1217.type dup2, %function;
12181218dup2:
12191219.weak dup3
1220.type dup3, @function;
1220.type dup3, %function;
12211221dup3:
12221222.weak duplocale
1223.type duplocale, @function;
1223.type duplocale, %function;
12241224duplocale:
12251225.weak eaccess
1226.type eaccess, @function;
1226.type eaccess, %function;
12271227eaccess:
12281228.globl ecvt
1229.type ecvt, @function;
1229.type ecvt, %function;
12301230ecvt:
12311231.globl encrypt
1232.type encrypt, @function;
1232.type encrypt, %function;
12331233encrypt:
12341234.weak endgrent
1235.type endgrent, @function;
1235.type endgrent, %function;
12361236endgrent:
12371237.globl endhostent
1238.type endhostent, @function;
1238.type endhostent, %function;
12391239endhostent:
12401240.globl endmntent
1241.type endmntent, @function;
1241.type endmntent, %function;
12421242endmntent:
12431243.weak endnetent
1244.type endnetent, @function;
1244.type endnetent, %function;
12451245endnetent:
12461246.globl endprotoent
1247.type endprotoent, @function;
1247.type endprotoent, %function;
12481248endprotoent:
12491249.weak endpwent
1250.type endpwent, @function;
1250.type endpwent, %function;
12511251endpwent:
12521252.globl endservent
1253.type endservent, @function;
1253.type endservent, %function;
12541254endservent:
12551255.globl endspent
1256.type endspent, @function;
1256.type endspent, %function;
12571257endspent:
12581258.globl endusershell
1259.type endusershell, @function;
1259.type endusershell, %function;
12601260endusershell:
12611261.weak endutent
1262.type endutent, @function;
1262.type endutent, %function;
12631263endutent:
12641264.globl endutxent
1265.type endutxent, @function;
1265.type endutxent, %function;
12661266endutxent:
12671267.globl epoll_create
1268.type epoll_create, @function;
1268.type epoll_create, %function;
12691269epoll_create:
12701270.globl epoll_create1
1271.type epoll_create1, @function;
1271.type epoll_create1, %function;
12721272epoll_create1:
12731273.globl epoll_ctl
1274.type epoll_ctl, @function;
1274.type epoll_ctl, %function;
12751275epoll_ctl:
12761276.globl epoll_pwait
1277.type epoll_pwait, @function;
1277.type epoll_pwait, %function;
12781278epoll_pwait:
12791279.globl epoll_wait
1280.type epoll_wait, @function;
1280.type epoll_wait, %function;
12811281epoll_wait:
12821282.globl erand48
1283.type erand48, @function;
1283.type erand48, %function;
12841284erand48:
12851285.globl erf
1286.type erf, @function;
1286.type erf, %function;
12871287erf:
12881288.globl erfc
1289.type erfc, @function;
1289.type erfc, %function;
12901290erfc:
12911291.globl erfcf
1292.type erfcf, @function;
1292.type erfcf, %function;
12931293erfcf:
12941294.globl erfcl
1295.type erfcl, @function;
1295.type erfcl, %function;
12961296erfcl:
12971297.globl erff
1298.type erff, @function;
1298.type erff, %function;
12991299erff:
13001300.globl erfl
1301.type erfl, @function;
1301.type erfl, %function;
13021302erfl:
13031303.globl err
1304.type err, @function;
1304.type err, %function;
13051305err:
13061306.globl errx
1307.type errx, @function;
1307.type errx, %function;
13081308errx:
13091309.globl ether_aton
1310.type ether_aton, @function;
1310.type ether_aton, %function;
13111311ether_aton:
13121312.globl ether_aton_r
1313.type ether_aton_r, @function;
1313.type ether_aton_r, %function;
13141314ether_aton_r:
13151315.globl ether_hostton
1316.type ether_hostton, @function;
1316.type ether_hostton, %function;
13171317ether_hostton:
13181318.globl ether_line
1319.type ether_line, @function;
1319.type ether_line, %function;
13201320ether_line:
13211321.globl ether_ntoa
1322.type ether_ntoa, @function;
1322.type ether_ntoa, %function;
13231323ether_ntoa:
13241324.globl ether_ntoa_r
1325.type ether_ntoa_r, @function;
1325.type ether_ntoa_r, %function;
13261326ether_ntoa_r:
13271327.globl ether_ntohost
1328.type ether_ntohost, @function;
1328.type ether_ntohost, %function;
13291329ether_ntohost:
13301330.globl euidaccess
1331.type euidaccess, @function;
1331.type euidaccess, %function;
13321332euidaccess:
13331333.globl eventfd
1334.type eventfd, @function;
1334.type eventfd, %function;
13351335eventfd:
13361336.globl eventfd_read
1337.type eventfd_read, @function;
1337.type eventfd_read, %function;
13381338eventfd_read:
13391339.globl eventfd_write
1340.type eventfd_write, @function;
1340.type eventfd_write, %function;
13411341eventfd_write:
13421342.globl execl
1343.type execl, @function;
1343.type execl, %function;
13441344execl:
13451345.globl execle
1346.type execle, @function;
1346.type execle, %function;
13471347execle:
13481348.globl execlp
1349.type execlp, @function;
1349.type execlp, %function;
13501350execlp:
13511351.globl execv
1352.type execv, @function;
1352.type execv, %function;
13531353execv:
13541354.globl execve
1355.type execve, @function;
1355.type execve, %function;
13561356execve:
13571357.globl execvp
1358.type execvp, @function;
1358.type execvp, %function;
13591359execvp:
13601360.weak execvpe
1361.type execvpe, @function;
1361.type execvpe, %function;
13621362execvpe:
13631363.globl exit
1364.type exit, @function;
1364.type exit, %function;
13651365exit:
13661366.globl exp
1367.type exp, @function;
1367.type exp, %function;
13681368exp:
13691369.globl exp10
1370.type exp10, @function;
1370.type exp10, %function;
13711371exp10:
13721372.globl exp10f
1373.type exp10f, @function;
1373.type exp10f, %function;
13741374exp10f:
13751375.globl exp10l
1376.type exp10l, @function;
1376.type exp10l, %function;
13771377exp10l:
13781378.globl exp2
1379.type exp2, @function;
1379.type exp2, %function;
13801380exp2:
13811381.globl exp2f
1382.type exp2f, @function;
1382.type exp2f, %function;
13831383exp2f:
13841384.globl exp2l
1385.type exp2l, @function;
1385.type exp2l, %function;
13861386exp2l:
13871387.globl expf
1388.type expf, @function;
1388.type expf, %function;
13891389expf:
13901390.globl expl
1391.type expl, @function;
1391.type expl, %function;
13921392expl:
13931393.globl explicit_bzero
1394.type explicit_bzero, @function;
1394.type explicit_bzero, %function;
13951395explicit_bzero:
13961396.globl expm1
1397.type expm1, @function;
1397.type expm1, %function;
13981398expm1:
13991399.globl expm1f
1400.type expm1f, @function;
1400.type expm1f, %function;
14011401expm1f:
14021402.globl expm1l
1403.type expm1l, @function;
1403.type expm1l, %function;
14041404expm1l:
14051405.globl fabs
1406.type fabs, @function;
1406.type fabs, %function;
14071407fabs:
14081408.globl fabsf
1409.type fabsf, @function;
1409.type fabsf, %function;
14101410fabsf:
14111411.globl fabsl
1412.type fabsl, @function;
1412.type fabsl, %function;
14131413fabsl:
14141414.globl faccessat
1415.type faccessat, @function;
1415.type faccessat, %function;
14161416faccessat:
14171417.globl fallocate
1418.type fallocate, @function;
1418.type fallocate, %function;
14191419fallocate:
14201420.weak fallocate64
1421.type fallocate64, @function;
1421.type fallocate64, %function;
14221422fallocate64:
14231423.globl fanotify_init
1424.type fanotify_init, @function;
1424.type fanotify_init, %function;
14251425fanotify_init:
14261426.globl fanotify_mark
1427.type fanotify_mark, @function;
1427.type fanotify_mark, %function;
14281428fanotify_mark:
14291429.globl fchdir
1430.type fchdir, @function;
1430.type fchdir, %function;
14311431fchdir:
14321432.globl fchmod
1433.type fchmod, @function;
1433.type fchmod, %function;
14341434fchmod:
14351435.globl fchmodat
1436.type fchmodat, @function;
1436.type fchmodat, %function;
14371437fchmodat:
14381438.globl fchown
1439.type fchown, @function;
1439.type fchown, %function;
14401440fchown:
14411441.globl fchownat
1442.type fchownat, @function;
1442.type fchownat, %function;
14431443fchownat:
14441444.globl fclose
1445.type fclose, @function;
1445.type fclose, %function;
14461446fclose:
14471447.globl fcntl
1448.type fcntl, @function;
1448.type fcntl, %function;
14491449fcntl:
14501450.globl fcvt
1451.type fcvt, @function;
1451.type fcvt, %function;
14521452fcvt:
14531453.globl fdatasync
1454.type fdatasync, @function;
1454.type fdatasync, %function;
14551455fdatasync:
14561456.globl fdim
1457.type fdim, @function;
1457.type fdim, %function;
14581458fdim:
14591459.globl fdimf
1460.type fdimf, @function;
1460.type fdimf, %function;
14611461fdimf:
14621462.globl fdiml
1463.type fdiml, @function;
1463.type fdiml, %function;
14641464fdiml:
14651465.weak fdopen
1466.type fdopen, @function;
1466.type fdopen, %function;
14671467fdopen:
14681468.globl fdopendir
1469.type fdopendir, @function;
1469.type fdopendir, %function;
14701470fdopendir:
14711471.globl feclearexcept
1472.type feclearexcept, @function;
1472.type feclearexcept, %function;
14731473feclearexcept:
14741474.globl fegetenv
1475.type fegetenv, @function;
1475.type fegetenv, %function;
14761476fegetenv:
14771477.globl fegetexceptflag
1478.type fegetexceptflag, @function;
1478.type fegetexceptflag, %function;
14791479fegetexceptflag:
14801480.globl fegetround
1481.type fegetround, @function;
1481.type fegetround, %function;
14821482fegetround:
14831483.globl feholdexcept
1484.type feholdexcept, @function;
1484.type feholdexcept, %function;
14851485feholdexcept:
14861486.globl feof
1487.type feof, @function;
1487.type feof, %function;
14881488feof:
14891489.weak feof_unlocked
1490.type feof_unlocked, @function;
1490.type feof_unlocked, %function;
14911491feof_unlocked:
14921492.globl feraiseexcept
1493.type feraiseexcept, @function;
1493.type feraiseexcept, %function;
14941494feraiseexcept:
14951495.globl ferror
1496.type ferror, @function;
1496.type ferror, %function;
14971497ferror:
14981498.weak ferror_unlocked
1499.type ferror_unlocked, @function;
1499.type ferror_unlocked, %function;
15001500ferror_unlocked:
15011501.globl fesetenv
1502.type fesetenv, @function;
1502.type fesetenv, %function;
15031503fesetenv:
15041504.globl fesetexceptflag
1505.type fesetexceptflag, @function;
1505.type fesetexceptflag, %function;
15061506fesetexceptflag:
15071507.globl fesetround
1508.type fesetround, @function;
1508.type fesetround, %function;
15091509fesetround:
15101510.globl fetestexcept
1511.type fetestexcept, @function;
1511.type fetestexcept, %function;
15121512fetestexcept:
15131513.globl feupdateenv
1514.type feupdateenv, @function;
1514.type feupdateenv, %function;
15151515feupdateenv:
15161516.globl fexecve
1517.type fexecve, @function;
1517.type fexecve, %function;
15181518fexecve:
15191519.globl fflush
1520.type fflush, @function;
1520.type fflush, %function;
15211521fflush:
15221522.weak fflush_unlocked
1523.type fflush_unlocked, @function;
1523.type fflush_unlocked, %function;
15241524fflush_unlocked:
15251525.globl ffs
1526.type ffs, @function;
1526.type ffs, %function;
15271527ffs:
15281528.globl ffsl
1529.type ffsl, @function;
1529.type ffsl, %function;
15301530ffsl:
15311531.globl ffsll
1532.type ffsll, @function;
1532.type ffsll, %function;
15331533ffsll:
15341534.globl fgetc
1535.type fgetc, @function;
1535.type fgetc, %function;
15361536fgetc:
15371537.weak fgetc_unlocked
1538.type fgetc_unlocked, @function;
1538.type fgetc_unlocked, %function;
15391539fgetc_unlocked:
15401540.globl fgetgrent
1541.type fgetgrent, @function;
1541.type fgetgrent, %function;
15421542fgetgrent:
15431543.globl fgetln
1544.type fgetln, @function;
1544.type fgetln, %function;
15451545fgetln:
15461546.globl fgetpos
1547.type fgetpos, @function;
1547.type fgetpos, %function;
15481548fgetpos:
15491549.weak fgetpos64
1550.type fgetpos64, @function;
1550.type fgetpos64, %function;
15511551fgetpos64:
15521552.globl fgetpwent
1553.type fgetpwent, @function;
1553.type fgetpwent, %function;
15541554fgetpwent:
15551555.globl fgets
1556.type fgets, @function;
1556.type fgets, %function;
15571557fgets:
15581558.weak fgets_unlocked
1559.type fgets_unlocked, @function;
1559.type fgets_unlocked, %function;
15601560fgets_unlocked:
15611561.globl fgetspent
1562.type fgetspent, @function;
1562.type fgetspent, %function;
15631563fgetspent:
15641564.globl fgetwc
1565.type fgetwc, @function;
1565.type fgetwc, %function;
15661566fgetwc:
15671567.weak fgetwc_unlocked
1568.type fgetwc_unlocked, @function;
1568.type fgetwc_unlocked, %function;
15691569fgetwc_unlocked:
15701570.globl fgetws
1571.type fgetws, @function;
1571.type fgetws, %function;
15721572fgetws:
15731573.weak fgetws_unlocked
1574.type fgetws_unlocked, @function;
1574.type fgetws_unlocked, %function;
15751575fgetws_unlocked:
15761576.globl fgetxattr
1577.type fgetxattr, @function;
1577.type fgetxattr, %function;
15781578fgetxattr:
15791579.globl fileno
1580.type fileno, @function;
1580.type fileno, %function;
15811581fileno:
15821582.weak fileno_unlocked
1583.type fileno_unlocked, @function;
1583.type fileno_unlocked, %function;
15841584fileno_unlocked:
15851585.globl finite
1586.type finite, @function;
1586.type finite, %function;
15871587finite:
15881588.globl finitef
1589.type finitef, @function;
1589.type finitef, %function;
15901590finitef:
15911591.globl flistxattr
1592.type flistxattr, @function;
1592.type flistxattr, %function;
15931593flistxattr:
15941594.globl flock
1595.type flock, @function;
1595.type flock, %function;
15961596flock:
15971597.globl flockfile
1598.type flockfile, @function;
1598.type flockfile, %function;
15991599flockfile:
16001600.globl floor
1601.type floor, @function;
1601.type floor, %function;
16021602floor:
16031603.globl floorf
1604.type floorf, @function;
1604.type floorf, %function;
16051605floorf:
16061606.globl floorl
1607.type floorl, @function;
1607.type floorl, %function;
16081608floorl:
16091609.globl fma
1610.type fma, @function;
1610.type fma, %function;
16111611fma:
16121612.globl fmaf
1613.type fmaf, @function;
1613.type fmaf, %function;
16141614fmaf:
16151615.globl fmal
1616.type fmal, @function;
1616.type fmal, %function;
16171617fmal:
16181618.globl fmax
1619.type fmax, @function;
1619.type fmax, %function;
16201620fmax:
16211621.globl fmaxf
1622.type fmaxf, @function;
1622.type fmaxf, %function;
16231623fmaxf:
16241624.globl fmaxl
1625.type fmaxl, @function;
1625.type fmaxl, %function;
16261626fmaxl:
16271627.globl fmemopen
1628.type fmemopen, @function;
1628.type fmemopen, %function;
16291629fmemopen:
16301630.globl fmin
1631.type fmin, @function;
1631.type fmin, %function;
16321632fmin:
16331633.globl fminf
1634.type fminf, @function;
1634.type fminf, %function;
16351635fminf:
16361636.globl fminl
1637.type fminl, @function;
1637.type fminl, %function;
16381638fminl:
16391639.globl fmod
1640.type fmod, @function;
1640.type fmod, %function;
16411641fmod:
16421642.globl fmodf
1643.type fmodf, @function;
1643.type fmodf, %function;
16441644fmodf:
16451645.globl fmodl
1646.type fmodl, @function;
1646.type fmodl, %function;
16471647fmodl:
16481648.globl fmtmsg
1649.type fmtmsg, @function;
1649.type fmtmsg, %function;
16501650fmtmsg:
16511651.globl fnmatch
1652.type fnmatch, @function;
1652.type fnmatch, %function;
16531653fnmatch:
16541654.globl fopen
1655.type fopen, @function;
1655.type fopen, %function;
16561656fopen:
16571657.weak fopen64
1658.type fopen64, @function;
1658.type fopen64, %function;
16591659fopen64:
16601660.globl fopencookie
1661.type fopencookie, @function;
1661.type fopencookie, %function;
16621662fopencookie:
16631663.globl fork
1664.type fork, @function;
1664.type fork, %function;
16651665fork:
16661666.globl forkpty
1667.type forkpty, @function;
1667.type forkpty, %function;
16681668forkpty:
16691669.globl fpathconf
1670.type fpathconf, @function;
1670.type fpathconf, %function;
16711671fpathconf:
16721672.globl fprintf
1673.type fprintf, @function;
1673.type fprintf, %function;
16741674fprintf:
16751675.weak fpurge
1676.type fpurge, @function;
1676.type fpurge, %function;
16771677fpurge:
16781678.globl fputc
1679.type fputc, @function;
1679.type fputc, %function;
16801680fputc:
16811681.weak fputc_unlocked
1682.type fputc_unlocked, @function;
1682.type fputc_unlocked, %function;
16831683fputc_unlocked:
16841684.globl fputs
1685.type fputs, @function;
1685.type fputs, %function;
16861686fputs:
16871687.weak fputs_unlocked
1688.type fputs_unlocked, @function;
1688.type fputs_unlocked, %function;
16891689fputs_unlocked:
16901690.globl fputwc
1691.type fputwc, @function;
1691.type fputwc, %function;
16921692fputwc:
16931693.weak fputwc_unlocked
1694.type fputwc_unlocked, @function;
1694.type fputwc_unlocked, %function;
16951695fputwc_unlocked:
16961696.globl fputws
1697.type fputws, @function;
1697.type fputws, %function;
16981698fputws:
16991699.weak fputws_unlocked
1700.type fputws_unlocked, @function;
1700.type fputws_unlocked, %function;
17011701fputws_unlocked:
17021702.globl fread
1703.type fread, @function;
1703.type fread, %function;
17041704fread:
17051705.weak fread_unlocked
1706.type fread_unlocked, @function;
1706.type fread_unlocked, %function;
17071707fread_unlocked:
17081708.globl free
1709.type free, @function;
1709.type free, %function;
17101710free:
17111711.globl freeaddrinfo
1712.type freeaddrinfo, @function;
1712.type freeaddrinfo, %function;
17131713freeaddrinfo:
17141714.globl freeifaddrs
1715.type freeifaddrs, @function;
1715.type freeifaddrs, %function;
17161716freeifaddrs:
17171717.globl freelocale
1718.type freelocale, @function;
1718.type freelocale, %function;
17191719freelocale:
17201720.globl fremovexattr
1721.type fremovexattr, @function;
1721.type fremovexattr, %function;
17221722fremovexattr:
17231723.globl freopen
1724.type freopen, @function;
1724.type freopen, %function;
17251725freopen:
17261726.weak freopen64
1727.type freopen64, @function;
1727.type freopen64, %function;
17281728freopen64:
17291729.globl frexp
1730.type frexp, @function;
1730.type frexp, %function;
17311731frexp:
17321732.globl frexpf
1733.type frexpf, @function;
1733.type frexpf, %function;
17341734frexpf:
17351735.globl frexpl
1736.type frexpl, @function;
1736.type frexpl, %function;
17371737frexpl:
17381738.globl fscanf
1739.type fscanf, @function;
1739.type fscanf, %function;
17401740fscanf:
17411741.globl fseek
1742.type fseek, @function;
1742.type fseek, %function;
17431743fseek:
17441744.weak fseeko
1745.type fseeko, @function;
1745.type fseeko, %function;
17461746fseeko:
17471747.weak fseeko64
1748.type fseeko64, @function;
1748.type fseeko64, %function;
17491749fseeko64:
17501750.globl fsetpos
1751.type fsetpos, @function;
1751.type fsetpos, %function;
17521752fsetpos:
17531753.weak fsetpos64
1754.type fsetpos64, @function;
1754.type fsetpos64, %function;
17551755fsetpos64:
17561756.globl fsetxattr
1757.type fsetxattr, @function;
1757.type fsetxattr, %function;
17581758fsetxattr:
17591759.globl fstat
1760.type fstat, @function;
1760.type fstat, %function;
17611761fstat:
17621762.weak fstat64
1763.type fstat64, @function;
1763.type fstat64, %function;
17641764fstat64:
17651765.globl fstatat
1766.type fstatat, @function;
1766.type fstatat, %function;
17671767fstatat:
17681768.weak fstatat64
1769.type fstatat64, @function;
1769.type fstatat64, %function;
17701770fstatat64:
17711771.weak fstatfs
1772.type fstatfs, @function;
1772.type fstatfs, %function;
17731773fstatfs:
17741774.weak fstatfs64
1775.type fstatfs64, @function;
1775.type fstatfs64, %function;
17761776fstatfs64:
17771777.globl fstatvfs
1778.type fstatvfs, @function;
1778.type fstatvfs, %function;
17791779fstatvfs:
17801780.weak fstatvfs64
1781.type fstatvfs64, @function;
1781.type fstatvfs64, %function;
17821782fstatvfs64:
17831783.globl fsync
1784.type fsync, @function;
1784.type fsync, %function;
17851785fsync:
17861786.globl ftell
1787.type ftell, @function;
1787.type ftell, %function;
17881788ftell:
17891789.weak ftello
1790.type ftello, @function;
1790.type ftello, %function;
17911791ftello:
17921792.weak ftello64
1793.type ftello64, @function;
1793.type ftello64, %function;
17941794ftello64:
17951795.globl ftime
1796.type ftime, @function;
1796.type ftime, %function;
17971797ftime:
17981798.globl ftok
1799.type ftok, @function;
1799.type ftok, %function;
18001800ftok:
18011801.globl ftruncate
1802.type ftruncate, @function;
1802.type ftruncate, %function;
18031803ftruncate:
18041804.weak ftruncate64
1805.type ftruncate64, @function;
1805.type ftruncate64, %function;
18061806ftruncate64:
18071807.globl ftrylockfile
1808.type ftrylockfile, @function;
1808.type ftrylockfile, %function;
18091809ftrylockfile:
18101810.globl ftw
1811.type ftw, @function;
1811.type ftw, %function;
18121812ftw:
18131813.weak ftw64
1814.type ftw64, @function;
1814.type ftw64, %function;
18151815ftw64:
18161816.globl funlockfile
1817.type funlockfile, @function;
1817.type funlockfile, %function;
18181818funlockfile:
18191819.globl futimens
1820.type futimens, @function;
1820.type futimens, %function;
18211821futimens:
18221822.globl futimes
1823.type futimes, @function;
1823.type futimes, %function;
18241824futimes:
18251825.weak futimesat
1826.type futimesat, @function;
1826.type futimesat, %function;
18271827futimesat:
18281828.globl fwide
1829.type fwide, @function;
1829.type fwide, %function;
18301830fwide:
18311831.globl fwprintf
1832.type fwprintf, @function;
1832.type fwprintf, %function;
18331833fwprintf:
18341834.globl fwrite
1835.type fwrite, @function;
1835.type fwrite, %function;
18361836fwrite:
18371837.weak fwrite_unlocked
1838.type fwrite_unlocked, @function;
1838.type fwrite_unlocked, %function;
18391839fwrite_unlocked:
18401840.globl fwscanf
1841.type fwscanf, @function;
1841.type fwscanf, %function;
18421842fwscanf:
18431843.globl gai_strerror
1844.type gai_strerror, @function;
1844.type gai_strerror, %function;
18451845gai_strerror:
18461846.globl gcvt
1847.type gcvt, @function;
1847.type gcvt, %function;
18481848gcvt:
18491849.globl get_avphys_pages
1850.type get_avphys_pages, @function;
1850.type get_avphys_pages, %function;
18511851get_avphys_pages:
18521852.globl get_current_dir_name
1853.type get_current_dir_name, @function;
1853.type get_current_dir_name, %function;
18541854get_current_dir_name:
18551855.globl get_nprocs
1856.type get_nprocs, @function;
1856.type get_nprocs, %function;
18571857get_nprocs:
18581858.globl get_nprocs_conf
1859.type get_nprocs_conf, @function;
1859.type get_nprocs_conf, %function;
18601860get_nprocs_conf:
18611861.globl get_phys_pages
1862.type get_phys_pages, @function;
1862.type get_phys_pages, %function;
18631863get_phys_pages:
18641864.globl getaddrinfo
1865.type getaddrinfo, @function;
1865.type getaddrinfo, %function;
18661866getaddrinfo:
18671867.weak getauxval
1868.type getauxval, @function;
1868.type getauxval, %function;
18691869getauxval:
18701870.globl getc
1871.type getc, @function;
1871.type getc, %function;
18721872getc:
18731873.globl getc_unlocked
1874.type getc_unlocked, @function;
1874.type getc_unlocked, %function;
18751875getc_unlocked:
18761876.globl getchar
1877.type getchar, @function;
1877.type getchar, %function;
18781878getchar:
18791879.globl getchar_unlocked
1880.type getchar_unlocked, @function;
1880.type getchar_unlocked, %function;
18811881getchar_unlocked:
18821882.globl getcwd
1883.type getcwd, @function;
1883.type getcwd, %function;
18841884getcwd:
18851885.globl getdate
1886.type getdate, @function;
1886.type getdate, %function;
18871887getdate:
18881888.globl getdelim
1889.type getdelim, @function;
1889.type getdelim, %function;
18901890getdelim:
18911891.globl getdents
1892.type getdents, @function;
1892.type getdents, %function;
18931893getdents:
18941894.weak getdents64
1895.type getdents64, @function;
1895.type getdents64, %function;
18961896getdents64:
18971897.globl getdomainname
1898.type getdomainname, @function;
1898.type getdomainname, %function;
18991899getdomainname:
19001900.globl getdtablesize
1901.type getdtablesize, @function;
1901.type getdtablesize, %function;
19021902getdtablesize:
19031903.globl getegid
1904.type getegid, @function;
1904.type getegid, %function;
19051905getegid:
19061906.globl getentropy
1907.type getentropy, @function;
1907.type getentropy, %function;
19081908getentropy:
19091909.globl getenv
1910.type getenv, @function;
1910.type getenv, %function;
19111911getenv:
19121912.globl geteuid
1913.type geteuid, @function;
1913.type geteuid, %function;
19141914geteuid:
19151915.globl getgid
1916.type getgid, @function;
1916.type getgid, %function;
19171917getgid:
19181918.globl getgrent
1919.type getgrent, @function;
1919.type getgrent, %function;
19201920getgrent:
19211921.globl getgrgid
1922.type getgrgid, @function;
1922.type getgrgid, %function;
19231923getgrgid:
19241924.globl getgrgid_r
1925.type getgrgid_r, @function;
1925.type getgrgid_r, %function;
19261926getgrgid_r:
19271927.globl getgrnam
1928.type getgrnam, @function;
1928.type getgrnam, %function;
19291929getgrnam:
19301930.globl getgrnam_r
1931.type getgrnam_r, @function;
1931.type getgrnam_r, %function;
19321932getgrnam_r:
19331933.globl getgrouplist
1934.type getgrouplist, @function;
1934.type getgrouplist, %function;
19351935getgrouplist:
19361936.globl getgroups
1937.type getgroups, @function;
1937.type getgroups, %function;
19381938getgroups:
19391939.globl gethostbyaddr
1940.type gethostbyaddr, @function;
1940.type gethostbyaddr, %function;
19411941gethostbyaddr:
19421942.globl gethostbyaddr_r
1943.type gethostbyaddr_r, @function;
1943.type gethostbyaddr_r, %function;
19441944gethostbyaddr_r:
19451945.globl gethostbyname
1946.type gethostbyname, @function;
1946.type gethostbyname, %function;
19471947gethostbyname:
19481948.globl gethostbyname2
1949.type gethostbyname2, @function;
1949.type gethostbyname2, %function;
19501950gethostbyname2:
19511951.globl gethostbyname2_r
1952.type gethostbyname2_r, @function;
1952.type gethostbyname2_r, %function;
19531953gethostbyname2_r:
19541954.globl gethostbyname_r
1955.type gethostbyname_r, @function;
1955.type gethostbyname_r, %function;
19561956gethostbyname_r:
19571957.globl gethostent
1958.type gethostent, @function;
1958.type gethostent, %function;
19591959gethostent:
19601960.globl gethostid
1961.type gethostid, @function;
1961.type gethostid, %function;
19621962gethostid:
19631963.globl gethostname
1964.type gethostname, @function;
1964.type gethostname, %function;
19651965gethostname:
19661966.globl getifaddrs
1967.type getifaddrs, @function;
1967.type getifaddrs, %function;
19681968getifaddrs:
19691969.globl getitimer
1970.type getitimer, @function;
1970.type getitimer, %function;
19711971getitimer:
19721972.globl getline
1973.type getline, @function;
1973.type getline, %function;
19741974getline:
19751975.globl getloadavg
1976.type getloadavg, @function;
1976.type getloadavg, %function;
19771977getloadavg:
19781978.globl getlogin
1979.type getlogin, @function;
1979.type getlogin, %function;
19801980getlogin:
19811981.globl getlogin_r
1982.type getlogin_r, @function;
1982.type getlogin_r, %function;
19831983getlogin_r:
19841984.globl getmntent
1985.type getmntent, @function;
1985.type getmntent, %function;
19861986getmntent:
19871987.globl getmntent_r
1988.type getmntent_r, @function;
1988.type getmntent_r, %function;
19891989getmntent_r:
19901990.globl getnameinfo
1991.type getnameinfo, @function;
1991.type getnameinfo, %function;
19921992getnameinfo:
19931993.globl getnetbyaddr
1994.type getnetbyaddr, @function;
1994.type getnetbyaddr, %function;
19951995getnetbyaddr:
19961996.globl getnetbyname
1997.type getnetbyname, @function;
1997.type getnetbyname, %function;
19981998getnetbyname:
19991999.globl getnetent
2000.type getnetent, @function;
2000.type getnetent, %function;
20012001getnetent:
20022002.globl getopt
2003.type getopt, @function;
2003.type getopt, %function;
20042004getopt:
20052005.globl getopt_long
2006.type getopt_long, @function;
2006.type getopt_long, %function;
20072007getopt_long:
20082008.globl getopt_long_only
2009.type getopt_long_only, @function;
2009.type getopt_long_only, %function;
20102010getopt_long_only:
20112011.globl getpagesize
2012.type getpagesize, @function;
2012.type getpagesize, %function;
20132013getpagesize:
20142014.globl getpass
2015.type getpass, @function;
2015.type getpass, %function;
20162016getpass:
20172017.globl getpeername
2018.type getpeername, @function;
2018.type getpeername, %function;
20192019getpeername:
20202020.globl getpgid
2021.type getpgid, @function;
2021.type getpgid, %function;
20222022getpgid:
20232023.globl getpgrp
2024.type getpgrp, @function;
2024.type getpgrp, %function;
20252025getpgrp:
20262026.globl getpid
2027.type getpid, @function;
2027.type getpid, %function;
20282028getpid:
20292029.globl getppid
2030.type getppid, @function;
2030.type getppid, %function;
20312031getppid:
20322032.globl getpriority
2033.type getpriority, @function;
2033.type getpriority, %function;
20342034getpriority:
20352035.globl getprotobyname
2036.type getprotobyname, @function;
2036.type getprotobyname, %function;
20372037getprotobyname:
20382038.globl getprotobynumber
2039.type getprotobynumber, @function;
2039.type getprotobynumber, %function;
20402040getprotobynumber:
20412041.globl getprotoent
2042.type getprotoent, @function;
2042.type getprotoent, %function;
20432043getprotoent:
20442044.globl getpwent
2045.type getpwent, @function;
2045.type getpwent, %function;
20462046getpwent:
20472047.globl getpwnam
2048.type getpwnam, @function;
2048.type getpwnam, %function;
20492049getpwnam:
20502050.globl getpwnam_r
2051.type getpwnam_r, @function;
2051.type getpwnam_r, %function;
20522052getpwnam_r:
20532053.globl getpwuid
2054.type getpwuid, @function;
2054.type getpwuid, %function;
20552055getpwuid:
20562056.globl getpwuid_r
2057.type getpwuid_r, @function;
2057.type getpwuid_r, %function;
20582058getpwuid_r:
20592059.globl getrandom
2060.type getrandom, @function;
2060.type getrandom, %function;
20612061getrandom:
20622062.globl getresgid
2063.type getresgid, @function;
2063.type getresgid, %function;
20642064getresgid:
20652065.globl getresuid
2066.type getresuid, @function;
2066.type getresuid, %function;
20672067getresuid:
20682068.globl getrlimit
2069.type getrlimit, @function;
2069.type getrlimit, %function;
20702070getrlimit:
20712071.weak getrlimit64
2072.type getrlimit64, @function;
2072.type getrlimit64, %function;
20732073getrlimit64:
20742074.globl getrusage
2075.type getrusage, @function;
2075.type getrusage, %function;
20762076getrusage:
20772077.globl gets
2078.type gets, @function;
2078.type gets, %function;
20792079gets:
20802080.globl getservbyname
2081.type getservbyname, @function;
2081.type getservbyname, %function;
20822082getservbyname:
20832083.globl getservbyname_r
2084.type getservbyname_r, @function;
2084.type getservbyname_r, %function;
20852085getservbyname_r:
20862086.globl getservbyport
2087.type getservbyport, @function;
2087.type getservbyport, %function;
20882088getservbyport:
20892089.globl getservbyport_r
2090.type getservbyport_r, @function;
2090.type getservbyport_r, %function;
20912091getservbyport_r:
20922092.globl getservent
2093.type getservent, @function;
2093.type getservent, %function;
20942094getservent:
20952095.globl getsid
2096.type getsid, @function;
2096.type getsid, %function;
20972097getsid:
20982098.globl getsockname
2099.type getsockname, @function;
2099.type getsockname, %function;
21002100getsockname:
21012101.globl getsockopt
2102.type getsockopt, @function;
2102.type getsockopt, %function;
21032103getsockopt:
21042104.globl getspent
2105.type getspent, @function;
2105.type getspent, %function;
21062106getspent:
21072107.globl getspnam
2108.type getspnam, @function;
2108.type getspnam, %function;
21092109getspnam:
21102110.globl getspnam_r
2111.type getspnam_r, @function;
2111.type getspnam_r, %function;
21122112getspnam_r:
21132113.globl getsubopt
2114.type getsubopt, @function;
2114.type getsubopt, %function;
21152115getsubopt:
21162116.globl gettext
2117.type gettext, @function;
2117.type gettext, %function;
21182118gettext:
21192119.globl gettimeofday
2120.type gettimeofday, @function;
2120.type gettimeofday, %function;
21212121gettimeofday:
21222122.globl getuid
2123.type getuid, @function;
2123.type getuid, %function;
21242124getuid:
21252125.globl getusershell
2126.type getusershell, @function;
2126.type getusershell, %function;
21272127getusershell:
21282128.weak getutent
2129.type getutent, @function;
2129.type getutent, %function;
21302130getutent:
21312131.weak getutid
2132.type getutid, @function;
2132.type getutid, %function;
21332133getutid:
21342134.weak getutline
2135.type getutline, @function;
2135.type getutline, %function;
21362136getutline:
21372137.globl getutxent
2138.type getutxent, @function;
2138.type getutxent, %function;
21392139getutxent:
21402140.globl getutxid
2141.type getutxid, @function;
2141.type getutxid, %function;
21422142getutxid:
21432143.globl getutxline
2144.type getutxline, @function;
2144.type getutxline, %function;
21452145getutxline:
21462146.globl getw
2147.type getw, @function;
2147.type getw, %function;
21482148getw:
21492149.globl getwc
2150.type getwc, @function;
2150.type getwc, %function;
21512151getwc:
21522152.weak getwc_unlocked
2153.type getwc_unlocked, @function;
2153.type getwc_unlocked, %function;
21542154getwc_unlocked:
21552155.globl getwchar
2156.type getwchar, @function;
2156.type getwchar, %function;
21572157getwchar:
21582158.weak getwchar_unlocked
2159.type getwchar_unlocked, @function;
2159.type getwchar_unlocked, %function;
21602160getwchar_unlocked:
21612161.globl getxattr
2162.type getxattr, @function;
2162.type getxattr, %function;
21632163getxattr:
21642164.globl glob
2165.type glob, @function;
2165.type glob, %function;
21662166glob:
21672167.weak glob64
2168.type glob64, @function;
2168.type glob64, %function;
21692169glob64:
21702170.globl globfree
2171.type globfree, @function;
2171.type globfree, %function;
21722172globfree:
21732173.weak globfree64
2174.type globfree64, @function;
2174.type globfree64, %function;
21752175globfree64:
21762176.globl gmtime
2177.type gmtime, @function;
2177.type gmtime, %function;
21782178gmtime:
21792179.weak gmtime_r
2180.type gmtime_r, @function;
2180.type gmtime_r, %function;
21812181gmtime_r:
21822182.globl grantpt
2183.type grantpt, @function;
2183.type grantpt, %function;
21842184grantpt:
21852185.globl hasmntopt
2186.type hasmntopt, @function;
2186.type hasmntopt, %function;
21872187hasmntopt:
21882188.globl hcreate
2189.type hcreate, @function;
2189.type hcreate, %function;
21902190hcreate:
21912191.weak hcreate_r
2192.type hcreate_r, @function;
2192.type hcreate_r, %function;
21932193hcreate_r:
21942194.globl hdestroy
2195.type hdestroy, @function;
2195.type hdestroy, %function;
21962196hdestroy:
21972197.weak hdestroy_r
2198.type hdestroy_r, @function;
2198.type hdestroy_r, %function;
21992199hdestroy_r:
22002200.globl herror
2201.type herror, @function;
2201.type herror, %function;
22022202herror:
22032203.globl hsearch
2204.type hsearch, @function;
2204.type hsearch, %function;
22052205hsearch:
22062206.weak hsearch_r
2207.type hsearch_r, @function;
2207.type hsearch_r, %function;
22082208hsearch_r:
22092209.globl hstrerror
2210.type hstrerror, @function;
2210.type hstrerror, %function;
22112211hstrerror:
22122212.globl htonl
2213.type htonl, @function;
2213.type htonl, %function;
22142214htonl:
22152215.globl htons
2216.type htons, @function;
2216.type htons, %function;
22172217htons:
22182218.globl hypot
2219.type hypot, @function;
2219.type hypot, %function;
22202220hypot:
22212221.globl hypotf
2222.type hypotf, @function;
2222.type hypotf, %function;
22232223hypotf:
22242224.globl hypotl
2225.type hypotl, @function;
2225.type hypotl, %function;
22262226hypotl:
22272227.globl iconv
2228.type iconv, @function;
2228.type iconv, %function;
22292229iconv:
22302230.globl iconv_close
2231.type iconv_close, @function;
2231.type iconv_close, %function;
22322232iconv_close:
22332233.globl iconv_open
2234.type iconv_open, @function;
2234.type iconv_open, %function;
22352235iconv_open:
22362236.globl if_freenameindex
2237.type if_freenameindex, @function;
2237.type if_freenameindex, %function;
22382238if_freenameindex:
22392239.globl if_indextoname
2240.type if_indextoname, @function;
2240.type if_indextoname, %function;
22412241if_indextoname:
22422242.globl if_nameindex
2243.type if_nameindex, @function;
2243.type if_nameindex, %function;
22442244if_nameindex:
22452245.globl if_nametoindex
2246.type if_nametoindex, @function;
2246.type if_nametoindex, %function;
22472247if_nametoindex:
22482248.globl ilogb
2249.type ilogb, @function;
2249.type ilogb, %function;
22502250ilogb:
22512251.globl ilogbf
2252.type ilogbf, @function;
2252.type ilogbf, %function;
22532253ilogbf:
22542254.globl ilogbl
2255.type ilogbl, @function;
2255.type ilogbl, %function;
22562256ilogbl:
22572257.globl imaxabs
2258.type imaxabs, @function;
2258.type imaxabs, %function;
22592259imaxabs:
22602260.globl imaxdiv
2261.type imaxdiv, @function;
2261.type imaxdiv, %function;
22622262imaxdiv:
22632263.globl index
2264.type index, @function;
2264.type index, %function;
22652265index:
22662266.globl inet_addr
2267.type inet_addr, @function;
2267.type inet_addr, %function;
22682268inet_addr:
22692269.weak inet_aton
2270.type inet_aton, @function;
2270.type inet_aton, %function;
22712271inet_aton:
22722272.globl inet_lnaof
2273.type inet_lnaof, @function;
2273.type inet_lnaof, %function;
22742274inet_lnaof:
22752275.globl inet_makeaddr
2276.type inet_makeaddr, @function;
2276.type inet_makeaddr, %function;
22772277inet_makeaddr:
22782278.globl inet_netof
2279.type inet_netof, @function;
2279.type inet_netof, %function;
22802280inet_netof:
22812281.globl inet_network
2282.type inet_network, @function;
2282.type inet_network, %function;
22832283inet_network:
22842284.globl inet_ntoa
2285.type inet_ntoa, @function;
2285.type inet_ntoa, %function;
22862286inet_ntoa:
22872287.globl inet_ntop
2288.type inet_ntop, @function;
2288.type inet_ntop, %function;
22892289inet_ntop:
22902290.globl inet_pton
2291.type inet_pton, @function;
2291.type inet_pton, %function;
22922292inet_pton:
22932293.globl init_module
2294.type init_module, @function;
2294.type init_module, %function;
22952295init_module:
22962296.globl initgroups
2297.type initgroups, @function;
2297.type initgroups, %function;
22982298initgroups:
22992299.globl initstate
2300.type initstate, @function;
2300.type initstate, %function;
23012301initstate:
23022302.globl inotify_add_watch
2303.type inotify_add_watch, @function;
2303.type inotify_add_watch, %function;
23042304inotify_add_watch:
23052305.globl inotify_init
2306.type inotify_init, @function;
2306.type inotify_init, %function;
23072307inotify_init:
23082308.globl inotify_init1
2309.type inotify_init1, @function;
2309.type inotify_init1, %function;
23102310inotify_init1:
23112311.globl inotify_rm_watch
2312.type inotify_rm_watch, @function;
2312.type inotify_rm_watch, %function;
23132313inotify_rm_watch:
23142314.globl insque
2315.type insque, @function;
2315.type insque, %function;
23162316insque:
23172317.globl ioctl
2318.type ioctl, @function;
2318.type ioctl, %function;
23192319ioctl:
23202320.globl ioperm
2321.type ioperm, @function;
2321.type ioperm, %function;
23222322ioperm:
23232323.globl iopl
2324.type iopl, @function;
2324.type iopl, %function;
23252325iopl:
23262326.globl isalnum
2327.type isalnum, @function;
2327.type isalnum, %function;
23282328isalnum:
23292329.weak isalnum_l
2330.type isalnum_l, @function;
2330.type isalnum_l, %function;
23312331isalnum_l:
23322332.globl isalpha
2333.type isalpha, @function;
2333.type isalpha, %function;
23342334isalpha:
23352335.weak isalpha_l
2336.type isalpha_l, @function;
2336.type isalpha_l, %function;
23372337isalpha_l:
23382338.globl isascii
2339.type isascii, @function;
2339.type isascii, %function;
23402340isascii:
23412341.globl isastream
2342.type isastream, @function;
2342.type isastream, %function;
23432343isastream:
23442344.globl isatty
2345.type isatty, @function;
2345.type isatty, %function;
23462346isatty:
23472347.globl isblank
2348.type isblank, @function;
2348.type isblank, %function;
23492349isblank:
23502350.weak isblank_l
2351.type isblank_l, @function;
2351.type isblank_l, %function;
23522352isblank_l:
23532353.globl iscntrl
2354.type iscntrl, @function;
2354.type iscntrl, %function;
23552355iscntrl:
23562356.weak iscntrl_l
2357.type iscntrl_l, @function;
2357.type iscntrl_l, %function;
23582358iscntrl_l:
23592359.globl isdigit
2360.type isdigit, @function;
2360.type isdigit, %function;
23612361isdigit:
23622362.weak isdigit_l
2363.type isdigit_l, @function;
2363.type isdigit_l, %function;
23642364isdigit_l:
23652365.globl isgraph
2366.type isgraph, @function;
2366.type isgraph, %function;
23672367isgraph:
23682368.weak isgraph_l
2369.type isgraph_l, @function;
2369.type isgraph_l, %function;
23702370isgraph_l:
23712371.globl islower
2372.type islower, @function;
2372.type islower, %function;
23732373islower:
23742374.weak islower_l
2375.type islower_l, @function;
2375.type islower_l, %function;
23762376islower_l:
23772377.globl isprint
2378.type isprint, @function;
2378.type isprint, %function;
23792379isprint:
23802380.weak isprint_l
2381.type isprint_l, @function;
2381.type isprint_l, %function;
23822382isprint_l:
23832383.globl ispunct
2384.type ispunct, @function;
2384.type ispunct, %function;
23852385ispunct:
23862386.weak ispunct_l
2387.type ispunct_l, @function;
2387.type ispunct_l, %function;
23882388ispunct_l:
23892389.globl issetugid
2390.type issetugid, @function;
2390.type issetugid, %function;
23912391issetugid:
23922392.globl isspace
2393.type isspace, @function;
2393.type isspace, %function;
23942394isspace:
23952395.weak isspace_l
2396.type isspace_l, @function;
2396.type isspace_l, %function;
23972397isspace_l:
23982398.globl isupper
2399.type isupper, @function;
2399.type isupper, %function;
24002400isupper:
24012401.weak isupper_l
2402.type isupper_l, @function;
2402.type isupper_l, %function;
24032403isupper_l:
24042404.globl iswalnum
2405.type iswalnum, @function;
2405.type iswalnum, %function;
24062406iswalnum:
24072407.weak iswalnum_l
2408.type iswalnum_l, @function;
2408.type iswalnum_l, %function;
24092409iswalnum_l:
24102410.globl iswalpha
2411.type iswalpha, @function;
2411.type iswalpha, %function;
24122412iswalpha:
24132413.weak iswalpha_l
2414.type iswalpha_l, @function;
2414.type iswalpha_l, %function;
24152415iswalpha_l:
24162416.globl iswblank
2417.type iswblank, @function;
2417.type iswblank, %function;
24182418iswblank:
24192419.weak iswblank_l
2420.type iswblank_l, @function;
2420.type iswblank_l, %function;
24212421iswblank_l:
24222422.globl iswcntrl
2423.type iswcntrl, @function;
2423.type iswcntrl, %function;
24242424iswcntrl:
24252425.weak iswcntrl_l
2426.type iswcntrl_l, @function;
2426.type iswcntrl_l, %function;
24272427iswcntrl_l:
24282428.globl iswctype
2429.type iswctype, @function;
2429.type iswctype, %function;
24302430iswctype:
24312431.weak iswctype_l
2432.type iswctype_l, @function;
2432.type iswctype_l, %function;
24332433iswctype_l:
24342434.globl iswdigit
2435.type iswdigit, @function;
2435.type iswdigit, %function;
24362436iswdigit:
24372437.weak iswdigit_l
2438.type iswdigit_l, @function;
2438.type iswdigit_l, %function;
24392439iswdigit_l:
24402440.globl iswgraph
2441.type iswgraph, @function;
2441.type iswgraph, %function;
24422442iswgraph:
24432443.weak iswgraph_l
2444.type iswgraph_l, @function;
2444.type iswgraph_l, %function;
24452445iswgraph_l:
24462446.globl iswlower
2447.type iswlower, @function;
2447.type iswlower, %function;
24482448iswlower:
24492449.weak iswlower_l
2450.type iswlower_l, @function;
2450.type iswlower_l, %function;
24512451iswlower_l:
24522452.globl iswprint
2453.type iswprint, @function;
2453.type iswprint, %function;
24542454iswprint:
24552455.weak iswprint_l
2456.type iswprint_l, @function;
2456.type iswprint_l, %function;
24572457iswprint_l:
24582458.globl iswpunct
2459.type iswpunct, @function;
2459.type iswpunct, %function;
24602460iswpunct:
24612461.weak iswpunct_l
2462.type iswpunct_l, @function;
2462.type iswpunct_l, %function;
24632463iswpunct_l:
24642464.globl iswspace
2465.type iswspace, @function;
2465.type iswspace, %function;
24662466iswspace:
24672467.weak iswspace_l
2468.type iswspace_l, @function;
2468.type iswspace_l, %function;
24692469iswspace_l:
24702470.globl iswupper
2471.type iswupper, @function;
2471.type iswupper, %function;
24722472iswupper:
24732473.weak iswupper_l
2474.type iswupper_l, @function;
2474.type iswupper_l, %function;
24752475iswupper_l:
24762476.globl iswxdigit
2477.type iswxdigit, @function;
2477.type iswxdigit, %function;
24782478iswxdigit:
24792479.weak iswxdigit_l
2480.type iswxdigit_l, @function;
2480.type iswxdigit_l, %function;
24812481iswxdigit_l:
24822482.globl isxdigit
2483.type isxdigit, @function;
2483.type isxdigit, %function;
24842484isxdigit:
24852485.weak isxdigit_l
2486.type isxdigit_l, @function;
2486.type isxdigit_l, %function;
24872487isxdigit_l:
24882488.globl j0
2489.type j0, @function;
2489.type j0, %function;
24902490j0:
24912491.globl j0f
2492.type j0f, @function;
2492.type j0f, %function;
24932493j0f:
24942494.globl j1
2495.type j1, @function;
2495.type j1, %function;
24962496j1:
24972497.globl j1f
2498.type j1f, @function;
2498.type j1f, %function;
24992499j1f:
25002500.globl jn
2501.type jn, @function;
2501.type jn, %function;
25022502jn:
25032503.globl jnf
2504.type jnf, @function;
2504.type jnf, %function;
25052505jnf:
25062506.globl jrand48
2507.type jrand48, @function;
2507.type jrand48, %function;
25082508jrand48:
25092509.globl kill
2510.type kill, @function;
2510.type kill, %function;
25112511kill:
25122512.globl killpg
2513.type killpg, @function;
2513.type killpg, %function;
25142514killpg:
25152515.globl klogctl
2516.type klogctl, @function;
2516.type klogctl, %function;
25172517klogctl:
25182518.globl l64a
2519.type l64a, @function;
2519.type l64a, %function;
25202520l64a:
25212521.globl labs
2522.type labs, @function;
2522.type labs, %function;
25232523labs:
25242524.globl lchmod
2525.type lchmod, @function;
2525.type lchmod, %function;
25262526lchmod:
25272527.globl lchown
2528.type lchown, @function;
2528.type lchown, %function;
25292529lchown:
25302530.globl lckpwdf
2531.type lckpwdf, @function;
2531.type lckpwdf, %function;
25322532lckpwdf:
25332533.globl lcong48
2534.type lcong48, @function;
2534.type lcong48, %function;
25352535lcong48:
25362536.globl ldexp
2537.type ldexp, @function;
2537.type ldexp, %function;
25382538ldexp:
25392539.globl ldexpf
2540.type ldexpf, @function;
2540.type ldexpf, %function;
25412541ldexpf:
25422542.globl ldexpl
2543.type ldexpl, @function;
2543.type ldexpl, %function;
25442544ldexpl:
25452545.globl ldiv
2546.type ldiv, @function;
2546.type ldiv, %function;
25472547ldiv:
25482548.globl lfind
2549.type lfind, @function;
2549.type lfind, %function;
25502550lfind:
25512551.globl lgamma
2552.type lgamma, @function;
2552.type lgamma, %function;
25532553lgamma:
25542554.weak lgamma_r
2555.type lgamma_r, @function;
2555.type lgamma_r, %function;
25562556lgamma_r:
25572557.globl lgammaf
2558.type lgammaf, @function;
2558.type lgammaf, %function;
25592559lgammaf:
25602560.weak lgammaf_r
2561.type lgammaf_r, @function;
2561.type lgammaf_r, %function;
25622562lgammaf_r:
25632563.globl lgammal
2564.type lgammal, @function;
2564.type lgammal, %function;
25652565lgammal:
25662566.weak lgammal_r
2567.type lgammal_r, @function;
2567.type lgammal_r, %function;
25682568lgammal_r:
25692569.globl lgetxattr
2570.type lgetxattr, @function;
2570.type lgetxattr, %function;
25712571lgetxattr:
25722572.globl link
2573.type link, @function;
2573.type link, %function;
25742574link:
25752575.globl linkat
2576.type linkat, @function;
2576.type linkat, %function;
25772577linkat:
25782578.globl lio_listio
2579.type lio_listio, @function;
2579.type lio_listio, %function;
25802580lio_listio:
25812581.weak lio_listio64
2582.type lio_listio64, @function;
2582.type lio_listio64, %function;
25832583lio_listio64:
25842584.globl listen
2585.type listen, @function;
2585.type listen, %function;
25862586listen:
25872587.globl listxattr
2588.type listxattr, @function;
2588.type listxattr, %function;
25892589listxattr:
25902590.globl llabs
2591.type llabs, @function;
2591.type llabs, %function;
25922592llabs:
25932593.globl lldiv
2594.type lldiv, @function;
2594.type lldiv, %function;
25952595lldiv:
25962596.globl llistxattr
2597.type llistxattr, @function;
2597.type llistxattr, %function;
25982598llistxattr:
25992599.globl llrint
2600.type llrint, @function;
2600.type llrint, %function;
26012601llrint:
26022602.globl llrintf
2603.type llrintf, @function;
2603.type llrintf, %function;
26042604llrintf:
26052605.globl llrintl
2606.type llrintl, @function;
2606.type llrintl, %function;
26072607llrintl:
26082608.globl llround
2609.type llround, @function;
2609.type llround, %function;
26102610llround:
26112611.globl llroundf
2612.type llroundf, @function;
2612.type llroundf, %function;
26132613llroundf:
26142614.globl llroundl
2615.type llroundl, @function;
2615.type llroundl, %function;
26162616llroundl:
26172617.globl localeconv
2618.type localeconv, @function;
2618.type localeconv, %function;
26192619localeconv:
26202620.globl localtime
2621.type localtime, @function;
2621.type localtime, %function;
26222622localtime:
26232623.weak localtime_r
2624.type localtime_r, @function;
2624.type localtime_r, %function;
26252625localtime_r:
26262626.globl lockf
2627.type lockf, @function;
2627.type lockf, %function;
26282628lockf:
26292629.weak lockf64
2630.type lockf64, @function;
2630.type lockf64, %function;
26312631lockf64:
26322632.globl log
2633.type log, @function;
2633.type log, %function;
26342634log:
26352635.globl log10
2636.type log10, @function;
2636.type log10, %function;
26372637log10:
26382638.globl log10f
2639.type log10f, @function;
2639.type log10f, %function;
26402640log10f:
26412641.globl log10l
2642.type log10l, @function;
2642.type log10l, %function;
26432643log10l:
26442644.globl log1p
2645.type log1p, @function;
2645.type log1p, %function;
26462646log1p:
26472647.globl log1pf
2648.type log1pf, @function;
2648.type log1pf, %function;
26492649log1pf:
26502650.globl log1pl
2651.type log1pl, @function;
2651.type log1pl, %function;
26522652log1pl:
26532653.globl log2
2654.type log2, @function;
2654.type log2, %function;
26552655log2:
26562656.globl log2f
2657.type log2f, @function;
2657.type log2f, %function;
26582658log2f:
26592659.globl log2l
2660.type log2l, @function;
2660.type log2l, %function;
26612661log2l:
26622662.globl logb
2663.type logb, @function;
2663.type logb, %function;
26642664logb:
26652665.globl logbf
2666.type logbf, @function;
2666.type logbf, %function;
26672667logbf:
26682668.globl logbl
2669.type logbl, @function;
2669.type logbl, %function;
26702670logbl:
26712671.globl logf
2672.type logf, @function;
2672.type logf, %function;
26732673logf:
26742674.globl login_tty
2675.type login_tty, @function;
2675.type login_tty, %function;
26762676login_tty:
26772677.globl logl
2678.type logl, @function;
2678.type logl, %function;
26792679logl:
26802680.globl longjmp
2681.type longjmp, @function;
2681.type longjmp, %function;
26822682longjmp:
26832683.globl lrand48
2684.type lrand48, @function;
2684.type lrand48, %function;
26852685lrand48:
26862686.globl lremovexattr
2687.type lremovexattr, @function;
2687.type lremovexattr, %function;
26882688lremovexattr:
26892689.globl lrint
2690.type lrint, @function;
2690.type lrint, %function;
26912691lrint:
26922692.globl lrintf
2693.type lrintf, @function;
2693.type lrintf, %function;
26942694lrintf:
26952695.globl lrintl
2696.type lrintl, @function;
2696.type lrintl, %function;
26972697lrintl:
26982698.globl lround
2699.type lround, @function;
2699.type lround, %function;
27002700lround:
27012701.globl lroundf
2702.type lroundf, @function;
2702.type lroundf, %function;
27032703lroundf:
27042704.globl lroundl
2705.type lroundl, @function;
2705.type lroundl, %function;
27062706lroundl:
27072707.globl lsearch
2708.type lsearch, @function;
2708.type lsearch, %function;
27092709lsearch:
27102710.weak lseek
2711.type lseek, @function;
2711.type lseek, %function;
27122712lseek:
27132713.weak lseek64
2714.type lseek64, @function;
2714.type lseek64, %function;
27152715lseek64:
27162716.globl lsetxattr
2717.type lsetxattr, @function;
2717.type lsetxattr, %function;
27182718lsetxattr:
27192719.globl lstat
2720.type lstat, @function;
2720.type lstat, %function;
27212721lstat:
27222722.weak lstat64
2723.type lstat64, @function;
2723.type lstat64, %function;
27242724lstat64:
27252725.globl lutimes
2726.type lutimes, @function;
2726.type lutimes, %function;
27272727lutimes:
27282728.weak madvise
2729.type madvise, @function;
2729.type madvise, %function;
27302730madvise:
27312731.globl malloc
2732.type malloc, @function;
2732.type malloc, %function;
27332733malloc:
27342734.globl malloc_usable_size
2735.type malloc_usable_size, @function;
2735.type malloc_usable_size, %function;
27362736malloc_usable_size:
27372737.globl mblen
2738.type mblen, @function;
2738.type mblen, %function;
27392739mblen:
27402740.globl mbrlen
2741.type mbrlen, @function;
2741.type mbrlen, %function;
27422742mbrlen:
27432743.globl mbrtoc16
2744.type mbrtoc16, @function;
2744.type mbrtoc16, %function;
27452745mbrtoc16:
27462746.globl mbrtoc32
2747.type mbrtoc32, @function;
2747.type mbrtoc32, %function;
27482748mbrtoc32:
27492749.globl mbrtowc
2750.type mbrtowc, @function;
2750.type mbrtowc, %function;
27512751mbrtowc:
27522752.globl mbsinit
2753.type mbsinit, @function;
2753.type mbsinit, %function;
27542754mbsinit:
27552755.globl mbsnrtowcs
2756.type mbsnrtowcs, @function;
2756.type mbsnrtowcs, %function;
27572757mbsnrtowcs:
27582758.globl mbsrtowcs
2759.type mbsrtowcs, @function;
2759.type mbsrtowcs, %function;
27602760mbsrtowcs:
27612761.globl mbstowcs
2762.type mbstowcs, @function;
2762.type mbstowcs, %function;
27632763mbstowcs:
27642764.globl mbtowc
2765.type mbtowc, @function;
2765.type mbtowc, %function;
27662766mbtowc:
27672767.globl memalign
2768.type memalign, @function;
2768.type memalign, %function;
27692769memalign:
27702770.weak membarrier
2771.type membarrier, @function;
2771.type membarrier, %function;
27722772membarrier:
27732773.globl memccpy
2774.type memccpy, @function;
2774.type memccpy, %function;
27752775memccpy:
27762776.globl memchr
2777.type memchr, @function;
2777.type memchr, %function;
27782778memchr:
27792779.globl memcmp
2780.type memcmp, @function;
2780.type memcmp, %function;
27812781memcmp:
27822782.globl memcpy
2783.type memcpy, @function;
2783.type memcpy, %function;
27842784memcpy:
27852785.globl memfd_create
2786.type memfd_create, @function;
2786.type memfd_create, %function;
27872787memfd_create:
27882788.globl memmem
2789.type memmem, @function;
2789.type memmem, %function;
27902790memmem:
27912791.globl memmove
2792.type memmove, @function;
2792.type memmove, %function;
27932793memmove:
27942794.globl mempcpy
2795.type mempcpy, @function;
2795.type mempcpy, %function;
27962796mempcpy:
27972797.weak memrchr
2798.type memrchr, @function;
2798.type memrchr, %function;
27992799memrchr:
28002800.globl memset
2801.type memset, @function;
2801.type memset, %function;
28022802memset:
28032803.globl mincore
2804.type mincore, @function;
2804.type mincore, %function;
28052805mincore:
28062806.globl mkdir
2807.type mkdir, @function;
2807.type mkdir, %function;
28082808mkdir:
28092809.globl mkdirat
2810.type mkdirat, @function;
2810.type mkdirat, %function;
28112811mkdirat:
28122812.globl mkdtemp
2813.type mkdtemp, @function;
2813.type mkdtemp, %function;
28142814mkdtemp:
28152815.globl mkfifo
2816.type mkfifo, @function;
2816.type mkfifo, %function;
28172817mkfifo:
28182818.globl mkfifoat
2819.type mkfifoat, @function;
2819.type mkfifoat, %function;
28202820mkfifoat:
28212821.globl mknod
2822.type mknod, @function;
2822.type mknod, %function;
28232823mknod:
28242824.globl mknodat
2825.type mknodat, @function;
2825.type mknodat, %function;
28262826mknodat:
28272827.globl mkostemp
2828.type mkostemp, @function;
2828.type mkostemp, %function;
28292829mkostemp:
28302830.weak mkostemp64
2831.type mkostemp64, @function;
2831.type mkostemp64, %function;
28322832mkostemp64:
28332833.weak mkostemps
2834.type mkostemps, @function;
2834.type mkostemps, %function;
28352835mkostemps:
28362836.weak mkostemps64
2837.type mkostemps64, @function;
2837.type mkostemps64, %function;
28382838mkostemps64:
28392839.globl mkstemp
2840.type mkstemp, @function;
2840.type mkstemp, %function;
28412841mkstemp:
28422842.weak mkstemp64
2843.type mkstemp64, @function;
2843.type mkstemp64, %function;
28442844mkstemp64:
28452845.globl mkstemps
2846.type mkstemps, @function;
2846.type mkstemps, %function;
28472847mkstemps:
28482848.weak mkstemps64
2849.type mkstemps64, @function;
2849.type mkstemps64, %function;
28502850mkstemps64:
28512851.globl mktemp
2852.type mktemp, @function;
2852.type mktemp, %function;
28532853mktemp:
28542854.globl mktime
2855.type mktime, @function;
2855.type mktime, %function;
28562856mktime:
28572857.globl mlock
2858.type mlock, @function;
2858.type mlock, %function;
28592859mlock:
28602860.globl mlock2
2861.type mlock2, @function;
2861.type mlock2, %function;
28622862mlock2:
28632863.globl mlockall
2864.type mlockall, @function;
2864.type mlockall, %function;
28652865mlockall:
28662866.weak mmap
2867.type mmap, @function;
2867.type mmap, %function;
28682868mmap:
28692869.weak mmap64
2870.type mmap64, @function;
2870.type mmap64, %function;
28712871mmap64:
28722872.globl modf
2873.type modf, @function;
2873.type modf, %function;
28742874modf:
28752875.globl modff
2876.type modff, @function;
2876.type modff, %function;
28772877modff:
28782878.globl modfl
2879.type modfl, @function;
2879.type modfl, %function;
28802880modfl:
28812881.globl mount
2882.type mount, @function;
2882.type mount, %function;
28832883mount:
28842884.weak mprotect
2885.type mprotect, @function;
2885.type mprotect, %function;
28862886mprotect:
28872887.globl mq_close
2888.type mq_close, @function;
2888.type mq_close, %function;
28892889mq_close:
28902890.globl mq_getattr
2891.type mq_getattr, @function;
2891.type mq_getattr, %function;
28922892mq_getattr:
28932893.globl mq_notify
2894.type mq_notify, @function;
2894.type mq_notify, %function;
28952895mq_notify:
28962896.globl mq_open
2897.type mq_open, @function;
2897.type mq_open, %function;
28982898mq_open:
28992899.globl mq_receive
2900.type mq_receive, @function;
2900.type mq_receive, %function;
29012901mq_receive:
29022902.globl mq_send
2903.type mq_send, @function;
2903.type mq_send, %function;
29042904mq_send:
29052905.globl mq_setattr
2906.type mq_setattr, @function;
2906.type mq_setattr, %function;
29072907mq_setattr:
29082908.globl mq_timedreceive
2909.type mq_timedreceive, @function;
2909.type mq_timedreceive, %function;
29102910mq_timedreceive:
29112911.globl mq_timedsend
2912.type mq_timedsend, @function;
2912.type mq_timedsend, %function;
29132913mq_timedsend:
29142914.globl mq_unlink
2915.type mq_unlink, @function;
2915.type mq_unlink, %function;
29162916mq_unlink:
29172917.globl mrand48
2918.type mrand48, @function;
2918.type mrand48, %function;
29192919mrand48:
29202920.weak mremap
2921.type mremap, @function;
2921.type mremap, %function;
29222922mremap:
29232923.globl msgctl
2924.type msgctl, @function;
2924.type msgctl, %function;
29252925msgctl:
29262926.globl msgget
2927.type msgget, @function;
2927.type msgget, %function;
29282928msgget:
29292929.globl msgrcv
2930.type msgrcv, @function;
2930.type msgrcv, %function;
29312931msgrcv:
29322932.globl msgsnd
2933.type msgsnd, @function;
2933.type msgsnd, %function;
29342934msgsnd:
29352935.globl msync
2936.type msync, @function;
2936.type msync, %function;
29372937msync:
29382938.globl mtx_destroy
2939.type mtx_destroy, @function;
2939.type mtx_destroy, %function;
29402940mtx_destroy:
29412941.globl mtx_init
2942.type mtx_init, @function;
2942.type mtx_init, %function;
29432943mtx_init:
29442944.globl mtx_lock
2945.type mtx_lock, @function;
2945.type mtx_lock, %function;
29462946mtx_lock:
29472947.globl mtx_timedlock
2948.type mtx_timedlock, @function;
2948.type mtx_timedlock, %function;
29492949mtx_timedlock:
29502950.globl mtx_trylock
2951.type mtx_trylock, @function;
2951.type mtx_trylock, %function;
29522952mtx_trylock:
29532953.globl mtx_unlock
2954.type mtx_unlock, @function;
2954.type mtx_unlock, %function;
29552955mtx_unlock:
29562956.globl munlock
2957.type munlock, @function;
2957.type munlock, %function;
29582958munlock:
29592959.globl munlockall
2960.type munlockall, @function;
2960.type munlockall, %function;
29612961munlockall:
29622962.weak munmap
2963.type munmap, @function;
2963.type munmap, %function;
29642964munmap:
29652965.globl name_to_handle_at
2966.type name_to_handle_at, @function;
2966.type name_to_handle_at, %function;
29672967name_to_handle_at:
29682968.globl nan
2969.type nan, @function;
2969.type nan, %function;
29702970nan:
29712971.globl nanf
2972.type nanf, @function;
2972.type nanf, %function;
29732973nanf:
29742974.globl nanl
2975.type nanl, @function;
2975.type nanl, %function;
29762976nanl:
29772977.globl nanosleep
2978.type nanosleep, @function;
2978.type nanosleep, %function;
29792979nanosleep:
29802980.globl nearbyint
2981.type nearbyint, @function;
2981.type nearbyint, %function;
29822982nearbyint:
29832983.globl nearbyintf
2984.type nearbyintf, @function;
2984.type nearbyintf, %function;
29852985nearbyintf:
29862986.globl nearbyintl
2987.type nearbyintl, @function;
2987.type nearbyintl, %function;
29882988nearbyintl:
29892989.weak newlocale
2990.type newlocale, @function;
2990.type newlocale, %function;
29912991newlocale:
29922992.globl nextafter
2993.type nextafter, @function;
2993.type nextafter, %function;
29942994nextafter:
29952995.globl nextafterf
2996.type nextafterf, @function;
2996.type nextafterf, %function;
29972997nextafterf:
29982998.globl nextafterl
2999.type nextafterl, @function;
2999.type nextafterl, %function;
30003000nextafterl:
30013001.globl nexttoward
3002.type nexttoward, @function;
3002.type nexttoward, %function;
30033003nexttoward:
30043004.globl nexttowardf
3005.type nexttowardf, @function;
3005.type nexttowardf, %function;
30063006nexttowardf:
30073007.globl nexttowardl
3008.type nexttowardl, @function;
3008.type nexttowardl, %function;
30093009nexttowardl:
30103010.globl nftw
3011.type nftw, @function;
3011.type nftw, %function;
30123012nftw:
30133013.weak nftw64
3014.type nftw64, @function;
3014.type nftw64, %function;
30153015nftw64:
30163016.globl ngettext
3017.type ngettext, @function;
3017.type ngettext, %function;
30183018ngettext:
30193019.globl nice
3020.type nice, @function;
3020.type nice, %function;
30213021nice:
30223022.weak nl_langinfo
3023.type nl_langinfo, @function;
3023.type nl_langinfo, %function;
30243024nl_langinfo:
30253025.weak nl_langinfo_l
3026.type nl_langinfo_l, @function;
3026.type nl_langinfo_l, %function;
30273027nl_langinfo_l:
30283028.globl nrand48
3029.type nrand48, @function;
3029.type nrand48, %function;
30303030nrand48:
30313031.globl ns_get16
3032.type ns_get16, @function;
3032.type ns_get16, %function;
30333033ns_get16:
30343034.globl ns_get32
3035.type ns_get32, @function;
3035.type ns_get32, %function;
30363036ns_get32:
30373037.globl ns_initparse
3038.type ns_initparse, @function;
3038.type ns_initparse, %function;
30393039ns_initparse:
30403040.globl ns_name_uncompress
3041.type ns_name_uncompress, @function;
3041.type ns_name_uncompress, %function;
30423042ns_name_uncompress:
30433043.globl ns_parserr
3044.type ns_parserr, @function;
3044.type ns_parserr, %function;
30453045ns_parserr:
30463046.globl ns_put16
3047.type ns_put16, @function;
3047.type ns_put16, %function;
30483048ns_put16:
30493049.globl ns_put32
3050.type ns_put32, @function;
3050.type ns_put32, %function;
30513051ns_put32:
30523052.globl ns_skiprr
3053.type ns_skiprr, @function;
3053.type ns_skiprr, %function;
30543054ns_skiprr:
30553055.globl ntohl
3056.type ntohl, @function;
3056.type ntohl, %function;
30573057ntohl:
30583058.globl ntohs
3059.type ntohs, @function;
3059.type ntohs, %function;
30603060ntohs:
30613061.globl open
3062.type open, @function;
3062.type open, %function;
30633063open:
30643064.weak open64
3065.type open64, @function;
3065.type open64, %function;
30663066open64:
30673067.globl open_by_handle_at
3068.type open_by_handle_at, @function;
3068.type open_by_handle_at, %function;
30693069open_by_handle_at:
30703070.globl open_memstream
3071.type open_memstream, @function;
3071.type open_memstream, %function;
30723072open_memstream:
30733073.globl open_wmemstream
3074.type open_wmemstream, @function;
3074.type open_wmemstream, %function;
30753075open_wmemstream:
30763076.globl openat
3077.type openat, @function;
3077.type openat, %function;
30783078openat:
30793079.weak openat64
3080.type openat64, @function;
3080.type openat64, %function;
30813081openat64:
30823082.globl opendir
3083.type opendir, @function;
3083.type opendir, %function;
30843084opendir:
30853085.globl openlog
3086.type openlog, @function;
3086.type openlog, %function;
30873087openlog:
30883088.globl openpty
3089.type openpty, @function;
3089.type openpty, %function;
30903090openpty:
30913091.globl pathconf
3092.type pathconf, @function;
3092.type pathconf, %function;
30933093pathconf:
30943094.globl pause
3095.type pause, @function;
3095.type pause, %function;
30963096pause:
30973097.globl pclose
3098.type pclose, @function;
3098.type pclose, %function;
30993099pclose:
31003100.globl perror
3101.type perror, @function;
3101.type perror, %function;
31023102perror:
31033103.globl personality
3104.type personality, @function;
3104.type personality, %function;
31053105personality:
31063106.globl pipe
3107.type pipe, @function;
3107.type pipe, %function;
31083108pipe:
31093109.globl pipe2
3110.type pipe2, @function;
3110.type pipe2, %function;
31113111pipe2:
31123112.globl pivot_root
3113.type pivot_root, @function;
3113.type pivot_root, %function;
31143114pivot_root:
31153115.globl poll
3116.type poll, @function;
3116.type poll, %function;
31173117poll:
31183118.globl popen
3119.type popen, @function;
3119.type popen, %function;
31203120popen:
31213121.globl posix_close
3122.type posix_close, @function;
3122.type posix_close, %function;
31233123posix_close:
31243124.globl posix_fadvise
3125.type posix_fadvise, @function;
3125.type posix_fadvise, %function;
31263126posix_fadvise:
31273127.weak posix_fadvise64
3128.type posix_fadvise64, @function;
3128.type posix_fadvise64, %function;
31293129posix_fadvise64:
31303130.globl posix_fallocate
3131.type posix_fallocate, @function;
3131.type posix_fallocate, %function;
31323132posix_fallocate:
31333133.weak posix_fallocate64
3134.type posix_fallocate64, @function;
3134.type posix_fallocate64, %function;
31353135posix_fallocate64:
31363136.globl posix_madvise
3137.type posix_madvise, @function;
3137.type posix_madvise, %function;
31383138posix_madvise:
31393139.globl posix_memalign
3140.type posix_memalign, @function;
3140.type posix_memalign, %function;
31413141posix_memalign:
31423142.globl posix_openpt
3143.type posix_openpt, @function;
3143.type posix_openpt, %function;
31443144posix_openpt:
31453145.globl posix_spawn
3146.type posix_spawn, @function;
3146.type posix_spawn, %function;
31473147posix_spawn:
31483148.globl posix_spawn_file_actions_addchdir_np
3149.type posix_spawn_file_actions_addchdir_np, @function;
3149.type posix_spawn_file_actions_addchdir_np, %function;
31503150posix_spawn_file_actions_addchdir_np:
31513151.globl posix_spawn_file_actions_addclose
3152.type posix_spawn_file_actions_addclose, @function;
3152.type posix_spawn_file_actions_addclose, %function;
31533153posix_spawn_file_actions_addclose:
31543154.globl posix_spawn_file_actions_adddup2
3155.type posix_spawn_file_actions_adddup2, @function;
3155.type posix_spawn_file_actions_adddup2, %function;
31563156posix_spawn_file_actions_adddup2:
31573157.globl posix_spawn_file_actions_addfchdir_np
3158.type posix_spawn_file_actions_addfchdir_np, @function;
3158.type posix_spawn_file_actions_addfchdir_np, %function;
31593159posix_spawn_file_actions_addfchdir_np:
31603160.globl posix_spawn_file_actions_addopen
3161.type posix_spawn_file_actions_addopen, @function;
3161.type posix_spawn_file_actions_addopen, %function;
31623162posix_spawn_file_actions_addopen:
31633163.globl posix_spawn_file_actions_destroy
3164.type posix_spawn_file_actions_destroy, @function;
3164.type posix_spawn_file_actions_destroy, %function;
31653165posix_spawn_file_actions_destroy:
31663166.globl posix_spawn_file_actions_init
3167.type posix_spawn_file_actions_init, @function;
3167.type posix_spawn_file_actions_init, %function;
31683168posix_spawn_file_actions_init:
31693169.globl posix_spawnattr_destroy
3170.type posix_spawnattr_destroy, @function;
3170.type posix_spawnattr_destroy, %function;
31713171posix_spawnattr_destroy:
31723172.globl posix_spawnattr_getflags
3173.type posix_spawnattr_getflags, @function;
3173.type posix_spawnattr_getflags, %function;
31743174posix_spawnattr_getflags:
31753175.globl posix_spawnattr_getpgroup
3176.type posix_spawnattr_getpgroup, @function;
3176.type posix_spawnattr_getpgroup, %function;
31773177posix_spawnattr_getpgroup:
31783178.globl posix_spawnattr_getschedparam
3179.type posix_spawnattr_getschedparam, @function;
3179.type posix_spawnattr_getschedparam, %function;
31803180posix_spawnattr_getschedparam:
31813181.globl posix_spawnattr_getschedpolicy
3182.type posix_spawnattr_getschedpolicy, @function;
3182.type posix_spawnattr_getschedpolicy, %function;
31833183posix_spawnattr_getschedpolicy:
31843184.globl posix_spawnattr_getsigdefault
3185.type posix_spawnattr_getsigdefault, @function;
3185.type posix_spawnattr_getsigdefault, %function;
31863186posix_spawnattr_getsigdefault:
31873187.globl posix_spawnattr_getsigmask
3188.type posix_spawnattr_getsigmask, @function;
3188.type posix_spawnattr_getsigmask, %function;
31893189posix_spawnattr_getsigmask:
31903190.globl posix_spawnattr_init
3191.type posix_spawnattr_init, @function;
3191.type posix_spawnattr_init, %function;
31923192posix_spawnattr_init:
31933193.globl posix_spawnattr_setflags
3194.type posix_spawnattr_setflags, @function;
3194.type posix_spawnattr_setflags, %function;
31953195posix_spawnattr_setflags:
31963196.globl posix_spawnattr_setpgroup
3197.type posix_spawnattr_setpgroup, @function;
3197.type posix_spawnattr_setpgroup, %function;
31983198posix_spawnattr_setpgroup:
31993199.globl posix_spawnattr_setschedparam
3200.type posix_spawnattr_setschedparam, @function;
3200.type posix_spawnattr_setschedparam, %function;
32013201posix_spawnattr_setschedparam:
32023202.globl posix_spawnattr_setschedpolicy
3203.type posix_spawnattr_setschedpolicy, @function;
3203.type posix_spawnattr_setschedpolicy, %function;
32043204posix_spawnattr_setschedpolicy:
32053205.globl posix_spawnattr_setsigdefault
3206.type posix_spawnattr_setsigdefault, @function;
3206.type posix_spawnattr_setsigdefault, %function;
32073207posix_spawnattr_setsigdefault:
32083208.globl posix_spawnattr_setsigmask
3209.type posix_spawnattr_setsigmask, @function;
3209.type posix_spawnattr_setsigmask, %function;
32103210posix_spawnattr_setsigmask:
32113211.globl posix_spawnp
3212.type posix_spawnp, @function;
3212.type posix_spawnp, %function;
32133213posix_spawnp:
32143214.globl pow
3215.type pow, @function;
3215.type pow, %function;
32163216pow:
32173217.weak pow10
3218.type pow10, @function;
3218.type pow10, %function;
32193219pow10:
32203220.weak pow10f
3221.type pow10f, @function;
3221.type pow10f, %function;
32223222pow10f:
32233223.weak pow10l
3224.type pow10l, @function;
3224.type pow10l, %function;
32253225pow10l:
32263226.globl powf
3227.type powf, @function;
3227.type powf, %function;
32283228powf:
32293229.globl powl
3230.type powl, @function;
3230.type powl, %function;
32313231powl:
32323232.globl ppoll
3233.type ppoll, @function;
3233.type ppoll, %function;
32343234ppoll:
32353235.globl prctl
3236.type prctl, @function;
3236.type prctl, %function;
32373237prctl:
32383238.globl pread
3239.type pread, @function;
3239.type pread, %function;
32403240pread:
32413241.weak pread64
3242.type pread64, @function;
3242.type pread64, %function;
32433243pread64:
32443244.globl preadv
3245.type preadv, @function;
3245.type preadv, %function;
32463246preadv:
32473247.weak preadv64
3248.type preadv64, @function;
3248.type preadv64, %function;
32493249preadv64:
32503250.globl printf
3251.type printf, @function;
3251.type printf, %function;
32523252printf:
32533253.globl prlimit
3254.type prlimit, @function;
3254.type prlimit, %function;
32553255prlimit:
32563256.weak prlimit64
3257.type prlimit64, @function;
3257.type prlimit64, %function;
32583258prlimit64:
32593259.globl process_vm_readv
3260.type process_vm_readv, @function;
3260.type process_vm_readv, %function;
32613261process_vm_readv:
32623262.globl process_vm_writev
3263.type process_vm_writev, @function;
3263.type process_vm_writev, %function;
32643264process_vm_writev:
32653265.globl pselect
3266.type pselect, @function;
3266.type pselect, %function;
32673267pselect:
32683268.globl psiginfo
3269.type psiginfo, @function;
3269.type psiginfo, %function;
32703270psiginfo:
32713271.globl psignal
3272.type psignal, @function;
3272.type psignal, %function;
32733273psignal:
32743274.globl pthread_atfork
3275.type pthread_atfork, @function;
3275.type pthread_atfork, %function;
32763276pthread_atfork:
32773277.globl pthread_attr_destroy
3278.type pthread_attr_destroy, @function;
3278.type pthread_attr_destroy, %function;
32793279pthread_attr_destroy:
32803280.globl pthread_attr_getdetachstate
3281.type pthread_attr_getdetachstate, @function;
3281.type pthread_attr_getdetachstate, %function;
32823282pthread_attr_getdetachstate:
32833283.globl pthread_attr_getguardsize
3284.type pthread_attr_getguardsize, @function;
3284.type pthread_attr_getguardsize, %function;
32853285pthread_attr_getguardsize:
32863286.globl pthread_attr_getinheritsched
3287.type pthread_attr_getinheritsched, @function;
3287.type pthread_attr_getinheritsched, %function;
32883288pthread_attr_getinheritsched:
32893289.globl pthread_attr_getschedparam
3290.type pthread_attr_getschedparam, @function;
3290.type pthread_attr_getschedparam, %function;
32913291pthread_attr_getschedparam:
32923292.globl pthread_attr_getschedpolicy
3293.type pthread_attr_getschedpolicy, @function;
3293.type pthread_attr_getschedpolicy, %function;
32943294pthread_attr_getschedpolicy:
32953295.globl pthread_attr_getscope
3296.type pthread_attr_getscope, @function;
3296.type pthread_attr_getscope, %function;
32973297pthread_attr_getscope:
32983298.globl pthread_attr_getstack
3299.type pthread_attr_getstack, @function;
3299.type pthread_attr_getstack, %function;
33003300pthread_attr_getstack:
33013301.globl pthread_attr_getstacksize
3302.type pthread_attr_getstacksize, @function;
3302.type pthread_attr_getstacksize, %function;
33033303pthread_attr_getstacksize:
33043304.globl pthread_attr_init
3305.type pthread_attr_init, @function;
3305.type pthread_attr_init, %function;
33063306pthread_attr_init:
33073307.globl pthread_attr_setdetachstate
3308.type pthread_attr_setdetachstate, @function;
3308.type pthread_attr_setdetachstate, %function;
33093309pthread_attr_setdetachstate:
33103310.globl pthread_attr_setguardsize
3311.type pthread_attr_setguardsize, @function;
3311.type pthread_attr_setguardsize, %function;
33123312pthread_attr_setguardsize:
33133313.globl pthread_attr_setinheritsched
3314.type pthread_attr_setinheritsched, @function;
3314.type pthread_attr_setinheritsched, %function;
33153315pthread_attr_setinheritsched:
33163316.globl pthread_attr_setschedparam
3317.type pthread_attr_setschedparam, @function;
3317.type pthread_attr_setschedparam, %function;
33183318pthread_attr_setschedparam:
33193319.globl pthread_attr_setschedpolicy
3320.type pthread_attr_setschedpolicy, @function;
3320.type pthread_attr_setschedpolicy, %function;
33213321pthread_attr_setschedpolicy:
33223322.globl pthread_attr_setscope
3323.type pthread_attr_setscope, @function;
3323.type pthread_attr_setscope, %function;
33243324pthread_attr_setscope:
33253325.globl pthread_attr_setstack
3326.type pthread_attr_setstack, @function;
3326.type pthread_attr_setstack, %function;
33273327pthread_attr_setstack:
33283328.globl pthread_attr_setstacksize
3329.type pthread_attr_setstacksize, @function;
3329.type pthread_attr_setstacksize, %function;
33303330pthread_attr_setstacksize:
33313331.globl pthread_barrier_destroy
3332.type pthread_barrier_destroy, @function;
3332.type pthread_barrier_destroy, %function;
33333333pthread_barrier_destroy:
33343334.globl pthread_barrier_init
3335.type pthread_barrier_init, @function;
3335.type pthread_barrier_init, %function;
33363336pthread_barrier_init:
33373337.globl pthread_barrier_wait
3338.type pthread_barrier_wait, @function;
3338.type pthread_barrier_wait, %function;
33393339pthread_barrier_wait:
33403340.globl pthread_barrierattr_destroy
3341.type pthread_barrierattr_destroy, @function;
3341.type pthread_barrierattr_destroy, %function;
33423342pthread_barrierattr_destroy:
33433343.globl pthread_barrierattr_getpshared
3344.type pthread_barrierattr_getpshared, @function;
3344.type pthread_barrierattr_getpshared, %function;
33453345pthread_barrierattr_getpshared:
33463346.globl pthread_barrierattr_init
3347.type pthread_barrierattr_init, @function;
3347.type pthread_barrierattr_init, %function;
33483348pthread_barrierattr_init:
33493349.globl pthread_barrierattr_setpshared
3350.type pthread_barrierattr_setpshared, @function;
3350.type pthread_barrierattr_setpshared, %function;
33513351pthread_barrierattr_setpshared:
33523352.globl pthread_cancel
3353.type pthread_cancel, @function;
3353.type pthread_cancel, %function;
33543354pthread_cancel:
33553355.globl pthread_cond_broadcast
3356.type pthread_cond_broadcast, @function;
3356.type pthread_cond_broadcast, %function;
33573357pthread_cond_broadcast:
33583358.globl pthread_cond_destroy
3359.type pthread_cond_destroy, @function;
3359.type pthread_cond_destroy, %function;
33603360pthread_cond_destroy:
33613361.globl pthread_cond_init
3362.type pthread_cond_init, @function;
3362.type pthread_cond_init, %function;
33633363pthread_cond_init:
33643364.globl pthread_cond_signal
3365.type pthread_cond_signal, @function;
3365.type pthread_cond_signal, %function;
33663366pthread_cond_signal:
33673367.weak pthread_cond_timedwait
3368.type pthread_cond_timedwait, @function;
3368.type pthread_cond_timedwait, %function;
33693369pthread_cond_timedwait:
33703370.globl pthread_cond_wait
3371.type pthread_cond_wait, @function;
3371.type pthread_cond_wait, %function;
33723372pthread_cond_wait:
33733373.globl pthread_condattr_destroy
3374.type pthread_condattr_destroy, @function;
3374.type pthread_condattr_destroy, %function;
33753375pthread_condattr_destroy:
33763376.globl pthread_condattr_getclock
3377.type pthread_condattr_getclock, @function;
3377.type pthread_condattr_getclock, %function;
33783378pthread_condattr_getclock:
33793379.globl pthread_condattr_getpshared
3380.type pthread_condattr_getpshared, @function;
3380.type pthread_condattr_getpshared, %function;
33813381pthread_condattr_getpshared:
33823382.globl pthread_condattr_init
3383.type pthread_condattr_init, @function;
3383.type pthread_condattr_init, %function;
33843384pthread_condattr_init:
33853385.globl pthread_condattr_setclock
3386.type pthread_condattr_setclock, @function;
3386.type pthread_condattr_setclock, %function;
33873387pthread_condattr_setclock:
33883388.globl pthread_condattr_setpshared
3389.type pthread_condattr_setpshared, @function;
3389.type pthread_condattr_setpshared, %function;
33903390pthread_condattr_setpshared:
33913391.weak pthread_create
3392.type pthread_create, @function;
3392.type pthread_create, %function;
33933393pthread_create:
33943394.weak pthread_detach
3395.type pthread_detach, @function;
3395.type pthread_detach, %function;
33963396pthread_detach:
33973397.weak pthread_equal
3398.type pthread_equal, @function;
3398.type pthread_equal, %function;
33993399pthread_equal:
34003400.weak pthread_exit
3401.type pthread_exit, @function;
3401.type pthread_exit, %function;
34023402pthread_exit:
34033403.globl pthread_getaffinity_np
3404.type pthread_getaffinity_np, @function;
3404.type pthread_getaffinity_np, %function;
34053405pthread_getaffinity_np:
34063406.globl pthread_getattr_default_np
3407.type pthread_getattr_default_np, @function;
3407.type pthread_getattr_default_np, %function;
34083408pthread_getattr_default_np:
34093409.globl pthread_getattr_np
3410.type pthread_getattr_np, @function;
3410.type pthread_getattr_np, %function;
34113411pthread_getattr_np:
34123412.globl pthread_getconcurrency
3413.type pthread_getconcurrency, @function;
3413.type pthread_getconcurrency, %function;
34143414pthread_getconcurrency:
34153415.globl pthread_getcpuclockid
3416.type pthread_getcpuclockid, @function;
3416.type pthread_getcpuclockid, %function;
34173417pthread_getcpuclockid:
34183418.globl pthread_getschedparam
3419.type pthread_getschedparam, @function;
3419.type pthread_getschedparam, %function;
34203420pthread_getschedparam:
34213421.weak pthread_getspecific
3422.type pthread_getspecific, @function;
3422.type pthread_getspecific, %function;
34233423pthread_getspecific:
34243424.weak pthread_join
3425.type pthread_join, @function;
3425.type pthread_join, %function;
34263426pthread_join:
34273427.weak pthread_key_create
3428.type pthread_key_create, @function;
3428.type pthread_key_create, %function;
34293429pthread_key_create:
34303430.weak pthread_key_delete
3431.type pthread_key_delete, @function;
3431.type pthread_key_delete, %function;
34323432pthread_key_delete:
34333433.globl pthread_kill
3434.type pthread_kill, @function;
3434.type pthread_kill, %function;
34353435pthread_kill:
34363436.globl pthread_mutex_consistent
3437.type pthread_mutex_consistent, @function;
3437.type pthread_mutex_consistent, %function;
34383438pthread_mutex_consistent:
34393439.globl pthread_mutex_destroy
3440.type pthread_mutex_destroy, @function;
3440.type pthread_mutex_destroy, %function;
34413441pthread_mutex_destroy:
34423442.globl pthread_mutex_getprioceiling
3443.type pthread_mutex_getprioceiling, @function;
3443.type pthread_mutex_getprioceiling, %function;
34443444pthread_mutex_getprioceiling:
34453445.globl pthread_mutex_init
3446.type pthread_mutex_init, @function;
3446.type pthread_mutex_init, %function;
34473447pthread_mutex_init:
34483448.weak pthread_mutex_lock
3449.type pthread_mutex_lock, @function;
3449.type pthread_mutex_lock, %function;
34503450pthread_mutex_lock:
34513451.globl pthread_mutex_setprioceiling
3452.type pthread_mutex_setprioceiling, @function;
3452.type pthread_mutex_setprioceiling, %function;
34533453pthread_mutex_setprioceiling:
34543454.weak pthread_mutex_timedlock
3455.type pthread_mutex_timedlock, @function;
3455.type pthread_mutex_timedlock, %function;
34563456pthread_mutex_timedlock:
34573457.weak pthread_mutex_trylock
3458.type pthread_mutex_trylock, @function;
3458.type pthread_mutex_trylock, %function;
34593459pthread_mutex_trylock:
34603460.weak pthread_mutex_unlock
3461.type pthread_mutex_unlock, @function;
3461.type pthread_mutex_unlock, %function;
34623462pthread_mutex_unlock:
34633463.globl pthread_mutexattr_destroy
3464.type pthread_mutexattr_destroy, @function;
3464.type pthread_mutexattr_destroy, %function;
34653465pthread_mutexattr_destroy:
34663466.globl pthread_mutexattr_getprotocol
3467.type pthread_mutexattr_getprotocol, @function;
3467.type pthread_mutexattr_getprotocol, %function;
34683468pthread_mutexattr_getprotocol:
34693469.globl pthread_mutexattr_getpshared
3470.type pthread_mutexattr_getpshared, @function;
3470.type pthread_mutexattr_getpshared, %function;
34713471pthread_mutexattr_getpshared:
34723472.globl pthread_mutexattr_getrobust
3473.type pthread_mutexattr_getrobust, @function;
3473.type pthread_mutexattr_getrobust, %function;
34743474pthread_mutexattr_getrobust:
34753475.globl pthread_mutexattr_gettype
3476.type pthread_mutexattr_gettype, @function;
3476.type pthread_mutexattr_gettype, %function;
34773477pthread_mutexattr_gettype:
34783478.globl pthread_mutexattr_init
3479.type pthread_mutexattr_init, @function;
3479.type pthread_mutexattr_init, %function;
34803480pthread_mutexattr_init:
34813481.globl pthread_mutexattr_setprotocol
3482.type pthread_mutexattr_setprotocol, @function;
3482.type pthread_mutexattr_setprotocol, %function;
34833483pthread_mutexattr_setprotocol:
34843484.globl pthread_mutexattr_setpshared
3485.type pthread_mutexattr_setpshared, @function;
3485.type pthread_mutexattr_setpshared, %function;
34863486pthread_mutexattr_setpshared:
34873487.globl pthread_mutexattr_setrobust
3488.type pthread_mutexattr_setrobust, @function;
3488.type pthread_mutexattr_setrobust, %function;
34893489pthread_mutexattr_setrobust:
34903490.globl pthread_mutexattr_settype
3491.type pthread_mutexattr_settype, @function;
3491.type pthread_mutexattr_settype, %function;
34923492pthread_mutexattr_settype:
34933493.weak pthread_once
3494.type pthread_once, @function;
3494.type pthread_once, %function;
34953495pthread_once:
34963496.globl pthread_rwlock_destroy
3497.type pthread_rwlock_destroy, @function;
3497.type pthread_rwlock_destroy, %function;
34983498pthread_rwlock_destroy:
34993499.globl pthread_rwlock_init
3500.type pthread_rwlock_init, @function;
3500.type pthread_rwlock_init, %function;
35013501pthread_rwlock_init:
35023502.weak pthread_rwlock_rdlock
3503.type pthread_rwlock_rdlock, @function;
3503.type pthread_rwlock_rdlock, %function;
35043504pthread_rwlock_rdlock:
35053505.weak pthread_rwlock_timedrdlock
3506.type pthread_rwlock_timedrdlock, @function;
3506.type pthread_rwlock_timedrdlock, %function;
35073507pthread_rwlock_timedrdlock:
35083508.weak pthread_rwlock_timedwrlock
3509.type pthread_rwlock_timedwrlock, @function;
3509.type pthread_rwlock_timedwrlock, %function;
35103510pthread_rwlock_timedwrlock:
35113511.weak pthread_rwlock_tryrdlock
3512.type pthread_rwlock_tryrdlock, @function;
3512.type pthread_rwlock_tryrdlock, %function;
35133513pthread_rwlock_tryrdlock:
35143514.weak pthread_rwlock_trywrlock
3515.type pthread_rwlock_trywrlock, @function;
3515.type pthread_rwlock_trywrlock, %function;
35163516pthread_rwlock_trywrlock:
35173517.weak pthread_rwlock_unlock
3518.type pthread_rwlock_unlock, @function;
3518.type pthread_rwlock_unlock, %function;
35193519pthread_rwlock_unlock:
35203520.weak pthread_rwlock_wrlock
3521.type pthread_rwlock_wrlock, @function;
3521.type pthread_rwlock_wrlock, %function;
35223522pthread_rwlock_wrlock:
35233523.globl pthread_rwlockattr_destroy
3524.type pthread_rwlockattr_destroy, @function;
3524.type pthread_rwlockattr_destroy, %function;
35253525pthread_rwlockattr_destroy:
35263526.globl pthread_rwlockattr_getpshared
3527.type pthread_rwlockattr_getpshared, @function;
3527.type pthread_rwlockattr_getpshared, %function;
35283528pthread_rwlockattr_getpshared:
35293529.globl pthread_rwlockattr_init
3530.type pthread_rwlockattr_init, @function;
3530.type pthread_rwlockattr_init, %function;
35313531pthread_rwlockattr_init:
35323532.globl pthread_rwlockattr_setpshared
3533.type pthread_rwlockattr_setpshared, @function;
3533.type pthread_rwlockattr_setpshared, %function;
35343534pthread_rwlockattr_setpshared:
35353535.weak pthread_self
3536.type pthread_self, @function;
3536.type pthread_self, %function;
35373537pthread_self:
35383538.globl pthread_setaffinity_np
3539.type pthread_setaffinity_np, @function;
3539.type pthread_setaffinity_np, %function;
35403540pthread_setaffinity_np:
35413541.globl pthread_setattr_default_np
3542.type pthread_setattr_default_np, @function;
3542.type pthread_setattr_default_np, %function;
35433543pthread_setattr_default_np:
35443544.weak pthread_setcancelstate
3545.type pthread_setcancelstate, @function;
3545.type pthread_setcancelstate, %function;
35463546pthread_setcancelstate:
35473547.globl pthread_setcanceltype
3548.type pthread_setcanceltype, @function;
3548.type pthread_setcanceltype, %function;
35493549pthread_setcanceltype:
35503550.globl pthread_setconcurrency
3551.type pthread_setconcurrency, @function;
3551.type pthread_setconcurrency, %function;
35523552pthread_setconcurrency:
35533553.globl pthread_setname_np
3554.type pthread_setname_np, @function;
3554.type pthread_setname_np, %function;
35553555pthread_setname_np:
35563556.globl pthread_setschedparam
3557.type pthread_setschedparam, @function;
3557.type pthread_setschedparam, %function;
35583558pthread_setschedparam:
35593559.globl pthread_setschedprio
3560.type pthread_setschedprio, @function;
3560.type pthread_setschedprio, %function;
35613561pthread_setschedprio:
35623562.globl pthread_setspecific
3563.type pthread_setspecific, @function;
3563.type pthread_setspecific, %function;
35643564pthread_setspecific:
35653565.globl pthread_sigmask
3566.type pthread_sigmask, @function;
3566.type pthread_sigmask, %function;
35673567pthread_sigmask:
35683568.globl pthread_spin_destroy
3569.type pthread_spin_destroy, @function;
3569.type pthread_spin_destroy, %function;
35703570pthread_spin_destroy:
35713571.globl pthread_spin_init
3572.type pthread_spin_init, @function;
3572.type pthread_spin_init, %function;
35733573pthread_spin_init:
35743574.globl pthread_spin_lock
3575.type pthread_spin_lock, @function;
3575.type pthread_spin_lock, %function;
35763576pthread_spin_lock:
35773577.globl pthread_spin_trylock
3578.type pthread_spin_trylock, @function;
3578.type pthread_spin_trylock, %function;
35793579pthread_spin_trylock:
35803580.globl pthread_spin_unlock
3581.type pthread_spin_unlock, @function;
3581.type pthread_spin_unlock, %function;
35823582pthread_spin_unlock:
35833583.weak pthread_testcancel
3584.type pthread_testcancel, @function;
3584.type pthread_testcancel, %function;
35853585pthread_testcancel:
35863586.weak pthread_timedjoin_np
3587.type pthread_timedjoin_np, @function;
3587.type pthread_timedjoin_np, %function;
35883588pthread_timedjoin_np:
35893589.weak pthread_tryjoin_np
3590.type pthread_tryjoin_np, @function;
3590.type pthread_tryjoin_np, %function;
35913591pthread_tryjoin_np:
35923592.globl ptrace
3593.type ptrace, @function;
3593.type ptrace, %function;
35943594ptrace:
35953595.globl ptsname
3596.type ptsname, @function;
3596.type ptsname, %function;
35973597ptsname:
35983598.weak ptsname_r
3599.type ptsname_r, @function;
3599.type ptsname_r, %function;
36003600ptsname_r:
36013601.globl putc
3602.type putc, @function;
3602.type putc, %function;
36033603putc:
36043604.globl putc_unlocked
3605.type putc_unlocked, @function;
3605.type putc_unlocked, %function;
36063606putc_unlocked:
36073607.globl putchar
3608.type putchar, @function;
3608.type putchar, %function;
36093609putchar:
36103610.globl putchar_unlocked
3611.type putchar_unlocked, @function;
3611.type putchar_unlocked, %function;
36123612putchar_unlocked:
36133613.globl putenv
3614.type putenv, @function;
3614.type putenv, %function;
36153615putenv:
36163616.globl putgrent
3617.type putgrent, @function;
3617.type putgrent, %function;
36183618putgrent:
36193619.globl putpwent
3620.type putpwent, @function;
3620.type putpwent, %function;
36213621putpwent:
36223622.globl puts
3623.type puts, @function;
3623.type puts, %function;
36243624puts:
36253625.globl putspent
3626.type putspent, @function;
3626.type putspent, %function;
36273627putspent:
36283628.weak pututline
3629.type pututline, @function;
3629.type pututline, %function;
36303630pututline:
36313631.globl pututxline
3632.type pututxline, @function;
3632.type pututxline, %function;
36333633pututxline:
36343634.globl putw
3635.type putw, @function;
3635.type putw, %function;
36363636putw:
36373637.globl putwc
3638.type putwc, @function;
3638.type putwc, %function;
36393639putwc:
36403640.weak putwc_unlocked
3641.type putwc_unlocked, @function;
3641.type putwc_unlocked, %function;
36423642putwc_unlocked:
36433643.globl putwchar
3644.type putwchar, @function;
3644.type putwchar, %function;
36453645putwchar:
36463646.weak putwchar_unlocked
3647.type putwchar_unlocked, @function;
3647.type putwchar_unlocked, %function;
36483648putwchar_unlocked:
36493649.globl pwrite
3650.type pwrite, @function;
3650.type pwrite, %function;
36513651pwrite:
36523652.weak pwrite64
3653.type pwrite64, @function;
3653.type pwrite64, %function;
36543654pwrite64:
36553655.globl pwritev
3656.type pwritev, @function;
3656.type pwritev, %function;
36573657pwritev:
36583658.weak pwritev64
3659.type pwritev64, @function;
3659.type pwritev64, %function;
36603660pwritev64:
36613661.globl qsort
3662.type qsort, @function;
3662.type qsort, %function;
36633663qsort:
36643664.globl quick_exit
3665.type quick_exit, @function;
3665.type quick_exit, %function;
36663666quick_exit:
36673667.globl quotactl
3668.type quotactl, @function;
3668.type quotactl, %function;
36693669quotactl:
36703670.globl raise
3671.type raise, @function;
3671.type raise, %function;
36723672raise:
36733673.globl rand
3674.type rand, @function;
3674.type rand, %function;
36753675rand:
36763676.globl rand_r
3677.type rand_r, @function;
3677.type rand_r, %function;
36783678rand_r:
36793679.globl random
3680.type random, @function;
3680.type random, %function;
36813681random:
36823682.globl read
3683.type read, @function;
3683.type read, %function;
36843684read:
36853685.globl readahead
3686.type readahead, @function;
3686.type readahead, %function;
36873687readahead:
36883688.globl readdir
3689.type readdir, @function;
3689.type readdir, %function;
36903690readdir:
36913691.weak readdir64
3692.type readdir64, @function;
3692.type readdir64, %function;
36933693readdir64:
36943694.weak readdir64_r
3695.type readdir64_r, @function;
3695.type readdir64_r, %function;
36963696readdir64_r:
36973697.globl readdir_r
3698.type readdir_r, @function;
3698.type readdir_r, %function;
36993699readdir_r:
37003700.globl readlink
3701.type readlink, @function;
3701.type readlink, %function;
37023702readlink:
37033703.globl readlinkat
3704.type readlinkat, @function;
3704.type readlinkat, %function;
37053705readlinkat:
37063706.globl readv
3707.type readv, @function;
3707.type readv, %function;
37083708readv:
37093709.globl realloc
3710.type realloc, @function;
3710.type realloc, %function;
37113711realloc:
37123712.globl realpath
3713.type realpath, @function;
3713.type realpath, %function;
37143714realpath:
37153715.globl reboot
3716.type reboot, @function;
3716.type reboot, %function;
37173717reboot:
37183718.globl recv
3719.type recv, @function;
3719.type recv, %function;
37203720recv:
37213721.globl recvfrom
3722.type recvfrom, @function;
3722.type recvfrom, %function;
37233723recvfrom:
37243724.globl recvmmsg
3725.type recvmmsg, @function;
3725.type recvmmsg, %function;
37263726recvmmsg:
37273727.globl recvmsg
3728.type recvmsg, @function;
3728.type recvmsg, %function;
37293729recvmsg:
37303730.globl regcomp
3731.type regcomp, @function;
3731.type regcomp, %function;
37323732regcomp:
37333733.globl regerror
3734.type regerror, @function;
3734.type regerror, %function;
37353735regerror:
37363736.globl regexec
3737.type regexec, @function;
3737.type regexec, %function;
37383738regexec:
37393739.globl regfree
3740.type regfree, @function;
3740.type regfree, %function;
37413741regfree:
37423742.globl remainder
3743.type remainder, @function;
3743.type remainder, %function;
37443744remainder:
37453745.globl remainderf
3746.type remainderf, @function;
3746.type remainderf, %function;
37473747remainderf:
37483748.globl remainderl
3749.type remainderl, @function;
3749.type remainderl, %function;
37503750remainderl:
37513751.globl remap_file_pages
3752.type remap_file_pages, @function;
3752.type remap_file_pages, %function;
37533753remap_file_pages:
37543754.globl remove
3755.type remove, @function;
3755.type remove, %function;
37563756remove:
37573757.globl removexattr
3758.type removexattr, @function;
3758.type removexattr, %function;
37593759removexattr:
37603760.globl remque
3761.type remque, @function;
3761.type remque, %function;
37623762remque:
37633763.globl remquo
3764.type remquo, @function;
3764.type remquo, %function;
37653765remquo:
37663766.globl remquof
3767.type remquof, @function;
3767.type remquof, %function;
37683768remquof:
37693769.globl remquol
3770.type remquol, @function;
3770.type remquol, %function;
37713771remquol:
37723772.globl rename
3773.type rename, @function;
3773.type rename, %function;
37743774rename:
37753775.globl renameat
3776.type renameat, @function;
3776.type renameat, %function;
37773777renameat:
37783778.globl res_init
3779.type res_init, @function;
3779.type res_init, %function;
37803780res_init:
37813781.weak res_mkquery
3782.type res_mkquery, @function;
3782.type res_mkquery, %function;
37833783res_mkquery:
37843784.globl res_query
3785.type res_query, @function;
3785.type res_query, %function;
37863786res_query:
37873787.globl res_querydomain
3788.type res_querydomain, @function;
3788.type res_querydomain, %function;
37893789res_querydomain:
37903790.weak res_search
3791.type res_search, @function;
3791.type res_search, %function;
37923792res_search:
37933793.weak res_send
3794.type res_send, @function;
3794.type res_send, %function;
37953795res_send:
37963796.globl rewind
3797.type rewind, @function;
3797.type rewind, %function;
37983798rewind:
37993799.globl rewinddir
3800.type rewinddir, @function;
3800.type rewinddir, %function;
38013801rewinddir:
38023802.globl rindex
3803.type rindex, @function;
3803.type rindex, %function;
38043804rindex:
38053805.globl rint
3806.type rint, @function;
3806.type rint, %function;
38073807rint:
38083808.globl rintf
3809.type rintf, @function;
3809.type rintf, %function;
38103810rintf:
38113811.globl rintl
3812.type rintl, @function;
3812.type rintl, %function;
38133813rintl:
38143814.globl rmdir
3815.type rmdir, @function;
3815.type rmdir, %function;
38163816rmdir:
38173817.globl round
3818.type round, @function;
3818.type round, %function;
38193819round:
38203820.globl roundf
3821.type roundf, @function;
3821.type roundf, %function;
38223822roundf:
38233823.globl roundl
3824.type roundl, @function;
3824.type roundl, %function;
38253825roundl:
38263826.globl sbrk
3827.type sbrk, @function;
3827.type sbrk, %function;
38283828sbrk:
38293829.globl scalb
3830.type scalb, @function;
3830.type scalb, %function;
38313831scalb:
38323832.globl scalbf
3833.type scalbf, @function;
3833.type scalbf, %function;
38343834scalbf:
38353835.globl scalbln
3836.type scalbln, @function;
3836.type scalbln, %function;
38373837scalbln:
38383838.globl scalblnf
3839.type scalblnf, @function;
3839.type scalblnf, %function;
38403840scalblnf:
38413841.globl scalblnl
3842.type scalblnl, @function;
3842.type scalblnl, %function;
38433843scalblnl:
38443844.globl scalbn
3845.type scalbn, @function;
3845.type scalbn, %function;
38463846scalbn:
38473847.globl scalbnf
3848.type scalbnf, @function;
3848.type scalbnf, %function;
38493849scalbnf:
38503850.globl scalbnl
3851.type scalbnl, @function;
3851.type scalbnl, %function;
38523852scalbnl:
38533853.globl scandir
3854.type scandir, @function;
3854.type scandir, %function;
38553855scandir:
38563856.weak scandir64
3857.type scandir64, @function;
3857.type scandir64, %function;
38583858scandir64:
38593859.globl scanf
3860.type scanf, @function;
3860.type scanf, %function;
38613861scanf:
38623862.globl sched_get_priority_max
3863.type sched_get_priority_max, @function;
3863.type sched_get_priority_max, %function;
38643864sched_get_priority_max:
38653865.globl sched_get_priority_min
3866.type sched_get_priority_min, @function;
3866.type sched_get_priority_min, %function;
38673867sched_get_priority_min:
38683868.globl sched_getaffinity
3869.type sched_getaffinity, @function;
3869.type sched_getaffinity, %function;
38703870sched_getaffinity:
38713871.globl sched_getcpu
3872.type sched_getcpu, @function;
3872.type sched_getcpu, %function;
38733873sched_getcpu:
38743874.globl sched_getparam
3875.type sched_getparam, @function;
3875.type sched_getparam, %function;
38763876sched_getparam:
38773877.globl sched_getscheduler
3878.type sched_getscheduler, @function;
3878.type sched_getscheduler, %function;
38793879sched_getscheduler:
38803880.globl sched_rr_get_interval
3881.type sched_rr_get_interval, @function;
3881.type sched_rr_get_interval, %function;
38823882sched_rr_get_interval:
38833883.globl sched_setaffinity
3884.type sched_setaffinity, @function;
3884.type sched_setaffinity, %function;
38853885sched_setaffinity:
38863886.globl sched_setparam
3887.type sched_setparam, @function;
3887.type sched_setparam, %function;
38883888sched_setparam:
38893889.globl sched_setscheduler
3890.type sched_setscheduler, @function;
3890.type sched_setscheduler, %function;
38913891sched_setscheduler:
38923892.globl sched_yield
3893.type sched_yield, @function;
3893.type sched_yield, %function;
38943894sched_yield:
38953895.globl secure_getenv
3896.type secure_getenv, @function;
3896.type secure_getenv, %function;
38973897secure_getenv:
38983898.globl seed48
3899.type seed48, @function;
3899.type seed48, %function;
39003900seed48:
39013901.globl seekdir
3902.type seekdir, @function;
3902.type seekdir, %function;
39033903seekdir:
39043904.globl select
3905.type select, @function;
3905.type select, %function;
39063906select:
39073907.globl sem_close
3908.type sem_close, @function;
3908.type sem_close, %function;
39093909sem_close:
39103910.globl sem_destroy
3911.type sem_destroy, @function;
3911.type sem_destroy, %function;
39123912sem_destroy:
39133913.globl sem_getvalue
3914.type sem_getvalue, @function;
3914.type sem_getvalue, %function;
39153915sem_getvalue:
39163916.globl sem_init
3917.type sem_init, @function;
3917.type sem_init, %function;
39183918sem_init:
39193919.globl sem_open
3920.type sem_open, @function;
3920.type sem_open, %function;
39213921sem_open:
39223922.globl sem_post
3923.type sem_post, @function;
3923.type sem_post, %function;
39243924sem_post:
39253925.globl sem_timedwait
3926.type sem_timedwait, @function;
3926.type sem_timedwait, %function;
39273927sem_timedwait:
39283928.globl sem_trywait
3929.type sem_trywait, @function;
3929.type sem_trywait, %function;
39303930sem_trywait:
39313931.globl sem_unlink
3932.type sem_unlink, @function;
3932.type sem_unlink, %function;
39333933sem_unlink:
39343934.globl sem_wait
3935.type sem_wait, @function;
3935.type sem_wait, %function;
39363936sem_wait:
39373937.globl semctl
3938.type semctl, @function;
3938.type semctl, %function;
39393939semctl:
39403940.globl semget
3941.type semget, @function;
3941.type semget, %function;
39423942semget:
39433943.globl semop
3944.type semop, @function;
3944.type semop, %function;
39453945semop:
39463946.globl semtimedop
3947.type semtimedop, @function;
3947.type semtimedop, %function;
39483948semtimedop:
39493949.globl send
3950.type send, @function;
3950.type send, %function;
39513951send:
39523952.globl sendfile
3953.type sendfile, @function;
3953.type sendfile, %function;
39543954sendfile:
39553955.weak sendfile64
3956.type sendfile64, @function;
3956.type sendfile64, %function;
39573957sendfile64:
39583958.globl sendmmsg
3959.type sendmmsg, @function;
3959.type sendmmsg, %function;
39603960sendmmsg:
39613961.globl sendmsg
3962.type sendmsg, @function;
3962.type sendmsg, %function;
39633963sendmsg:
39643964.globl sendto
3965.type sendto, @function;
3965.type sendto, %function;
39663966sendto:
39673967.globl setbuf
3968.type setbuf, @function;
3968.type setbuf, %function;
39693969setbuf:
39703970.globl setbuffer
3971.type setbuffer, @function;
3971.type setbuffer, %function;
39723972setbuffer:
39733973.globl setdomainname
3974.type setdomainname, @function;
3974.type setdomainname, %function;
39753975setdomainname:
39763976.globl setegid
3977.type setegid, @function;
3977.type setegid, %function;
39783978setegid:
39793979.globl setenv
3980.type setenv, @function;
3980.type setenv, %function;
39813981setenv:
39823982.globl seteuid
3983.type seteuid, @function;
3983.type seteuid, %function;
39843984seteuid:
39853985.globl setfsgid
3986.type setfsgid, @function;
3986.type setfsgid, %function;
39873987setfsgid:
39883988.globl setfsuid
3989.type setfsuid, @function;
3989.type setfsuid, %function;
39903990setfsuid:
39913991.globl setgid
3992.type setgid, @function;
3992.type setgid, %function;
39933993setgid:
39943994.globl setgrent
3995.type setgrent, @function;
3995.type setgrent, %function;
39963996setgrent:
39973997.globl setgroups
3998.type setgroups, @function;
3998.type setgroups, %function;
39993999setgroups:
40004000.globl sethostent
4001.type sethostent, @function;
4001.type sethostent, %function;
40024002sethostent:
40034003.globl sethostname
4004.type sethostname, @function;
4004.type sethostname, %function;
40054005sethostname:
40064006.globl setitimer
4007.type setitimer, @function;
4007.type setitimer, %function;
40084008setitimer:
40094009.globl setjmp
4010.type setjmp, @function;
4010.type setjmp, %function;
40114011setjmp:
40124012.globl setkey
4013.type setkey, @function;
4013.type setkey, %function;
40144014setkey:
40154015.globl setlinebuf
4016.type setlinebuf, @function;
4016.type setlinebuf, %function;
40174017setlinebuf:
40184018.globl setlocale
4019.type setlocale, @function;
4019.type setlocale, %function;
40204020setlocale:
40214021.globl setlogmask
4022.type setlogmask, @function;
4022.type setlogmask, %function;
40234023setlogmask:
40244024.globl setmntent
4025.type setmntent, @function;
4025.type setmntent, %function;
40264026setmntent:
40274027.weak setnetent
4028.type setnetent, @function;
4028.type setnetent, %function;
40294029setnetent:
40304030.globl setns
4031.type setns, @function;
4031.type setns, %function;
40324032setns:
40334033.globl setpgid
4034.type setpgid, @function;
4034.type setpgid, %function;
40354035setpgid:
40364036.globl setpgrp
4037.type setpgrp, @function;
4037.type setpgrp, %function;
40384038setpgrp:
40394039.globl setpriority
4040.type setpriority, @function;
4040.type setpriority, %function;
40414041setpriority:
40424042.globl setprotoent
4043.type setprotoent, @function;
4043.type setprotoent, %function;
40444044setprotoent:
40454045.globl setpwent
4046.type setpwent, @function;
4046.type setpwent, %function;
40474047setpwent:
40484048.globl setregid
4049.type setregid, @function;
4049.type setregid, %function;
40504050setregid:
40514051.globl setresgid
4052.type setresgid, @function;
4052.type setresgid, %function;
40534053setresgid:
40544054.globl setresuid
4055.type setresuid, @function;
4055.type setresuid, %function;
40564056setresuid:
40574057.globl setreuid
4058.type setreuid, @function;
4058.type setreuid, %function;
40594059setreuid:
40604060.globl setrlimit
4061.type setrlimit, @function;
4061.type setrlimit, %function;
40624062setrlimit:
40634063.weak setrlimit64
4064.type setrlimit64, @function;
4064.type setrlimit64, %function;
40654065setrlimit64:
40664066.globl setservent
4067.type setservent, @function;
4067.type setservent, %function;
40684068setservent:
40694069.globl setsid
4070.type setsid, @function;
4070.type setsid, %function;
40714071setsid:
40724072.globl setsockopt
4073.type setsockopt, @function;
4073.type setsockopt, %function;
40744074setsockopt:
40754075.globl setspent
4076.type setspent, @function;
4076.type setspent, %function;
40774077setspent:
40784078.globl setstate
4079.type setstate, @function;
4079.type setstate, %function;
40804080setstate:
40814081.globl settimeofday
4082.type settimeofday, @function;
4082.type settimeofday, %function;
40834083settimeofday:
40844084.globl setuid
4085.type setuid, @function;
4085.type setuid, %function;
40864086setuid:
40874087.globl setusershell
4088.type setusershell, @function;
4088.type setusershell, %function;
40894089setusershell:
40904090.weak setutent
4091.type setutent, @function;
4091.type setutent, %function;
40924092setutent:
40934093.globl setutxent
4094.type setutxent, @function;
4094.type setutxent, %function;
40954095setutxent:
40964096.globl setvbuf
4097.type setvbuf, @function;
4097.type setvbuf, %function;
40984098setvbuf:
40994099.globl setxattr
4100.type setxattr, @function;
4100.type setxattr, %function;
41014101setxattr:
41024102.globl shm_open
4103.type shm_open, @function;
4103.type shm_open, %function;
41044104shm_open:
41054105.globl shm_unlink
4106.type shm_unlink, @function;
4106.type shm_unlink, %function;
41074107shm_unlink:
41084108.globl shmat
4109.type shmat, @function;
4109.type shmat, %function;
41104110shmat:
41114111.globl shmctl
4112.type shmctl, @function;
4112.type shmctl, %function;
41134113shmctl:
41144114.globl shmdt
4115.type shmdt, @function;
4115.type shmdt, %function;
41164116shmdt:
41174117.globl shmget
4118.type shmget, @function;
4118.type shmget, %function;
41194119shmget:
41204120.globl shutdown
4121.type shutdown, @function;
4121.type shutdown, %function;
41224122shutdown:
41234123.weak sigaction
4124.type sigaction, @function;
4124.type sigaction, %function;
41254125sigaction:
41264126.globl sigaddset
4127.type sigaddset, @function;
4127.type sigaddset, %function;
41284128sigaddset:
41294129.globl sigaltstack
4130.type sigaltstack, @function;
4130.type sigaltstack, %function;
41314131sigaltstack:
41324132.globl sigandset
4133.type sigandset, @function;
4133.type sigandset, %function;
41344134sigandset:
41354135.globl sigdelset
4136.type sigdelset, @function;
4136.type sigdelset, %function;
41374137sigdelset:
41384138.globl sigemptyset
4139.type sigemptyset, @function;
4139.type sigemptyset, %function;
41404140sigemptyset:
41414141.globl sigfillset
4142.type sigfillset, @function;
4142.type sigfillset, %function;
41434143sigfillset:
41444144.globl sighold
4145.type sighold, @function;
4145.type sighold, %function;
41464146sighold:
41474147.globl sigignore
4148.type sigignore, @function;
4148.type sigignore, %function;
41494149sigignore:
41504150.globl siginterrupt
4151.type siginterrupt, @function;
4151.type siginterrupt, %function;
41524152siginterrupt:
41534153.globl sigisemptyset
4154.type sigisemptyset, @function;
4154.type sigisemptyset, %function;
41554155sigisemptyset:
41564156.globl sigismember
4157.type sigismember, @function;
4157.type sigismember, %function;
41584158sigismember:
41594159.globl siglongjmp
4160.type siglongjmp, @function;
4160.type siglongjmp, %function;
41614161siglongjmp:
41624162.globl signal
4163.type signal, @function;
4163.type signal, %function;
41644164signal:
41654165.globl signalfd
4166.type signalfd, @function;
4166.type signalfd, %function;
41674167signalfd:
41684168.globl significand
4169.type significand, @function;
4169.type significand, %function;
41704170significand:
41714171.globl significandf
4172.type significandf, @function;
4172.type significandf, %function;
41734173significandf:
41744174.globl sigorset
4175.type sigorset, @function;
4175.type sigorset, %function;
41764176sigorset:
41774177.globl sigpause
4178.type sigpause, @function;
4178.type sigpause, %function;
41794179sigpause:
41804180.globl sigpending
4181.type sigpending, @function;
4181.type sigpending, %function;
41824182sigpending:
41834183.globl sigprocmask
4184.type sigprocmask, @function;
4184.type sigprocmask, %function;
41854185sigprocmask:
41864186.globl sigqueue
4187.type sigqueue, @function;
4187.type sigqueue, %function;
41884188sigqueue:
41894189.globl sigrelse
4190.type sigrelse, @function;
4190.type sigrelse, %function;
41914191sigrelse:
41924192.globl sigset
4193.type sigset, @function;
4193.type sigset, %function;
41944194sigset:
41954195.globl sigsetjmp
4196.type sigsetjmp, @function;
4196.type sigsetjmp, %function;
41974197sigsetjmp:
41984198.globl sigsuspend
4199.type sigsuspend, @function;
4199.type sigsuspend, %function;
42004200sigsuspend:
42014201.globl sigtimedwait
4202.type sigtimedwait, @function;
4202.type sigtimedwait, %function;
42034203sigtimedwait:
42044204.globl sigwait
4205.type sigwait, @function;
4205.type sigwait, %function;
42064206sigwait:
42074207.globl sigwaitinfo
4208.type sigwaitinfo, @function;
4208.type sigwaitinfo, %function;
42094209sigwaitinfo:
42104210.globl sin
4211.type sin, @function;
4211.type sin, %function;
42124212sin:
42134213.globl sincos
4214.type sincos, @function;
4214.type sincos, %function;
42154215sincos:
42164216.globl sincosf
4217.type sincosf, @function;
4217.type sincosf, %function;
42184218sincosf:
42194219.globl sincosl
4220.type sincosl, @function;
4220.type sincosl, %function;
42214221sincosl:
42224222.globl sinf
4223.type sinf, @function;
4223.type sinf, %function;
42244224sinf:
42254225.globl sinh
4226.type sinh, @function;
4226.type sinh, %function;
42274227sinh:
42284228.globl sinhf
4229.type sinhf, @function;
4229.type sinhf, %function;
42304230sinhf:
42314231.globl sinhl
4232.type sinhl, @function;
4232.type sinhl, %function;
42334233sinhl:
42344234.globl sinl
4235.type sinl, @function;
4235.type sinl, %function;
42364236sinl:
42374237.globl sleep
4238.type sleep, @function;
4238.type sleep, %function;
42394239sleep:
42404240.globl snprintf
4241.type snprintf, @function;
4241.type snprintf, %function;
42424242snprintf:
42434243.globl sockatmark
4244.type sockatmark, @function;
4244.type sockatmark, %function;
42454245sockatmark:
42464246.globl socket
4247.type socket, @function;
4247.type socket, %function;
42484248socket:
42494249.globl socketpair
4250.type socketpair, @function;
4250.type socketpair, %function;
42514251socketpair:
42524252.globl splice
4253.type splice, @function;
4253.type splice, %function;
42544254splice:
42554255.globl sprintf
4256.type sprintf, @function;
4256.type sprintf, %function;
42574257sprintf:
42584258.globl sqrt
4259.type sqrt, @function;
4259.type sqrt, %function;
42604260sqrt:
42614261.globl sqrtf
4262.type sqrtf, @function;
4262.type sqrtf, %function;
42634263sqrtf:
42644264.globl sqrtl
4265.type sqrtl, @function;
4265.type sqrtl, %function;
42664266sqrtl:
42674267.globl srand
4268.type srand, @function;
4268.type srand, %function;
42694269srand:
42704270.globl srand48
4271.type srand48, @function;
4271.type srand48, %function;
42724272srand48:
42734273.globl srandom
4274.type srandom, @function;
4274.type srandom, %function;
42754275srandom:
42764276.globl sscanf
4277.type sscanf, @function;
4277.type sscanf, %function;
42784278sscanf:
42794279.globl stat
4280.type stat, @function;
4280.type stat, %function;
42814281stat:
42824282.weak stat64
4283.type stat64, @function;
4283.type stat64, %function;
42844284stat64:
42854285.weak statfs
4286.type statfs, @function;
4286.type statfs, %function;
42874287statfs:
42884288.weak statfs64
4289.type statfs64, @function;
4289.type statfs64, %function;
42904290statfs64:
42914291.globl statvfs
4292.type statvfs, @function;
4292.type statvfs, %function;
42934293statvfs:
42944294.weak statvfs64
4295.type statvfs64, @function;
4295.type statvfs64, %function;
42964296statvfs64:
42974297.globl stime
4298.type stime, @function;
4298.type stime, %function;
42994299stime:
43004300.weak stpcpy
4301.type stpcpy, @function;
4301.type stpcpy, %function;
43024302stpcpy:
43034303.weak stpncpy
4304.type stpncpy, @function;
4304.type stpncpy, %function;
43054305stpncpy:
43064306.globl strcasecmp
4307.type strcasecmp, @function;
4307.type strcasecmp, %function;
43084308strcasecmp:
43094309.weak strcasecmp_l
4310.type strcasecmp_l, @function;
4310.type strcasecmp_l, %function;
43114311strcasecmp_l:
43124312.globl strcasestr
4313.type strcasestr, @function;
4313.type strcasestr, %function;
43144314strcasestr:
43154315.globl strcat
4316.type strcat, @function;
4316.type strcat, %function;
43174317strcat:
43184318.globl strchr
4319.type strchr, @function;
4319.type strchr, %function;
43204320strchr:
43214321.weak strchrnul
4322.type strchrnul, @function;
4322.type strchrnul, %function;
43234323strchrnul:
43244324.globl strcmp
4325.type strcmp, @function;
4325.type strcmp, %function;
43264326strcmp:
43274327.globl strcoll
4328.type strcoll, @function;
4328.type strcoll, %function;
43294329strcoll:
43304330.weak strcoll_l
4331.type strcoll_l, @function;
4331.type strcoll_l, %function;
43324332strcoll_l:
43334333.globl strcpy
4334.type strcpy, @function;
4334.type strcpy, %function;
43354335strcpy:
43364336.globl strcspn
4337.type strcspn, @function;
4337.type strcspn, %function;
43384338strcspn:
43394339.globl strdup
4340.type strdup, @function;
4340.type strdup, %function;
43414341strdup:
43424342.globl strerror
4343.type strerror, @function;
4343.type strerror, %function;
43444344strerror:
43454345.weak strerror_l
4346.type strerror_l, @function;
4346.type strerror_l, %function;
43474347strerror_l:
43484348.globl strerror_r
4349.type strerror_r, @function;
4349.type strerror_r, %function;
43504350strerror_r:
43514351.globl strfmon
4352.type strfmon, @function;
4352.type strfmon, %function;
43534353strfmon:
43544354.globl strfmon_l
4355.type strfmon_l, @function;
4355.type strfmon_l, %function;
43564356strfmon_l:
43574357.globl strftime
4358.type strftime, @function;
4358.type strftime, %function;
43594359strftime:
43604360.weak strftime_l
4361.type strftime_l, @function;
4361.type strftime_l, %function;
43624362strftime_l:
43634363.globl strlcat
4364.type strlcat, @function;
4364.type strlcat, %function;
43654365strlcat:
43664366.globl strlcpy
4367.type strlcpy, @function;
4367.type strlcpy, %function;
43684368strlcpy:
43694369.globl strlen
4370.type strlen, @function;
4370.type strlen, %function;
43714371strlen:
43724372.globl strncasecmp
4373.type strncasecmp, @function;
4373.type strncasecmp, %function;
43744374strncasecmp:
43754375.weak strncasecmp_l
4376.type strncasecmp_l, @function;
4376.type strncasecmp_l, %function;
43774377strncasecmp_l:
43784378.globl strncat
4379.type strncat, @function;
4379.type strncat, %function;
43804380strncat:
43814381.globl strncmp
4382.type strncmp, @function;
4382.type strncmp, %function;
43834383strncmp:
43844384.globl strncpy
4385.type strncpy, @function;
4385.type strncpy, %function;
43864386strncpy:
43874387.globl strndup
4388.type strndup, @function;
4388.type strndup, %function;
43894389strndup:
43904390.globl strnlen
4391.type strnlen, @function;
4391.type strnlen, %function;
43924392strnlen:
43934393.globl strpbrk
4394.type strpbrk, @function;
4394.type strpbrk, %function;
43954395strpbrk:
43964396.globl strptime
4397.type strptime, @function;
4397.type strptime, %function;
43984398strptime:
43994399.globl strrchr
4400.type strrchr, @function;
4400.type strrchr, %function;
44014401strrchr:
44024402.globl strsep
4403.type strsep, @function;
4403.type strsep, %function;
44044404strsep:
44054405.globl strsignal
4406.type strsignal, @function;
4406.type strsignal, %function;
44074407strsignal:
44084408.globl strspn
4409.type strspn, @function;
4409.type strspn, %function;
44104410strspn:
44114411.globl strstr
4412.type strstr, @function;
4412.type strstr, %function;
44134413strstr:
44144414.globl strtod
4415.type strtod, @function;
4415.type strtod, %function;
44164416strtod:
44174417.weak strtod_l
4418.type strtod_l, @function;
4418.type strtod_l, %function;
44194419strtod_l:
44204420.globl strtof
4421.type strtof, @function;
4421.type strtof, %function;
44224422strtof:
44234423.weak strtof_l
4424.type strtof_l, @function;
4424.type strtof_l, %function;
44254425strtof_l:
44264426.globl strtoimax
4427.type strtoimax, @function;
4427.type strtoimax, %function;
44284428strtoimax:
44294429.globl strtok
4430.type strtok, @function;
4430.type strtok, %function;
44314431strtok:
44324432.globl strtok_r
4433.type strtok_r, @function;
4433.type strtok_r, %function;
44344434strtok_r:
44354435.globl strtol
4436.type strtol, @function;
4436.type strtol, %function;
44374437strtol:
44384438.globl strtold
4439.type strtold, @function;
4439.type strtold, %function;
44404440strtold:
44414441.weak strtold_l
4442.type strtold_l, @function;
4442.type strtold_l, %function;
44434443strtold_l:
44444444.globl strtoll
4445.type strtoll, @function;
4445.type strtoll, %function;
44464446strtoll:
44474447.globl strtoul
4448.type strtoul, @function;
4448.type strtoul, %function;
44494449strtoul:
44504450.globl strtoull
4451.type strtoull, @function;
4451.type strtoull, %function;
44524452strtoull:
44534453.globl strtoumax
4454.type strtoumax, @function;
4454.type strtoumax, %function;
44554455strtoumax:
44564456.globl strverscmp
4457.type strverscmp, @function;
4457.type strverscmp, %function;
44584458strverscmp:
44594459.globl strxfrm
4460.type strxfrm, @function;
4460.type strxfrm, %function;
44614461strxfrm:
44624462.weak strxfrm_l
4463.type strxfrm_l, @function;
4463.type strxfrm_l, %function;
44644464strxfrm_l:
44654465.globl swab
4466.type swab, @function;
4466.type swab, %function;
44674467swab:
44684468.globl swapoff
4469.type swapoff, @function;
4469.type swapoff, %function;
44704470swapoff:
44714471.globl swapon
4472.type swapon, @function;
4472.type swapon, %function;
44734473swapon:
44744474.globl swprintf
4475.type swprintf, @function;
4475.type swprintf, %function;
44764476swprintf:
44774477.globl swscanf
4478.type swscanf, @function;
4478.type swscanf, %function;
44794479swscanf:
44804480.globl symlink
4481.type symlink, @function;
4481.type symlink, %function;
44824482symlink:
44834483.globl symlinkat
4484.type symlinkat, @function;
4484.type symlinkat, %function;
44854485symlinkat:
44864486.globl sync
4487.type sync, @function;
4487.type sync, %function;
44884488sync:
44894489.globl sync_file_range
4490.type sync_file_range, @function;
4490.type sync_file_range, %function;
44914491sync_file_range:
44924492.globl syncfs
4493.type syncfs, @function;
4493.type syncfs, %function;
44944494syncfs:
44954495.globl syscall
4496.type syscall, @function;
4496.type syscall, %function;
44974497syscall:
44984498.globl sysconf
4499.type sysconf, @function;
4499.type sysconf, %function;
45004500sysconf:
45014501.weak sysinfo
4502.type sysinfo, @function;
4502.type sysinfo, %function;
45034503sysinfo:
45044504.globl syslog
4505.type syslog, @function;
4505.type syslog, %function;
45064506syslog:
45074507.globl system
4508.type system, @function;
4508.type system, %function;
45094509system:
45104510.globl tan
4511.type tan, @function;
4511.type tan, %function;
45124512tan:
45134513.globl tanf
4514.type tanf, @function;
4514.type tanf, %function;
45154515tanf:
45164516.globl tanh
4517.type tanh, @function;
4517.type tanh, %function;
45184518tanh:
45194519.globl tanhf
4520.type tanhf, @function;
4520.type tanhf, %function;
45214521tanhf:
45224522.globl tanhl
4523.type tanhl, @function;
4523.type tanhl, %function;
45244524tanhl:
45254525.globl tanl
4526.type tanl, @function;
4526.type tanl, %function;
45274527tanl:
45284528.globl tcdrain
4529.type tcdrain, @function;
4529.type tcdrain, %function;
45304530tcdrain:
45314531.globl tcflow
4532.type tcflow, @function;
4532.type tcflow, %function;
45334533tcflow:
45344534.globl tcflush
4535.type tcflush, @function;
4535.type tcflush, %function;
45364536tcflush:
45374537.globl tcgetattr
4538.type tcgetattr, @function;
4538.type tcgetattr, %function;
45394539tcgetattr:
45404540.globl tcgetpgrp
4541.type tcgetpgrp, @function;
4541.type tcgetpgrp, %function;
45424542tcgetpgrp:
45434543.globl tcgetsid
4544.type tcgetsid, @function;
4544.type tcgetsid, %function;
45454545tcgetsid:
45464546.globl tcsendbreak
4547.type tcsendbreak, @function;
4547.type tcsendbreak, %function;
45484548tcsendbreak:
45494549.globl tcsetattr
4550.type tcsetattr, @function;
4550.type tcsetattr, %function;
45514551tcsetattr:
45524552.globl tcsetpgrp
4553.type tcsetpgrp, @function;
4553.type tcsetpgrp, %function;
45544554tcsetpgrp:
45554555.globl tdelete
4556.type tdelete, @function;
4556.type tdelete, %function;
45574557tdelete:
45584558.globl tdestroy
4559.type tdestroy, @function;
4559.type tdestroy, %function;
45604560tdestroy:
45614561.globl tee
4562.type tee, @function;
4562.type tee, %function;
45634563tee:
45644564.globl telldir
4565.type telldir, @function;
4565.type telldir, %function;
45664566telldir:
45674567.globl tempnam
4568.type tempnam, @function;
4568.type tempnam, %function;
45694569tempnam:
45704570.globl textdomain
4571.type textdomain, @function;
4571.type textdomain, %function;
45724572textdomain:
45734573.globl tfind
4574.type tfind, @function;
4574.type tfind, %function;
45754575tfind:
45764576.globl tgamma
4577.type tgamma, @function;
4577.type tgamma, %function;
45784578tgamma:
45794579.globl tgammaf
4580.type tgammaf, @function;
4580.type tgammaf, %function;
45814581tgammaf:
45824582.globl tgammal
4583.type tgammal, @function;
4583.type tgammal, %function;
45844584tgammal:
45854585.globl thrd_create
4586.type thrd_create, @function;
4586.type thrd_create, %function;
45874587thrd_create:
45884588.weak thrd_current
4589.type thrd_current, @function;
4589.type thrd_current, %function;
45904590thrd_current:
45914591.weak thrd_detach
4592.type thrd_detach, @function;
4592.type thrd_detach, %function;
45934593thrd_detach:
45944594.weak thrd_equal
4595.type thrd_equal, @function;
4595.type thrd_equal, %function;
45964596thrd_equal:
45974597.globl thrd_exit
4598.type thrd_exit, @function;
4598.type thrd_exit, %function;
45994599thrd_exit:
46004600.globl thrd_join
4601.type thrd_join, @function;
4601.type thrd_join, %function;
46024602thrd_join:
46034603.globl thrd_sleep
4604.type thrd_sleep, @function;
4604.type thrd_sleep, %function;
46054605thrd_sleep:
46064606.globl thrd_yield
4607.type thrd_yield, @function;
4607.type thrd_yield, %function;
46084608thrd_yield:
46094609.globl time
4610.type time, @function;
4610.type time, %function;
46114611time:
46124612.globl timegm
4613.type timegm, @function;
4613.type timegm, %function;
46144614timegm:
46154615.globl timer_create
4616.type timer_create, @function;
4616.type timer_create, %function;
46174617timer_create:
46184618.globl timer_delete
4619.type timer_delete, @function;
4619.type timer_delete, %function;
46204620timer_delete:
46214621.globl timer_getoverrun
4622.type timer_getoverrun, @function;
4622.type timer_getoverrun, %function;
46234623timer_getoverrun:
46244624.globl timer_gettime
4625.type timer_gettime, @function;
4625.type timer_gettime, %function;
46264626timer_gettime:
46274627.globl timer_settime
4628.type timer_settime, @function;
4628.type timer_settime, %function;
46294629timer_settime:
46304630.globl timerfd_create
4631.type timerfd_create, @function;
4631.type timerfd_create, %function;
46324632timerfd_create:
46334633.globl timerfd_gettime
4634.type timerfd_gettime, @function;
4634.type timerfd_gettime, %function;
46354635timerfd_gettime:
46364636.globl timerfd_settime
4637.type timerfd_settime, @function;
4637.type timerfd_settime, %function;
46384638timerfd_settime:
46394639.globl times
4640.type times, @function;
4640.type times, %function;
46414641times:
46424642.globl timespec_get
4643.type timespec_get, @function;
4643.type timespec_get, %function;
46444644timespec_get:
46454645.globl tmpfile
4646.type tmpfile, @function;
4646.type tmpfile, %function;
46474647tmpfile:
46484648.weak tmpfile64
4649.type tmpfile64, @function;
4649.type tmpfile64, %function;
46504650tmpfile64:
46514651.globl tmpnam
4652.type tmpnam, @function;
4652.type tmpnam, %function;
46534653tmpnam:
46544654.globl toascii
4655.type toascii, @function;
4655.type toascii, %function;
46564656toascii:
46574657.globl tolower
4658.type tolower, @function;
4658.type tolower, %function;
46594659tolower:
46604660.weak tolower_l
4661.type tolower_l, @function;
4661.type tolower_l, %function;
46624662tolower_l:
46634663.globl toupper
4664.type toupper, @function;
4664.type toupper, %function;
46654665toupper:
46664666.weak toupper_l
4667.type toupper_l, @function;
4667.type toupper_l, %function;
46684668toupper_l:
46694669.globl towctrans
4670.type towctrans, @function;
4670.type towctrans, %function;
46714671towctrans:
46724672.weak towctrans_l
4673.type towctrans_l, @function;
4673.type towctrans_l, %function;
46744674towctrans_l:
46754675.globl towlower
4676.type towlower, @function;
4676.type towlower, %function;
46774677towlower:
46784678.weak towlower_l
4679.type towlower_l, @function;
4679.type towlower_l, %function;
46804680towlower_l:
46814681.globl towupper
4682.type towupper, @function;
4682.type towupper, %function;
46834683towupper:
46844684.weak towupper_l
4685.type towupper_l, @function;
4685.type towupper_l, %function;
46864686towupper_l:
46874687.globl trunc
4688.type trunc, @function;
4688.type trunc, %function;
46894689trunc:
46904690.globl truncate
4691.type truncate, @function;
4691.type truncate, %function;
46924692truncate:
46934693.weak truncate64
4694.type truncate64, @function;
4694.type truncate64, %function;
46954695truncate64:
46964696.globl truncf
4697.type truncf, @function;
4697.type truncf, %function;
46984698truncf:
46994699.globl truncl
4700.type truncl, @function;
4700.type truncl, %function;
47014701truncl:
47024702.globl tsearch
4703.type tsearch, @function;
4703.type tsearch, %function;
47044704tsearch:
47054705.globl tss_create
4706.type tss_create, @function;
4706.type tss_create, %function;
47074707tss_create:
47084708.globl tss_delete
4709.type tss_delete, @function;
4709.type tss_delete, %function;
47104710tss_delete:
47114711.weak tss_get
4712.type tss_get, @function;
4712.type tss_get, %function;
47134713tss_get:
47144714.globl tss_set
4715.type tss_set, @function;
4715.type tss_set, %function;
47164716tss_set:
47174717.globl ttyname
4718.type ttyname, @function;
4718.type ttyname, %function;
47194719ttyname:
47204720.globl ttyname_r
4721.type ttyname_r, @function;
4721.type ttyname_r, %function;
47224722ttyname_r:
47234723.globl twalk
4724.type twalk, @function;
4724.type twalk, %function;
47254725twalk:
47264726.weak tzset
4727.type tzset, @function;
4727.type tzset, %function;
47284728tzset:
47294729.globl ualarm
4730.type ualarm, @function;
4730.type ualarm, %function;
47314731ualarm:
47324732.globl ulckpwdf
4733.type ulckpwdf, @function;
4733.type ulckpwdf, %function;
47344734ulckpwdf:
47354735.globl ulimit
4736.type ulimit, @function;
4736.type ulimit, %function;
47374737ulimit:
47384738.globl umask
4739.type umask, @function;
4739.type umask, %function;
47404740umask:
47414741.globl umount
4742.type umount, @function;
4742.type umount, %function;
47434743umount:
47444744.globl umount2
4745.type umount2, @function;
4745.type umount2, %function;
47464746umount2:
47474747.globl uname
4748.type uname, @function;
4748.type uname, %function;
47494749uname:
47504750.globl ungetc
4751.type ungetc, @function;
4751.type ungetc, %function;
47524752ungetc:
47534753.globl ungetwc
4754.type ungetwc, @function;
4754.type ungetwc, %function;
47554755ungetwc:
47564756.globl unlink
4757.type unlink, @function;
4757.type unlink, %function;
47584758unlink:
47594759.globl unlinkat
4760.type unlinkat, @function;
4760.type unlinkat, %function;
47614761unlinkat:
47624762.globl unlockpt
4763.type unlockpt, @function;
4763.type unlockpt, %function;
47644764unlockpt:
47654765.globl unsetenv
4766.type unsetenv, @function;
4766.type unsetenv, %function;
47674767unsetenv:
47684768.globl unshare
4769.type unshare, @function;
4769.type unshare, %function;
47704770unshare:
47714771.weak updwtmp
4772.type updwtmp, @function;
4772.type updwtmp, %function;
47734773updwtmp:
47744774.globl updwtmpx
4775.type updwtmpx, @function;
4775.type updwtmpx, %function;
47764776updwtmpx:
47774777.weak uselocale
4778.type uselocale, @function;
4778.type uselocale, %function;
47794779uselocale:
47804780.globl usleep
4781.type usleep, @function;
4781.type usleep, %function;
47824782usleep:
47834783.globl utime
4784.type utime, @function;
4784.type utime, %function;
47854785utime:
47864786.globl utimensat
4787.type utimensat, @function;
4787.type utimensat, %function;
47884788utimensat:
47894789.globl utimes
4790.type utimes, @function;
4790.type utimes, %function;
47914791utimes:
47924792.weak utmpname
4793.type utmpname, @function;
4793.type utmpname, %function;
47944794utmpname:
47954795.weak utmpxname
4796.type utmpxname, @function;
4796.type utmpxname, %function;
47974797utmpxname:
47984798.globl valloc
4799.type valloc, @function;
4799.type valloc, %function;
48004800valloc:
48014801.globl vasprintf
4802.type vasprintf, @function;
4802.type vasprintf, %function;
48034803vasprintf:
48044804.globl vdprintf
4805.type vdprintf, @function;
4805.type vdprintf, %function;
48064806vdprintf:
48074807.globl verr
4808.type verr, @function;
4808.type verr, %function;
48094809verr:
48104810.globl verrx
4811.type verrx, @function;
4811.type verrx, %function;
48124812verrx:
48134813.globl versionsort
4814.type versionsort, @function;
4814.type versionsort, %function;
48154815versionsort:
48164816.weak versionsort64
4817.type versionsort64, @function;
4817.type versionsort64, %function;
48184818versionsort64:
48194819.globl vfork
4820.type vfork, @function;
4820.type vfork, %function;
48214821vfork:
48224822.globl vfprintf
4823.type vfprintf, @function;
4823.type vfprintf, %function;
48244824vfprintf:
48254825.globl vfscanf
4826.type vfscanf, @function;
4826.type vfscanf, %function;
48274827vfscanf:
48284828.globl vfwprintf
4829.type vfwprintf, @function;
4829.type vfwprintf, %function;
48304830vfwprintf:
48314831.globl vfwscanf
4832.type vfwscanf, @function;
4832.type vfwscanf, %function;
48334833vfwscanf:
48344834.globl vhangup
4835.type vhangup, @function;
4835.type vhangup, %function;
48364836vhangup:
48374837.globl vmsplice
4838.type vmsplice, @function;
4838.type vmsplice, %function;
48394839vmsplice:
48404840.globl vprintf
4841.type vprintf, @function;
4841.type vprintf, %function;
48424842vprintf:
48434843.globl vscanf
4844.type vscanf, @function;
4844.type vscanf, %function;
48454845vscanf:
48464846.globl vsnprintf
4847.type vsnprintf, @function;
4847.type vsnprintf, %function;
48484848vsnprintf:
48494849.globl vsprintf
4850.type vsprintf, @function;
4850.type vsprintf, %function;
48514851vsprintf:
48524852.globl vsscanf
4853.type vsscanf, @function;
4853.type vsscanf, %function;
48544854vsscanf:
48554855.globl vswprintf
4856.type vswprintf, @function;
4856.type vswprintf, %function;
48574857vswprintf:
48584858.globl vswscanf
4859.type vswscanf, @function;
4859.type vswscanf, %function;
48604860vswscanf:
48614861.weak vsyslog
4862.type vsyslog, @function;
4862.type vsyslog, %function;
48634863vsyslog:
48644864.globl vwarn
4865.type vwarn, @function;
4865.type vwarn, %function;
48664866vwarn:
48674867.globl vwarnx
4868.type vwarnx, @function;
4868.type vwarnx, %function;
48694869vwarnx:
48704870.globl vwprintf
4871.type vwprintf, @function;
4871.type vwprintf, %function;
48724872vwprintf:
48734873.globl vwscanf
4874.type vwscanf, @function;
4874.type vwscanf, %function;
48754875vwscanf:
48764876.globl wait
4877.type wait, @function;
4877.type wait, %function;
48784878wait:
48794879.globl wait3
4880.type wait3, @function;
4880.type wait3, %function;
48814881wait3:
48824882.globl wait4
4883.type wait4, @function;
4883.type wait4, %function;
48844884wait4:
48854885.globl waitid
4886.type waitid, @function;
4886.type waitid, %function;
48874887waitid:
48884888.globl waitpid
4889.type waitpid, @function;
4889.type waitpid, %function;
48904890waitpid:
48914891.globl warn
4892.type warn, @function;
4892.type warn, %function;
48934893warn:
48944894.globl warnx
4895.type warnx, @function;
4895.type warnx, %function;
48964896warnx:
48974897.globl wcpcpy
4898.type wcpcpy, @function;
4898.type wcpcpy, %function;
48994899wcpcpy:
49004900.globl wcpncpy
4901.type wcpncpy, @function;
4901.type wcpncpy, %function;
49024902wcpncpy:
49034903.globl wcrtomb
4904.type wcrtomb, @function;
4904.type wcrtomb, %function;
49054905wcrtomb:
49064906.globl wcscasecmp
4907.type wcscasecmp, @function;
4907.type wcscasecmp, %function;
49084908wcscasecmp:
49094909.globl wcscasecmp_l
4910.type wcscasecmp_l, @function;
4910.type wcscasecmp_l, %function;
49114911wcscasecmp_l:
49124912.globl wcscat
4913.type wcscat, @function;
4913.type wcscat, %function;
49144914wcscat:
49154915.globl wcschr
4916.type wcschr, @function;
4916.type wcschr, %function;
49174917wcschr:
49184918.globl wcscmp
4919.type wcscmp, @function;
4919.type wcscmp, %function;
49204920wcscmp:
49214921.globl wcscoll
4922.type wcscoll, @function;
4922.type wcscoll, %function;
49234923wcscoll:
49244924.weak wcscoll_l
4925.type wcscoll_l, @function;
4925.type wcscoll_l, %function;
49264926wcscoll_l:
49274927.globl wcscpy
4928.type wcscpy, @function;
4928.type wcscpy, %function;
49294929wcscpy:
49304930.globl wcscspn
4931.type wcscspn, @function;
4931.type wcscspn, %function;
49324932wcscspn:
49334933.globl wcsdup
4934.type wcsdup, @function;
4934.type wcsdup, %function;
49354935wcsdup:
49364936.globl wcsftime
4937.type wcsftime, @function;
4937.type wcsftime, %function;
49384938wcsftime:
49394939.weak wcsftime_l
4940.type wcsftime_l, @function;
4940.type wcsftime_l, %function;
49414941wcsftime_l:
49424942.globl wcslen
4943.type wcslen, @function;
4943.type wcslen, %function;
49444944wcslen:
49454945.globl wcsncasecmp
4946.type wcsncasecmp, @function;
4946.type wcsncasecmp, %function;
49474947wcsncasecmp:
49484948.globl wcsncasecmp_l
4949.type wcsncasecmp_l, @function;
4949.type wcsncasecmp_l, %function;
49504950wcsncasecmp_l:
49514951.globl wcsncat
4952.type wcsncat, @function;
4952.type wcsncat, %function;
49534953wcsncat:
49544954.globl wcsncmp
4955.type wcsncmp, @function;
4955.type wcsncmp, %function;
49564956wcsncmp:
49574957.globl wcsncpy
4958.type wcsncpy, @function;
4958.type wcsncpy, %function;
49594959wcsncpy:
49604960.globl wcsnlen
4961.type wcsnlen, @function;
4961.type wcsnlen, %function;
49624962wcsnlen:
49634963.globl wcsnrtombs
4964.type wcsnrtombs, @function;
4964.type wcsnrtombs, %function;
49654965wcsnrtombs:
49664966.globl wcspbrk
4967.type wcspbrk, @function;
4967.type wcspbrk, %function;
49684968wcspbrk:
49694969.globl wcsrchr
4970.type wcsrchr, @function;
4970.type wcsrchr, %function;
49714971wcsrchr:
49724972.globl wcsrtombs
4973.type wcsrtombs, @function;
4973.type wcsrtombs, %function;
49744974wcsrtombs:
49754975.globl wcsspn
4976.type wcsspn, @function;
4976.type wcsspn, %function;
49774977wcsspn:
49784978.globl wcsstr
4979.type wcsstr, @function;
4979.type wcsstr, %function;
49804980wcsstr:
49814981.globl wcstod
4982.type wcstod, @function;
4982.type wcstod, %function;
49834983wcstod:
49844984.globl wcstof
4985.type wcstof, @function;
4985.type wcstof, %function;
49864986wcstof:
49874987.globl wcstoimax
4988.type wcstoimax, @function;
4988.type wcstoimax, %function;
49894989wcstoimax:
49904990.globl wcstok
4991.type wcstok, @function;
4991.type wcstok, %function;
49924992wcstok:
49934993.globl wcstol
4994.type wcstol, @function;
4994.type wcstol, %function;
49954995wcstol:
49964996.globl wcstold
4997.type wcstold, @function;
4997.type wcstold, %function;
49984998wcstold:
49994999.globl wcstoll
5000.type wcstoll, @function;
5000.type wcstoll, %function;
50015001wcstoll:
50025002.globl wcstombs
5003.type wcstombs, @function;
5003.type wcstombs, %function;
50045004wcstombs:
50055005.globl wcstoul
5006.type wcstoul, @function;
5006.type wcstoul, %function;
50075007wcstoul:
50085008.globl wcstoull
5009.type wcstoull, @function;
5009.type wcstoull, %function;
50105010wcstoull:
50115011.globl wcstoumax
5012.type wcstoumax, @function;
5012.type wcstoumax, %function;
50135013wcstoumax:
50145014.globl wcswcs
5015.type wcswcs, @function;
5015.type wcswcs, %function;
50165016wcswcs:
50175017.globl wcswidth
5018.type wcswidth, @function;
5018.type wcswidth, %function;
50195019wcswidth:
50205020.globl wcsxfrm
5021.type wcsxfrm, @function;
5021.type wcsxfrm, %function;
50225022wcsxfrm:
50235023.weak wcsxfrm_l
5024.type wcsxfrm_l, @function;
5024.type wcsxfrm_l, %function;
50255025wcsxfrm_l:
50265026.globl wctob
5027.type wctob, @function;
5027.type wctob, %function;
50285028wctob:
50295029.globl wctomb
5030.type wctomb, @function;
5030.type wctomb, %function;
50315031wctomb:
50325032.globl wctrans
5033.type wctrans, @function;
5033.type wctrans, %function;
50345034wctrans:
50355035.weak wctrans_l
5036.type wctrans_l, @function;
5036.type wctrans_l, %function;
50375037wctrans_l:
50385038.globl wctype
5039.type wctype, @function;
5039.type wctype, %function;
50405040wctype:
50415041.weak wctype_l
5042.type wctype_l, @function;
5042.type wctype_l, %function;
50435043wctype_l:
50445044.globl wcwidth
5045.type wcwidth, @function;
5045.type wcwidth, %function;
50465046wcwidth:
50475047.globl wmemchr
5048.type wmemchr, @function;
5048.type wmemchr, %function;
50495049wmemchr:
50505050.globl wmemcmp
5051.type wmemcmp, @function;
5051.type wmemcmp, %function;
50525052wmemcmp:
50535053.globl wmemcpy
5054.type wmemcpy, @function;
5054.type wmemcpy, %function;
50555055wmemcpy:
50565056.globl wmemmove
5057.type wmemmove, @function;
5057.type wmemmove, %function;
50585058wmemmove:
50595059.globl wmemset
5060.type wmemset, @function;
5060.type wmemset, %function;
50615061wmemset:
50625062.globl wordexp
5063.type wordexp, @function;
5063.type wordexp, %function;
50645064wordexp:
50655065.globl wordfree
5066.type wordfree, @function;
5066.type wordfree, %function;
50675067wordfree:
50685068.globl wprintf
5069.type wprintf, @function;
5069.type wprintf, %function;
50705070wprintf:
50715071.globl write
5072.type write, @function;
5072.type write, %function;
50735073write:
50745074.globl writev
5075.type writev, @function;
5075.type writev, %function;
50765076writev:
50775077.globl wscanf
5078.type wscanf, @function;
5078.type wscanf, %function;
50795079wscanf:
50805080.globl y0
5081.type y0, @function;
5081.type y0, %function;
50825082y0:
50835083.globl y0f
5084.type y0f, @function;
5084.type y0f, %function;
50855085y0f:
50865086.globl y1
5087.type y1, @function;
5087.type y1, %function;
50885088y1:
50895089.globl y1f
5090.type y1f, @function;
5090.type y1f, %function;
50915091y1f:
50925092.globl yn
5093.type yn, @function;
5093.type yn, %function;
50945094yn:
50955095.globl ynf
5096.type ynf, @function;
5096.type ynf, %function;
50975097ynf:
src/glibc.zig+3-3
......@@ -811,7 +811,7 @@ pub fn buildSharedObjects(comp: *Compilation) !void {
811811 while (ver_i < ver_list.len) : (ver_i += 1) {
812812 // Example:
813813 // .globl _Exit_2_2_5
814 // .type _Exit_2_2_5, @function;
814 // .type _Exit_2_2_5, %function;
815815 // .symver _Exit_2_2_5, _Exit@@GLIBC_2.2.5
816816 // .hidden _Exit_2_2_5
817817 // _Exit_2_2_5:
......@@ -830,7 +830,7 @@ pub fn buildSharedObjects(comp: *Compilation) !void {
830830 );
831831 try zig_body.writer().print(
832832 \\.globl {s}
833 \\.type {s}, @function;
833 \\.type {s}, %function;
834834 \\.symver {s}, {s}{s}GLIBC_{d}.{d}
835835 \\.hidden {s}
836836 \\{s}:
......@@ -854,7 +854,7 @@ pub fn buildSharedObjects(comp: *Compilation) !void {
854854 );
855855 try zig_body.writer().print(
856856 \\.globl {s}
857 \\.type {s}, @function;
857 \\.type {s}, %function;
858858 \\.symver {s}, {s}{s}GLIBC_{d}.{d}.{d}
859859 \\.hidden {s}
860860 \\{s}:
tools/gen_stubs.zig+1-1
......@@ -92,7 +92,7 @@ pub fn main() !void {
9292 .weak => try stdout.print(".weak {s}\n", .{symbol.name}),
9393 }
9494 switch (symbol.type) {
95 .function => try stdout.print(".type {s}, @function;\n", .{symbol.name}),
95 .function => try stdout.print(".type {s}, %function;\n", .{symbol.name}),
9696 .object => try stdout.print(".type {s}, @object;\n", .{symbol.name}),
9797 .none => {},
9898 }