Versions.tmp 97 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776
  1. ld GLIBC_2.4 __libc_stack_end;
  2. ld GLIBC_2.4 __stack_chk_guard;
  3. ld GLIBC_2.4 __tls_get_addr;
  4. ld GLIBC_2.4 _dl_mcount;
  5. ld GLIBC_2.4 _r_debug;
  6. ld GLIBC_2.4 calloc; free; malloc; realloc;
  7. ld GLIBC_PRIVATE __libc_enable_secure;
  8. ld GLIBC_PRIVATE __pointer_chk_guard;
  9. ld GLIBC_PRIVATE __tunable_get_val;
  10. ld GLIBC_PRIVATE _dl_allocate_tls; _dl_allocate_tls_init;
  11. ld GLIBC_PRIVATE _dl_argv; _dl_find_dso_for_object; _dl_get_tls_static_info;
  12. ld GLIBC_PRIVATE _dl_deallocate_tls; _dl_make_stack_executable;
  13. ld GLIBC_PRIVATE _dl_debug_state;
  14. ld GLIBC_PRIVATE _dl_exception_create; _dl_exception_create_format; _dl_exception_free;
  15. ld GLIBC_PRIVATE _dl_rtld_di_serinfo; _dl_starting_up;
  16. ld GLIBC_PRIVATE _dl_signal_error; _dl_catch_error;
  17. ld GLIBC_PRIVATE _dl_signal_exception; _dl_catch_exception;
  18. ld GLIBC_PRIVATE _rtld_global; _rtld_global_ro;
  19. libBrokenLocale GLIBC_2.4 __ctype_get_mb_cur_max;
  20. libanl GLIBC_2.4 gai_cancel; gai_error; gai_suspend; getaddrinfo_a;
  21. libc GLIBC_2.4 __mbrlen; __mbrtowc;
  22. libc GLIBC_2.4 _Exit;
  23. libc GLIBC_2.4 _IO_2_1_stdin_; _IO_2_1_stdout_; _IO_2_1_stderr_;
  24. libc GLIBC_2.4 _IO_adjust_column; _IO_clearerr; _IO_default_doallocate;
  25. libc GLIBC_2.4 _IO_adjust_wcolumn; _IO_free_wbackup_area; _IO_init_wmarker;
  26. libc GLIBC_2.4 _IO_default_finish; _IO_default_pbackfail; _IO_default_uflow;
  27. libc GLIBC_2.4 _IO_default_xsgetn; _IO_default_xsputn; _IO_do_write;
  28. libc GLIBC_2.4 _IO_do_write; _IO_file_attach; _IO_file_close_it; _IO_file_finish;
  29. libc GLIBC_2.4 _IO_doallocbuf; _IO_fclose; _IO_fdopen; _IO_feof; _IO_ferror;
  30. libc GLIBC_2.4 _IO_fclose; _IO_fopen; _IO_fdopen; _IO_popen; __asprintf;
  31. libc GLIBC_2.4 _IO_fflush; _IO_fgetc; _IO_fgetpos; _IO_fgets; _IO_file_attach;
  32. libc GLIBC_2.4 _IO_fgetpos; _IO_fgetpos64; _IO_fsetpos; _IO_fsetpos64;
  33. libc GLIBC_2.4 _IO_file_close; _IO_file_close_it; _IO_file_doallocate;
  34. libc GLIBC_2.4 _IO_file_fopen; _IO_file_init; _IO_file_jumps; _IO_file_open;
  35. libc GLIBC_2.4 _IO_file_fopen; _IO_file_init; _IO_file_overflow; _IO_file_seekoff;
  36. libc GLIBC_2.4 _IO_file_overflow; _IO_file_read; _IO_file_seek; _IO_file_seekoff;
  37. libc GLIBC_2.4 _IO_file_setbuf; _IO_file_stat; _IO_file_sync; _IO_file_underflow;
  38. libc GLIBC_2.4 _IO_file_setbuf; _IO_file_sync; _IO_file_underflow;
  39. libc GLIBC_2.4 _IO_file_write; _IO_file_xsputn; _IO_fileno; _IO_flockfile;
  40. libc GLIBC_2.4 _IO_file_write; _IO_file_xsputn; _IO_proc_open; _IO_proc_close;
  41. libc GLIBC_2.4 _IO_flush_all; _IO_flush_all_linebuffered; _IO_fopen; _IO_fprintf;
  42. libc GLIBC_2.4 _IO_fputs; _IO_fread; _IO_free_backup_area; _IO_freopen;
  43. libc GLIBC_2.4 _IO_fscanf; _IO_fseek; _IO_fsetpos; _IO_ftell; _IO_ftrylockfile;
  44. libc GLIBC_2.4 _IO_funlockfile; _IO_fwrite; _IO_getc; _IO_getline; _IO_gets;
  45. libc GLIBC_2.4 _IO_getc; _IO_peekc_unlocked; _IO_putc; _IO_feof; _IO_ferror;
  46. libc GLIBC_2.4 _IO_getline_info;
  47. libc GLIBC_2.4 _IO_init; _IO_init_marker; _IO_link_in; _IO_marker_delta;
  48. libc GLIBC_2.4 _IO_iter_begin; _IO_iter_end; _IO_iter_next; _IO_iter_file;
  49. libc GLIBC_2.4 _IO_least_wmarker; _IO_seekwmark; _IO_sputbackwc; _IO_sungetwc;
  50. libc GLIBC_2.4 _IO_list_all; _IO_stderr_; _IO_stdin_; _IO_stdout_;
  51. libc GLIBC_2.4 _IO_list_lock; _IO_list_unlock; _IO_list_resetlock;
  52. libc GLIBC_2.4 _IO_marker_difference; _IO_padn; _IO_pclose; _IO_peekc_locked;
  53. libc GLIBC_2.4 _IO_perror; _IO_popen; _IO_printf; _IO_proc_close; _IO_proc_open;
  54. libc GLIBC_2.4 _IO_putc; _IO_puts; _IO_remove_marker; _IO_rewind; _IO_scanf;
  55. libc GLIBC_2.4 _IO_seekmark; _IO_seekoff; _IO_seekpos; _IO_setb; _IO_setbuf;
  56. libc GLIBC_2.4 _IO_setbuffer; _IO_setlinebuf; _IO_setvbuf; _IO_sgetn;
  57. libc GLIBC_2.4 _IO_sprintf; _IO_sputbackc; _IO_sscanf; _IO_str_init_readonly;
  58. libc GLIBC_2.4 _IO_str_init_static; _IO_str_overflow; _IO_str_pbackfail;
  59. libc GLIBC_2.4 _IO_str_seekoff; _IO_str_underflow; _IO_sungetc;
  60. libc GLIBC_2.4 _IO_switch_to_get_mode; _IO_un_link; _IO_ungetc;
  61. libc GLIBC_2.4 _IO_switch_to_main_wget_area; _IO_switch_to_wbackup_area;
  62. libc GLIBC_2.4 _IO_switch_to_wget_mode; _IO_unsave_wmarkers; _IO_wdefault_doallocate;
  63. libc GLIBC_2.4 _IO_unsave_markers; _IO_vfprintf; _IO_vfscanf; _IO_vsprintf;
  64. libc GLIBC_2.4 _IO_wdefault_finish; _IO_wdefault_pbackfail; _IO_wdefault_setbuf;
  65. libc GLIBC_2.4 _IO_wdefault_uflow; _IO_wdefault_xsgetn; _IO_wdefault_xsputn;
  66. libc GLIBC_2.4 _IO_wdo_write; _IO_wfile_jumps; _IO_wfile_overflow; _IO_wfile_seekoff;
  67. libc GLIBC_2.4 _IO_wdoallocbuf; _IO_wmarker_delta; _IO_wsetb; __woverflow; __wuflow;
  68. libc GLIBC_2.4 _IO_wfile_setbuf; _IO_wfile_sync; _IO_wfile_underflow; _IO_wfile_xsputn;
  69. libc GLIBC_2.4 ___brk_addr; __curbrk; __progname; __progname_full;
  70. libc GLIBC_2.4 __adjtimex;
  71. libc GLIBC_2.4 __aeabi_MB_CUR_MAX;
  72. libc GLIBC_2.4 __aeabi_assert;
  73. libc GLIBC_2.4 __aeabi_atexit;
  74. libc GLIBC_2.4 __aeabi_errno_addr;
  75. libc GLIBC_2.4 __aeabi_localeconv;
  76. libc GLIBC_2.4 __aeabi_memclr; __aeabi_memclr4; __aeabi_memclr8;
  77. libc GLIBC_2.4 __aeabi_memcpy; __aeabi_memcpy4; __aeabi_memcpy8;
  78. libc GLIBC_2.4 __aeabi_memmove; __aeabi_memmove4; __aeabi_memmove8;
  79. libc GLIBC_2.4 __aeabi_memset; __aeabi_memset4; __aeabi_memset8;
  80. libc GLIBC_2.4 __argz_count; __argz_stringify; __argz_next;
  81. libc GLIBC_2.4 __assert;
  82. libc GLIBC_2.4 __assert_fail; __assert_perror_fail;
  83. libc GLIBC_2.4 __backtrace; __backtrace_symbols; __backtrace_symbols_fd;
  84. libc GLIBC_2.4 __bsd_getpgrp; __getpgid; __setpgid;
  85. libc GLIBC_2.4 __bzero; __strtok_r;
  86. libc GLIBC_2.4 __chk_fail;
  87. libc GLIBC_2.4 __clone;
  88. libc GLIBC_2.4 __cmsg_nxthdr;
  89. libc GLIBC_2.4 __confstr_chk; __getgroups_chk; __ttyname_r_chk;
  90. libc GLIBC_2.4 __connect; __send;
  91. libc GLIBC_2.4 __ctype32_tolower; __ctype32_toupper;
  92. libc GLIBC_2.4 __ctype_b; __ctype32_b; __ctype_tolower; __ctype_toupper;
  93. libc GLIBC_2.4 __ctype_b_loc; __ctype_tolower_loc; __ctype_toupper_loc;
  94. libc GLIBC_2.4 __ctype_get_mb_cur_max;
  95. libc GLIBC_2.4 __cxa_atexit; __cxa_finalize;
  96. libc GLIBC_2.4 __cyg_profile_func_enter; __cyg_profile_func_exit;
  97. libc GLIBC_2.4 __daylight; __timezone; __tzname;
  98. libc GLIBC_2.4 __dcgettext;
  99. libc GLIBC_2.4 __dgettext;
  100. libc GLIBC_2.4 __dup2; __pipe;
  101. libc GLIBC_2.4 __endmntent; __getmntent_r; __setmntent; __statfs; __sysctl;
  102. libc GLIBC_2.4 __environ; _environ;
  103. libc GLIBC_2.4 __errno_location;
  104. libc GLIBC_2.4 __fbufsize; __freading; __fwriting; __freadable; __fwritable; __flbf;
  105. libc GLIBC_2.4 __ffs; __mempcpy; __stpncpy; __stpcpy; __strcasecmp; __strdup;
  106. libc GLIBC_2.4 __fgets_chk; __fgets_unlocked_chk;
  107. libc GLIBC_2.4 __fpu_control;
  108. libc GLIBC_2.4 __fpurge; __fpending; __fsetlocking; _flushlbf;
  109. libc GLIBC_2.4 __fxstatat; __fxstatat64;
  110. libc GLIBC_2.4 __getdelim;
  111. libc GLIBC_2.4 __gethostname_chk; __getdomainname_chk; __wcrtomb_chk; __mbsnrtowcs_chk;
  112. libc GLIBC_2.4 __getlogin_r_chk;
  113. libc GLIBC_2.4 __gets_chk;
  114. libc GLIBC_2.4 __gmtime_r; __gettimeofday;
  115. libc GLIBC_2.4 __gnu_Unwind_Find_exidx;
  116. libc GLIBC_2.4 __h_errno_location;
  117. libc GLIBC_2.4 __isalnum_l; __isalpha_l; __isascii_l; __isblank_l; __iscntrl_l;
  118. libc GLIBC_2.4 __isdigit_l; __isgraph_l; __islower_l; __isprint_l; __ispunct_l;
  119. libc GLIBC_2.4 __isinf; __isinff; __isinfl;
  120. libc GLIBC_2.4 __isnan; __isnanf; __isnanl; __finite; __finitef; __finitel;
  121. libc GLIBC_2.4 __isspace_l; __isupper_l; __iswalnum_l; __iswalpha_l; __iswblank_l;
  122. libc GLIBC_2.4 __iswcntrl_l; __iswctype_l; __iswdigit_l; __iswgraph_l; __iswlower_l;
  123. libc GLIBC_2.4 __iswctype;
  124. libc GLIBC_2.4 __iswprint_l; __iswpunct_l; __iswspace_l; __iswupper_l; __iswxdigit_l;
  125. libc GLIBC_2.4 __isxdigit_l; __strcasecmp_l; __strcoll_l; __strfmon_l; __strncasecmp_l;
  126. libc GLIBC_2.4 __ivaliduser; __check_rhosts_file; __rcmd_errstr;
  127. libc GLIBC_2.4 __key_decryptsession_pk_LOCAL; __key_encryptsession_pk_LOCAL;
  128. libc GLIBC_2.4 __key_gendes_LOCAL;
  129. libc GLIBC_2.4 __libc_calloc; __libc_free; __libc_mallinfo; __libc_malloc;
  130. libc GLIBC_2.4 __libc_current_sigrtmin; __libc_current_sigrtmax; __libc_allocate_rtsig;
  131. libc GLIBC_2.4 __libc_freeres;
  132. libc GLIBC_2.4 __libc_init_first; __libc_start_main;
  133. libc GLIBC_2.4 __libc_mallopt; __libc_memalign; __libc_pvalloc; __libc_realloc;
  134. libc GLIBC_2.4 __libc_sa_len;
  135. libc GLIBC_2.4 __libc_valloc;
  136. libc GLIBC_2.4 __lseek; __open; __read;
  137. libc GLIBC_2.4 __malloc_initialize_hook; __free_hook; __malloc_hook; __realloc_hook;
  138. libc GLIBC_2.4 __malloc_initialized; __default_morecore; __morecore;
  139. libc GLIBC_2.4 __memalign_hook; __after_morecore_hook;
  140. libc GLIBC_2.4 __memcpy_chk; __memmove_chk; __mempcpy_chk; __memset_chk; __stpcpy_chk;
  141. libc GLIBC_2.4 __mempcpy_small; __stpcpy_small; __strcspn_c1; __strcspn_c2; __strcspn_c3;
  142. libc GLIBC_2.4 __monstartup; _mcleanup; __profile_frequency;
  143. libc GLIBC_2.4 __nanosleep;
  144. libc GLIBC_2.4 __newlocale; __duplocale; __freelocale;
  145. libc GLIBC_2.4 __nl_langinfo_l;
  146. libc GLIBC_2.4 __nss_database_lookup; __nss_configure_lookup;
  147. libc GLIBC_2.4 __nss_hostname_digits_dots;
  148. libc GLIBC_2.4 __nss_passwd_lookup; __nss_group_lookup; __nss_hosts_lookup; __nss_next;
  149. libc GLIBC_2.4 __open64;
  150. libc GLIBC_2.4 __pread64; __pwrite64;
  151. libc GLIBC_2.4 __printf_chk; __fprintf_chk; __vprintf_chk; __vfprintf_chk;
  152. libc GLIBC_2.4 __printf_fp; __vfscanf;
  153. libc GLIBC_2.4 __ptsname_r_chk;
  154. libc GLIBC_2.4 __rawmemchr; __strcasestr;
  155. libc GLIBC_2.4 __read_chk; __pread_chk; __pread64_chk;
  156. libc GLIBC_2.4 __readlink_chk; __getcwd_chk; __getwd_chk;
  157. libc GLIBC_2.4 __realpath_chk; __wctomb_chk;
  158. libc GLIBC_2.4 __recv_chk; __recvfrom_chk;
  159. libc GLIBC_2.4 __register_atfork;
  160. libc GLIBC_2.4 __res_randomid;
  161. libc GLIBC_2.4 __res_state; __res_init; __res_nclose; __res_ninit; _res_hconf;
  162. libc GLIBC_2.4 __rpc_thread_svc_fdset; __rpc_thread_createerr;
  163. libc GLIBC_2.4 __rpc_thread_svc_pollfd; __rpc_thread_svc_max_pollfd;
  164. libc GLIBC_2.4 __sbrk; __getpagesize;
  165. libc GLIBC_2.4 __sched_get_priority_max; __sched_get_priority_min;
  166. libc GLIBC_2.4 __sched_getparam; __sched_getscheduler; __sched_setscheduler;
  167. libc GLIBC_2.4 __sched_yield; __fork; __getpid; __wait;
  168. libc GLIBC_2.4 __secure_getenv;
  169. libc GLIBC_2.4 __select;
  170. libc GLIBC_2.4 __sigaction;
  171. libc GLIBC_2.4 __sigaddset; __sigdelset; __sigismember;
  172. libc GLIBC_2.4 __signbit; __signbitf; __signbitl;
  173. libc GLIBC_2.4 __sigpause; __sysv_signal;
  174. libc GLIBC_2.4 __sigsuspend;
  175. libc GLIBC_2.4 __sprintf_chk; __vsprintf_chk; __snprintf_chk; __vsnprintf_chk;
  176. libc GLIBC_2.4 __stack_chk_fail;
  177. libc GLIBC_2.4 __stpncpy_chk;
  178. libc GLIBC_2.4 __strcat_chk; __strcpy_chk; __strncat_chk; __strncpy_chk;
  179. libc GLIBC_2.4 __strcpy_small; __strspn_c1; __strspn_c2; __strspn_c3; __strpbrk_c2;
  180. libc GLIBC_2.4 __strerror_r;
  181. libc GLIBC_2.4 __strftime_l; __wcsftime_l;
  182. libc GLIBC_2.4 __strndup;
  183. libc GLIBC_2.4 __strpbrk_c3; __strsep_1c; __strsep_2c; __strsep_3c; __strsep_g;
  184. libc GLIBC_2.4 __strtod_internal; __strtof_internal; __strtold_internal;
  185. libc GLIBC_2.4 __strtod_l; __strtof_l; __strtol_l; __strtold_l; __strtoll_l; __strtoul_l;
  186. libc GLIBC_2.4 __strtok_r_1c;
  187. libc GLIBC_2.4 __strtol_internal; __strtoll_internal;
  188. libc GLIBC_2.4 __strtoq_internal; __strtouq_internal;
  189. libc GLIBC_2.4 __strtoul_internal; __strtoull_internal;
  190. libc GLIBC_2.4 __strtoull_l; __strxfrm_l; __toascii_l; __tolower_l; __toupper_l;
  191. libc GLIBC_2.4 __swprintf_chk; __vswprintf_chk; __wprintf_chk; __fwprintf_chk;
  192. libc GLIBC_2.4 __sysconf;
  193. libc GLIBC_2.4 __syslog_chk; __vsyslog_chk;
  194. libc GLIBC_2.4 __towctrans;
  195. libc GLIBC_2.4 __towctrans_l; __towlower_l; __towupper_l; __wcscasecmp_l; __wcscoll_l;
  196. libc GLIBC_2.4 __uflow; __underflow; __overflow;
  197. libc GLIBC_2.4 __uselocale;
  198. libc GLIBC_2.4 __vfork;
  199. libc GLIBC_2.4 __vsscanf; __vsnprintf;
  200. libc GLIBC_2.4 __vwprintf_chk; __vfwprintf_chk; __fgetws_chk; __fgetws_unlocked_chk;
  201. libc GLIBC_2.4 __waitpid;
  202. libc GLIBC_2.4 __wcscpy_chk; __wmemcpy_chk; __wmemmove_chk; __wmempcpy_chk; __wcpcpy_chk;
  203. libc GLIBC_2.4 __wcsncasecmp_l; __wcstod_l; __wcstof_l; __wcstol_l; __wcstold_l;
  204. libc GLIBC_2.4 __wcsncpy_chk; __wcscat_chk; __wcsncat_chk; __wmemset_chk; __wcpncpy_chk;
  205. libc GLIBC_2.4 __wcsnrtombs_chk; __mbsrtowcs_chk; __wcsrtombs_chk; __mbstowcs_chk;
  206. libc GLIBC_2.4 __wcstod_internal; __wcstof_internal; __wcstold_internal;
  207. libc GLIBC_2.4 __wcstol_internal; __wcstoll_internal;
  208. libc GLIBC_2.4 __wcstoll_l; __wcstoul_l; __wcstoull_l; __wcsxfrm_l; __wctype_l;
  209. libc GLIBC_2.4 __wcstombs_chk;
  210. libc GLIBC_2.4 __wcstoul_internal; __wcstoull_internal;
  211. libc GLIBC_2.4 __wctrans_l;
  212. libc GLIBC_2.4 __wunderflow;
  213. libc GLIBC_2.4 __xpg_basename;
  214. libc GLIBC_2.4 __xpg_sigpause;
  215. libc GLIBC_2.4 __xpg_strerror_r;
  216. libc GLIBC_2.4 __xstat64; __fxstat64; __lxstat64; __poll;
  217. libc GLIBC_2.4 __xstat; __fxstat; __lxstat; __xmknod; __write; __close; __fcntl;
  218. libc GLIBC_2.4 _authenticate;
  219. libc GLIBC_2.4 _dl_mcount_wrapper; _dl_mcount_wrapper_check;
  220. libc GLIBC_2.4 _exit;
  221. libc GLIBC_2.4 _libc_intl_domainname;
  222. libc GLIBC_2.4 _longjmp; __sigsetjmp; _setjmp;
  223. libc GLIBC_2.4 _mcount;
  224. libc GLIBC_2.4 _nl_msg_cat_cntr; _nl_default_dirname; _nl_domain_bindings;
  225. libc GLIBC_2.4 _null_auth;
  226. libc GLIBC_2.4 _obstack;
  227. libc GLIBC_2.4 _obstack_allocated_p; _obstack_begin; _obstack_begin_1;
  228. libc GLIBC_2.4 _obstack_free; _obstack_memory_used; _obstack_newchunk;
  229. libc GLIBC_2.4 _res;
  230. libc GLIBC_2.4 _rpc_dtablesize; _seterr_reply;
  231. libc GLIBC_2.4 _sys_errlist; _sys_nerr; _sys_siglist;
  232. libc GLIBC_2.4 _sys_errlist; sys_errlist; _sys_nerr; sys_nerr;
  233. libc GLIBC_2.4 _sys_errlist; sys_errlist; _sys_nerr; sys_nerr;
  234. libc GLIBC_2.4 _sys_errlist; sys_errlist; _sys_nerr; sys_nerr;
  235. libc GLIBC_2.4 _sys_errlist; sys_errlist; _sys_nerr; sys_nerr;
  236. libc GLIBC_2.4 _sys_errlist; sys_errlist; _sys_nerr; sys_nerr;
  237. libc GLIBC_2.4 _sys_siglist; sys_siglist; sys_sigabbrev;
  238. libc GLIBC_2.4 _tolower; _toupper;
  239. libc GLIBC_2.4 a64l; abort; abs; atexit; atof; atoi; atol; atoll;
  240. libc GLIBC_2.4 accept;
  241. libc GLIBC_2.4 access;
  242. libc GLIBC_2.4 acct; addmntent; advance;
  243. libc GLIBC_2.4 addseverity;
  244. libc GLIBC_2.4 adjtime; adjtimex; asctime; asctime_r;
  245. libc GLIBC_2.4 alarm;
  246. libc GLIBC_2.4 alphasort64;
  247. libc GLIBC_2.4 alphasort;
  248. libc GLIBC_2.4 argp_err_exit_status; argp_program_bug_address; argp_program_version;
  249. libc GLIBC_2.4 argp_error; argp_failure; argp_help; argp_parse; argp_state_help;
  250. libc GLIBC_2.4 argp_program_version_hook;
  251. libc GLIBC_2.4 argp_usage;
  252. libc GLIBC_2.4 argz_add; argz_add_sep; argz_append; argz_count; argz_create;
  253. libc GLIBC_2.4 argz_create_sep; argz_delete; argz_extract; argz_insert; argz_next;
  254. libc GLIBC_2.4 argz_replace; argz_stringify;
  255. libc GLIBC_2.4 asprintf;
  256. libc GLIBC_2.4 authdes_create; authdes_getucred; authdes_pk_create;
  257. libc GLIBC_2.4 authnone_create; authunix_create; authunix_create_default;
  258. libc GLIBC_2.4 backtrace; backtrace_symbols; backtrace_symbols_fd;
  259. libc GLIBC_2.4 basename; bcmp; bcopy; bzero;
  260. libc GLIBC_2.4 bdflush;
  261. libc GLIBC_2.4 bind;
  262. libc GLIBC_2.4 bind_textdomain_codeset;
  263. libc GLIBC_2.4 bindresvport;
  264. libc GLIBC_2.4 bindtextdomain;
  265. libc GLIBC_2.4 brk;
  266. libc GLIBC_2.4 bsd_signal;
  267. libc GLIBC_2.4 bsearch;
  268. libc GLIBC_2.4 btowc;
  269. libc GLIBC_2.4 calloc; cfree;
  270. libc GLIBC_2.4 callrpc;
  271. libc GLIBC_2.4 canonicalize_file_name; clearenv;
  272. libc GLIBC_2.4 capget; capset;
  273. libc GLIBC_2.4 catclose; catgets; catopen;
  274. libc GLIBC_2.4 cbc_crypt; clntunix_create;
  275. libc GLIBC_2.4 cfgetispeed; cfgetospeed; cfmakeraw; cfsetispeed; cfsetospeed; cfsetspeed;
  276. libc GLIBC_2.4 chdir; chmod; chown; close; creat;
  277. libc GLIBC_2.4 chflags; chroot; closelog;
  278. libc GLIBC_2.4 chown;
  279. libc GLIBC_2.4 clearerr; clearerr_unlocked;
  280. libc GLIBC_2.4 clnt_broadcast; clnt_create; clnt_pcreateerror; clnt_perrno;
  281. libc GLIBC_2.4 clnt_perror; clnt_spcreateerror; clnt_sperrno; clnt_sperror;
  282. libc GLIBC_2.4 clntraw_create; clnttcp_create; clntudp_bufcreate; clntudp_create;
  283. libc GLIBC_2.4 clock; ctime; ctime_r;
  284. libc GLIBC_2.4 clone; create_module;
  285. libc GLIBC_2.4 closedir;
  286. libc GLIBC_2.4 confstr;
  287. libc GLIBC_2.4 connect;
  288. libc GLIBC_2.4 copysign; copysignf; copysignl;
  289. libc GLIBC_2.4 creat64;
  290. libc GLIBC_2.4 ctermid; cuserid;
  291. libc GLIBC_2.4 daemon; dirname;
  292. libc GLIBC_2.4 daylight; timezone; tzname;
  293. libc GLIBC_2.4 dcgettext; dgettext; gettext;
  294. libc GLIBC_2.4 dcngettext; dngettext;
  295. libc GLIBC_2.4 delete_module;
  296. libc GLIBC_2.4 des_setparity;
  297. libc GLIBC_2.4 difftime; dysize;
  298. libc GLIBC_2.4 dirfd;
  299. libc GLIBC_2.4 div; drand48; drand48_r;
  300. libc GLIBC_2.4 dl_iterate_phdr;
  301. libc GLIBC_2.4 dprintf;
  302. libc GLIBC_2.4 dup; dup2;
  303. libc GLIBC_2.4 eaccess;
  304. libc GLIBC_2.4 ecb_crypt;
  305. libc GLIBC_2.4 ecvt; ecvt_r; endfsent; endmntent; endttyent; endusershell;
  306. libc GLIBC_2.4 endaliasent; endhostent; endnetent; endnetgrent; endprotoent; endservent;
  307. libc GLIBC_2.4 endgrent;
  308. libc GLIBC_2.4 endpwent;
  309. libc GLIBC_2.4 endrpcent;
  310. libc GLIBC_2.4 endspent;
  311. libc GLIBC_2.4 endutent;
  312. libc GLIBC_2.4 endutxent;
  313. libc GLIBC_2.4 environ; optarg; opterr; optind; optopt;
  314. libc GLIBC_2.4 envz_add; envz_entry; envz_get; envz_merge; envz_remove;
  315. libc GLIBC_2.4 envz_strip;
  316. libc GLIBC_2.4 epoll_create; epoll_ctl; epoll_wait;
  317. libc GLIBC_2.4 erand48; erand48_r; exit;
  318. libc GLIBC_2.4 err; error; error_at_line; errx;
  319. libc GLIBC_2.4 error_message_count; error_one_per_line; error_print_progname;
  320. libc GLIBC_2.4 ether_aton; ether_aton_r; ether_hostton; ether_line; ether_ntoa;
  321. libc GLIBC_2.4 ether_ntoa_r; ether_ntohost;
  322. libc GLIBC_2.4 euidaccess;
  323. libc GLIBC_2.4 execl; execle; execlp; execv; execve; execvp; fexecve;
  324. libc GLIBC_2.4 faccessat;
  325. libc GLIBC_2.4 fattach; fdetach;
  326. libc GLIBC_2.4 fchdir; fchmod; fchown; fcntl; flock; fstatfs; fts_children; fts_close;
  327. libc GLIBC_2.4 fchflags; fcvt; fcvt_r; fdatasync; fsync; ftruncate;
  328. libc GLIBC_2.4 fchmodat;
  329. libc GLIBC_2.4 fchownat;
  330. libc GLIBC_2.4 fclose; fcloseall; fdopen; feof; feof_locked; feof_unlocked; ferror;
  331. libc GLIBC_2.4 fdopendir;
  332. libc GLIBC_2.4 ferror_locked; ferror_unlocked; fflush; fflush_locked; fflush_unlocked;
  333. libc GLIBC_2.4 ffs;
  334. libc GLIBC_2.4 ffsl; ffsll;
  335. libc GLIBC_2.4 fgetc; fgetpos; fgets; fileno; fileno_locked; fileno_unlocked;
  336. libc GLIBC_2.4 fgetgrent; fgetgrent_r;
  337. libc GLIBC_2.4 fgetpos64; fopen64; freopen64; fseeko; fseeko64; fsetpos64; ftello;
  338. libc GLIBC_2.4 fgetpos; fgetpos64; fgetwc; fgetwc_unlocked; fgetws; fgetws_unlocked;
  339. libc GLIBC_2.4 fgetpwent; fgetpwent_r;
  340. libc GLIBC_2.4 fgets_unlocked; fputs_unlocked; fgetc_unlocked;
  341. libc GLIBC_2.4 fgetspent; fgetspent_r;
  342. libc GLIBC_2.4 fgetxattr; flistxattr; fremovexattr; fsetxattr;
  343. libc GLIBC_2.4 finite; finitef; finitel; frexp; frexpf; frexpl;
  344. libc GLIBC_2.4 flockfile; fprintf; fscanf; ftrylockfile; funlockfile;
  345. libc GLIBC_2.4 fmtmsg;
  346. libc GLIBC_2.4 fnmatch;
  347. libc GLIBC_2.4 fnmatch; fork; fpathconf; freeaddrinfo;
  348. libc GLIBC_2.4 fopen; fopencookie; fputc; fputc_locked; fputc_unlocked; fputs;
  349. libc GLIBC_2.4 fputwc; fputwc_unlocked; fputws; fputws_unlocked; fsetpos; fsetpos64;
  350. libc GLIBC_2.4 fread; freopen; fseek; fsetpos; ftell; fwrite;
  351. libc GLIBC_2.4 free;
  352. libc GLIBC_2.4 freeifaddrs;
  353. libc GLIBC_2.4 fstatfs64; fstatvfs; fstatvfs64; ftw64;
  354. libc GLIBC_2.4 ftello64; fopen; fclose; fdopen; fread_unlocked; fwrite_unlocked;
  355. libc GLIBC_2.4 ftime;
  356. libc GLIBC_2.4 ftok;
  357. libc GLIBC_2.4 ftruncate64;
  358. libc GLIBC_2.4 fts_open; fts_read; fts_set; ftw;
  359. libc GLIBC_2.4 futimes;
  360. libc GLIBC_2.4 futimesat;
  361. libc GLIBC_2.4 fwide; fwprintf; fwscanf; fopencookie; fmemopen;
  362. libc GLIBC_2.4 gai_strerror; getnameinfo; glob64; globfree64;
  363. libc GLIBC_2.4 gcvt; get_avphys_pages; get_nprocs; get_nprocs_conf; get_phys_pages;
  364. libc GLIBC_2.4 get_current_dir_name; getcwd; getwd;
  365. libc GLIBC_2.4 get_kernel_syms; getresgid; getresuid;
  366. libc GLIBC_2.4 get_myaddress; getpublickey; getsecretkey;
  367. libc GLIBC_2.4 getaddrinfo; getdtablesize; getegid; geteuid; getgid; getopt; getopt_long;
  368. libc GLIBC_2.4 getaliasbyname; getaliasbyname_r; getaliasent; getaliasent_r;
  369. libc GLIBC_2.4 getaliasbyname_r; getaliasent_r; gethostbyaddr_r; gethostbyname2_r;
  370. libc GLIBC_2.4 getc; getc_locked; getc_unlocked; getchar; getchar_unlocked; getdelim;
  371. libc GLIBC_2.4 getcontext;
  372. libc GLIBC_2.4 getdate; getdate_r;
  373. libc GLIBC_2.4 getdate_err;
  374. libc GLIBC_2.4 getdirentries64;
  375. libc GLIBC_2.4 getdirentries;
  376. libc GLIBC_2.4 getdomainname; gethostbyaddr; gethostbyaddr_r; gethostbyname;
  377. libc GLIBC_2.4 getenv; getsubopt;
  378. libc GLIBC_2.4 getfsent; getfsfile; getfsspec; gethostid; gethostname; getmntent;
  379. libc GLIBC_2.4 getgrent; getgrent_r; getgrgid; getgrgid_r; getgrnam; getgrnam_r;
  380. libc GLIBC_2.4 getgrent_r; getgrgid_r; getgrnam_r;
  381. libc GLIBC_2.4 getgrouplist;
  382. libc GLIBC_2.4 getgroups;
  383. libc GLIBC_2.4 gethostbyname2; gethostbyname2_r; gethostbyname_r; gethostent;
  384. libc GLIBC_2.4 gethostbyname_r; gethostent_r; getnetbyaddr_r; getnetbyname_r;
  385. libc GLIBC_2.4 gethostent_r; getnetbyaddr; getnetbyaddr_r; getnetbyname;
  386. libc GLIBC_2.4 getifaddrs;
  387. libc GLIBC_2.4 getipv4sourcefilter; setipv4sourcefilter;
  388. libc GLIBC_2.4 getitimer; gettimeofday; gmtime; gmtime_r;
  389. libc GLIBC_2.4 getline; getw;
  390. libc GLIBC_2.4 getloadavg;
  391. libc GLIBC_2.4 getlogin; getlogin_r; getutent; getutent_r; getutid; getutid_r; getutline;
  392. libc GLIBC_2.4 getmntent_r; getpagesize; getpass; getttyent; getttynam; getusershell;
  393. libc GLIBC_2.4 getmsg; getpmsg;
  394. libc GLIBC_2.4 getnetbyname_r; getnetent; getnetent_r; getnetgrent; getnetgrent_r;
  395. libc GLIBC_2.4 getnetent_r; getnetgrent_r; getprotobyname_r; getprotobynumber_r;
  396. libc GLIBC_2.4 getnetname;
  397. libc GLIBC_2.4 getopt_long_only; getpgid; getpgrp; getpid; getppid; getsid; getuid; glob;
  398. libc GLIBC_2.4 getpeername; getsockname; getsockopt;
  399. libc GLIBC_2.4 getpriority; getrlimit; getrusage;
  400. libc GLIBC_2.4 getprotobyname; getprotobyname_r; getprotobynumber;
  401. libc GLIBC_2.4 getprotobynumber_r; getprotoent; getprotoent_r;
  402. libc GLIBC_2.4 getprotoent_r; getservbyname_r;
  403. libc GLIBC_2.4 getpt; getutxent; getutxid; getutxline; grantpt;
  404. libc GLIBC_2.4 getpw; getpwent; getpwent_r; getpwnam; getpwnam_r; getpwuid; getpwuid_r;
  405. libc GLIBC_2.4 getpwent_r; getpwuid_r; getpwnam_r;
  406. libc GLIBC_2.4 getresgid; getresuid; setresgid; setresuid;
  407. libc GLIBC_2.4 getrlimit64;
  408. libc GLIBC_2.4 getrpcbyname; getrpcbyname_r; getrpcbynumber; getrpcbynumber_r;
  409. libc GLIBC_2.4 getrpcbyname_r; getrpcbynumber_r; getrpcent_r;
  410. libc GLIBC_2.4 getrpcent; getrpcent_r; getrpcport;
  411. libc GLIBC_2.4 gets;
  412. libc GLIBC_2.4 getservbyname; getservbyname_r; getservbyport;
  413. libc GLIBC_2.4 getservbyport_r; getservent; getservent_r;
  414. libc GLIBC_2.4 getsourcefilter; setsourcefilter;
  415. libc GLIBC_2.4 getspent; getspent_r; getspnam; getspnam_r;
  416. libc GLIBC_2.4 getspent_r; getspnam_r;
  417. libc GLIBC_2.4 getutline_r;
  418. libc GLIBC_2.4 getutmpx; getutmp;
  419. libc GLIBC_2.4 getwc; getwc_unlocked; getwchar; getwchar_unlocked;
  420. libc GLIBC_2.4 getxattr;
  421. libc GLIBC_2.4 glob_pattern_p; globfree; group_member;
  422. libc GLIBC_2.4 gnu_dev_major; gnu_dev_minor; gnu_dev_makedev;
  423. libc GLIBC_2.4 gnu_get_libc_release; gnu_get_libc_version;
  424. libc GLIBC_2.4 gsignal;
  425. libc GLIBC_2.4 gtty;
  426. libc GLIBC_2.4 h_errlist; h_nerr;
  427. libc GLIBC_2.4 hasmntopt; hcreate; hcreate_r; hdestroy; hdestroy_r; hsearch; hsearch_r;
  428. libc GLIBC_2.4 herror; hstrerror;
  429. libc GLIBC_2.4 host2netname;
  430. libc GLIBC_2.4 htonl; htons;
  431. libc GLIBC_2.4 iconv; iconv_open; iconv_close;
  432. libc GLIBC_2.4 if_freenameindex; if_indextoname; if_nameindex; if_nametoindex;
  433. libc GLIBC_2.4 imaxabs; imaxdiv;
  434. libc GLIBC_2.4 in6addr_any; in6addr_loopback;
  435. libc GLIBC_2.4 inb; inw; inl;
  436. libc GLIBC_2.4 index;
  437. libc GLIBC_2.4 inet6_option_alloc; inet6_option_next; inet6_option_find;
  438. libc GLIBC_2.4 inet6_option_space; inet6_option_init; inet6_option_append;
  439. libc GLIBC_2.4 inet_addr; inet_aton; inet_lnaof; inet_makeaddr; inet_netof; inet_network;
  440. libc GLIBC_2.4 inet_nsap_addr; inet_nsap_ntoa; inet_ntoa; inet_ntop; inet_pton; innetgr;
  441. libc GLIBC_2.4 init_module;
  442. libc GLIBC_2.4 initgroups;
  443. libc GLIBC_2.4 initstate; initstate_r;
  444. libc GLIBC_2.4 inotify_init; inotify_add_watch; inotify_rm_watch;
  445. libc GLIBC_2.4 insque; ioctl;
  446. libc GLIBC_2.4 ioperm; iopl;
  447. libc GLIBC_2.4 iruserok;
  448. libc GLIBC_2.4 iruserok_af;
  449. libc GLIBC_2.4 isalnum; isalpha; isascii; isblank; iscntrl; isdigit; isgraph; islower;
  450. libc GLIBC_2.4 isalnum_l; isalpha_l; isascii_l; isblank_l; iscntrl_l;
  451. libc GLIBC_2.4 isastream;
  452. libc GLIBC_2.4 isatty;
  453. libc GLIBC_2.4 isctype; __isctype;
  454. libc GLIBC_2.4 isdigit_l; isgraph_l; islower_l; isprint_l; ispunct_l;
  455. libc GLIBC_2.4 isfdtype;
  456. libc GLIBC_2.4 isinf; isinff; isinfl; isnan; isnanf; isnanl; ldexp; ldexpf; ldexpl;
  457. libc GLIBC_2.4 isprint; ispunct; isspace; isupper; isxdigit;
  458. libc GLIBC_2.4 isspace_l; isupper_l; iswalnum_l; iswalpha_l; iswblank_l;
  459. libc GLIBC_2.4 iswalnum; iswalpha; iswcntrl; iswctype; iswdigit; iswgraph; iswlower;
  460. libc GLIBC_2.4 iswblank;
  461. libc GLIBC_2.4 iswcntrl_l; iswctype_l; iswdigit_l; iswgraph_l; iswlower_l;
  462. libc GLIBC_2.4 iswprint; iswpunct; iswspace; iswupper; iswxdigit;
  463. libc GLIBC_2.4 iswprint_l; iswpunct_l; iswspace_l; iswupper_l; iswxdigit_l;
  464. libc GLIBC_2.4 isxdigit_l; strcasecmp_l; strcoll_l; strfmon_l; strncasecmp_l;
  465. libc GLIBC_2.4 jrand48; jrand48_r; lfind; lsearch;
  466. libc GLIBC_2.4 key_decryptsession; key_decryptsession_pk; key_encryptsession;
  467. libc GLIBC_2.4 key_encryptsession_pk; key_gendes; key_get_conv; key_secretkey_is_set;
  468. libc GLIBC_2.4 key_setnet; key_setsecret;
  469. libc GLIBC_2.4 kill; killpg;
  470. libc GLIBC_2.4 klogctl;
  471. libc GLIBC_2.4 l64a; labs; lcong48; lcong48_r; ldiv; llabs; lldiv; lrand48; lrand48_r;
  472. libc GLIBC_2.4 lchmod;
  473. libc GLIBC_2.4 lchown; link; lockf; lseek;
  474. libc GLIBC_2.4 lckpwdf;
  475. libc GLIBC_2.4 lgetxattr; llistxattr; lremovexattr; lsetxattr;
  476. libc GLIBC_2.4 linkat;
  477. libc GLIBC_2.4 listen;
  478. libc GLIBC_2.4 listxattr;
  479. libc GLIBC_2.4 llseek;
  480. libc GLIBC_2.4 loc1; loc2; locs;
  481. libc GLIBC_2.4 localeconv;
  482. libc GLIBC_2.4 localeconv;
  483. libc GLIBC_2.4 localtime; localtime_r;
  484. libc GLIBC_2.4 lockf64; lseek64;
  485. libc GLIBC_2.4 longjmp;
  486. libc GLIBC_2.4 lutimes;
  487. libc GLIBC_2.4 madvise; mkstemp; mktemp; mlock; mlockall; mmap; mount; mprotect; msync;
  488. libc GLIBC_2.4 makecontext;
  489. libc GLIBC_2.4 mallinfo; malloc; malloc_get_state; malloc_set_state; malloc_stats;
  490. libc GLIBC_2.4 malloc_trim; malloc_usable_size; mallopt; memalign; mprobe; mtrace;
  491. libc GLIBC_2.4 mallwatch; obstack_alloc_failed_handler; obstack_exit_failure;
  492. libc GLIBC_2.4 mblen; mbrlen; mbrtowc; mbsinit; mbsnrtowcs; mbsrtowcs; mbstowcs;
  493. libc GLIBC_2.4 mbtowc; mcheck; mcount; mrand48; mrand48_r;
  494. libc GLIBC_2.4 mcheck_check_all; mcheck_pedantic;
  495. libc GLIBC_2.4 memccpy; memchr; memcmp; memcpy; memfrob; memmem; memmove; memset;
  496. libc GLIBC_2.4 mempcpy;
  497. libc GLIBC_2.4 memrchr;
  498. libc GLIBC_2.4 mincore; mkdtemp; mkstemp64;
  499. libc GLIBC_2.4 mkdir; mkfifo;
  500. libc GLIBC_2.4 mkdirat; mkfifoat; __xmknodat;
  501. libc GLIBC_2.4 mktime;
  502. libc GLIBC_2.4 mmap64;
  503. libc GLIBC_2.4 modf; modff; modfl;
  504. libc GLIBC_2.4 moncontrol;
  505. libc GLIBC_2.4 monstartup;
  506. libc GLIBC_2.4 mremap;
  507. libc GLIBC_2.4 msgctl; msgget; msgrcv; msgsnd;
  508. libc GLIBC_2.4 munlock; munlockall; munmap;
  509. libc GLIBC_2.4 muntrace;
  510. libc GLIBC_2.4 nanosleep;
  511. libc GLIBC_2.4 netname2host; netname2user;
  512. libc GLIBC_2.4 newlocale; duplocale; freelocale; uselocale;
  513. libc GLIBC_2.4 nfsservctl;
  514. libc GLIBC_2.4 nftw; nftw64;
  515. libc GLIBC_2.4 nftw; nftw64;
  516. libc GLIBC_2.4 ngettext;
  517. libc GLIBC_2.4 nice;
  518. libc GLIBC_2.4 nl_langinfo;
  519. libc GLIBC_2.4 nrand48; nrand48_r;
  520. libc GLIBC_2.4 ntohl; ntohs;
  521. libc GLIBC_2.4 ntp_adjtime; ntp_gettime;
  522. libc GLIBC_2.4 obstack_free;
  523. libc GLIBC_2.4 on_exit;
  524. libc GLIBC_2.4 open64;
  525. libc GLIBC_2.4 open;
  526. libc GLIBC_2.4 open_memstream; obstack_printf; obstack_vprintf;
  527. libc GLIBC_2.4 open_wmemstream;
  528. libc GLIBC_2.4 openat; openat64;
  529. libc GLIBC_2.4 opendir;
  530. libc GLIBC_2.4 openlog;
  531. libc GLIBC_2.4 outb; outw; outl;
  532. libc GLIBC_2.4 parse_printf_format; perror; printf; putw;
  533. libc GLIBC_2.4 passwd2des;
  534. libc GLIBC_2.4 pathconf; pause; pselect;
  535. libc GLIBC_2.4 pclose; popen;
  536. libc GLIBC_2.4 pclose; popen; putc; putc_locked; putc_unlocked; putchar;
  537. libc GLIBC_2.4 personality; prctl;
  538. libc GLIBC_2.4 pipe; poll;
  539. libc GLIBC_2.4 pivot_root;
  540. libc GLIBC_2.4 pmap_getmaps; pmap_getport; pmap_rmtcall; pmap_set; pmap_unset;
  541. libc GLIBC_2.4 posix_fadvise; posix_fadvise64; posix_fallocate; posix_fallocate64;
  542. libc GLIBC_2.4 posix_madvise;
  543. libc GLIBC_2.4 posix_memalign;
  544. libc GLIBC_2.4 posix_openpt;
  545. libc GLIBC_2.4 posix_spawn; posix_spawnp; posix_spawnattr_getschedpolicy;
  546. libc GLIBC_2.4 posix_spawn_file_actions_addclose; posix_spawn_file_actions_addopen;
  547. libc GLIBC_2.4 posix_spawn_file_actions_adddup2;
  548. libc GLIBC_2.4 posix_spawn_file_actions_init; posix_spawn_file_actions_destroy;
  549. libc GLIBC_2.4 posix_spawnattr_getflags; posix_spawnattr_setflags;
  550. libc GLIBC_2.4 posix_spawnattr_getpgroup; posix_spawnattr_setpgroup;
  551. libc GLIBC_2.4 posix_spawnattr_getsigdefault; posix_spawnattr_setsigdefault;
  552. libc GLIBC_2.4 posix_spawnattr_init; posix_spawnattr_destroy;
  553. libc GLIBC_2.4 posix_spawnattr_setschedparam;
  554. libc GLIBC_2.4 posix_spawnattr_setschedpolicy; posix_spawnattr_getschedparam;
  555. libc GLIBC_2.4 posix_spawnattr_setsigmask; posix_spawnattr_getsigmask;
  556. libc GLIBC_2.4 ppoll;
  557. libc GLIBC_2.4 pread; pread64; pwrite; pwrite64;
  558. libc GLIBC_2.4 printf_size; printf_size_info;
  559. libc GLIBC_2.4 profil; profil_counter;
  560. libc GLIBC_2.4 program_invocation_name; program_invocation_short_name;
  561. libc GLIBC_2.4 psignal;
  562. libc GLIBC_2.4 pthread_attr_destroy; pthread_attr_init;
  563. libc GLIBC_2.4 pthread_attr_getdetachstate; pthread_attr_setdetachstate;
  564. libc GLIBC_2.4 pthread_attr_getinheritsched; pthread_attr_setinheritsched;
  565. libc GLIBC_2.4 pthread_attr_getschedparam; pthread_attr_setschedparam;
  566. libc GLIBC_2.4 pthread_attr_getschedpolicy; pthread_attr_setschedpolicy;
  567. libc GLIBC_2.4 pthread_attr_getscope; pthread_attr_setscope;
  568. libc GLIBC_2.4 pthread_attr_init;
  569. libc GLIBC_2.4 pthread_attr_init;
  570. libc GLIBC_2.4 pthread_cond_broadcast; pthread_cond_destroy;
  571. libc GLIBC_2.4 pthread_cond_broadcast; pthread_cond_timedwait;
  572. libc GLIBC_2.4 pthread_cond_init; pthread_cond_destroy;
  573. libc GLIBC_2.4 pthread_cond_init; pthread_cond_signal; pthread_cond_wait;
  574. libc GLIBC_2.4 pthread_cond_timedwait;
  575. libc GLIBC_2.4 pthread_cond_wait; pthread_cond_signal;
  576. libc GLIBC_2.4 pthread_condattr_destroy; pthread_condattr_init;
  577. libc GLIBC_2.4 pthread_equal; pthread_exit;
  578. libc GLIBC_2.4 pthread_getschedparam; pthread_setschedparam;
  579. libc GLIBC_2.4 pthread_mutex_destroy; pthread_mutex_init;
  580. libc GLIBC_2.4 pthread_mutex_lock; pthread_mutex_unlock;
  581. libc GLIBC_2.4 pthread_self;
  582. libc GLIBC_2.4 pthread_setcancelstate; pthread_setcanceltype;
  583. libc GLIBC_2.4 ptrace;
  584. libc GLIBC_2.4 ptsname; ptsname_r; pututxline;
  585. libc GLIBC_2.4 putchar_unlocked; puts;
  586. libc GLIBC_2.4 putenv;
  587. libc GLIBC_2.4 putgrent;
  588. libc GLIBC_2.4 putmsg; putpmsg;
  589. libc GLIBC_2.4 putpwent; setpwent;
  590. libc GLIBC_2.4 putspent;
  591. libc GLIBC_2.4 pututline;
  592. libc GLIBC_2.4 putwc; putwc_unlocked; putwchar; putwchar_unlocked;
  593. libc GLIBC_2.4 pvalloc;
  594. libc GLIBC_2.4 qecvt; qecvt_r; qfcvt; qfcvt_r; qgcvt;
  595. libc GLIBC_2.4 qsort;
  596. libc GLIBC_2.4 query_module; quotactl;
  597. libc GLIBC_2.4 raise;
  598. libc GLIBC_2.4 rand; rand_r; random; random_r; realpath; rpmatch;
  599. libc GLIBC_2.4 rawmemchr;
  600. libc GLIBC_2.4 rcmd; rexec; rresvport; ruserok; ruserpass;
  601. libc GLIBC_2.4 rcmd_af; rexec_af; rresvport_af; ruserok_af;
  602. libc GLIBC_2.4 re_comp; re_compile_fastmap; re_compile_pattern; re_exec; re_match;
  603. libc GLIBC_2.4 re_match_2; re_search; re_search_2; re_set_registers; re_set_syntax;
  604. libc GLIBC_2.4 re_max_failures; re_syntax_options;
  605. libc GLIBC_2.4 read; readlink; rmdir;
  606. libc GLIBC_2.4 readahead;
  607. libc GLIBC_2.4 readdir64; readdir64_r;
  608. libc GLIBC_2.4 readdir; readdir_r; rewinddir;
  609. libc GLIBC_2.4 readlinkat;
  610. libc GLIBC_2.4 readv; reboot; remque; revoke;
  611. libc GLIBC_2.4 realloc;
  612. libc GLIBC_2.4 realpath;
  613. libc GLIBC_2.4 recv; recvfrom; recvmsg;
  614. libc GLIBC_2.4 regcomp; regerror; regexec; regfree;
  615. libc GLIBC_2.4 regexec;
  616. libc GLIBC_2.4 register_printf_function; remove; rename;
  617. libc GLIBC_2.4 registerrpc;
  618. libc GLIBC_2.4 remap_file_pages;
  619. libc GLIBC_2.4 removexattr;
  620. libc GLIBC_2.4 renameat;
  621. libc GLIBC_2.4 res_init;
  622. libc GLIBC_2.4 rewind;
  623. libc GLIBC_2.4 rexecoptions;
  624. libc GLIBC_2.4 rindex;
  625. libc GLIBC_2.4 rpc_createerr; svc_fdset; svcauthdes_stats;
  626. libc GLIBC_2.4 rtime;
  627. libc GLIBC_2.4 sbrk; select; setdomainname; setfsent; sethostent; sethostid; sethostname;
  628. libc GLIBC_2.4 scalbln; scalblnf; scalblnl;
  629. libc GLIBC_2.4 scalbn; scalbnf; scalbnl;
  630. libc GLIBC_2.4 scandir64;
  631. libc GLIBC_2.4 scandir; seekdir;
  632. libc GLIBC_2.4 scanf; snprintf; sprintf; sscanf;
  633. libc GLIBC_2.4 sched_get_priority_max; sched_get_priority_min; sched_getparam;
  634. libc GLIBC_2.4 sched_getaffinity; sched_setaffinity;
  635. libc GLIBC_2.4 sched_getaffinity; sched_setaffinity;
  636. libc GLIBC_2.4 sched_getscheduler; sched_rr_get_interval; sched_setparam;
  637. libc GLIBC_2.4 sched_setscheduler; sched_yield; setegid; seteuid; setgid;
  638. libc GLIBC_2.4 seed48; seed48_r; setcontext; setenv; setstate; setstate_r; srand; srand48;
  639. libc GLIBC_2.4 semctl; semget; semop; shmat; shmctl; shmdt; shmget;
  640. libc GLIBC_2.4 semctl; shmctl; msgctl;
  641. libc GLIBC_2.4 semtimedop;
  642. libc GLIBC_2.4 send; sendmsg; sendto; setsockopt; shutdown; socket; socketpair;
  643. libc GLIBC_2.4 sendfile64;
  644. libc GLIBC_2.4 sendfile;
  645. libc GLIBC_2.4 setaliasent; setnetent; setnetgrent; setprotoent; setservent;
  646. libc GLIBC_2.4 setbuf; setbuffer; setlinebuf; setvbuf;
  647. libc GLIBC_2.4 setfsgid; setfsuid;
  648. libc GLIBC_2.4 setgrent; setgroups;
  649. libc GLIBC_2.4 setitimer; settimeofday; stime; strftime; strptime;
  650. libc GLIBC_2.4 setjmp;
  651. libc GLIBC_2.4 setlocale;
  652. libc GLIBC_2.4 setlogin;
  653. libc GLIBC_2.4 setlogmask; setmntent; setregid; setreuid; setttyent; setusershell; sstk;
  654. libc GLIBC_2.4 setpgid; setpgrp; setsid; setuid; sleep; sysconf;
  655. libc GLIBC_2.4 setpriority; setrlimit;
  656. libc GLIBC_2.4 setresgid; setresuid; swapoff; swapon; sysctl; sysinfo;
  657. libc GLIBC_2.4 setrlimit64;
  658. libc GLIBC_2.4 setrpcent;
  659. libc GLIBC_2.4 setspent;
  660. libc GLIBC_2.4 setutent;
  661. libc GLIBC_2.4 setutxent;
  662. libc GLIBC_2.4 setxattr;
  663. libc GLIBC_2.4 sgetspent; sgetspent_r;
  664. libc GLIBC_2.4 sigaction; sigaddset; sigaltstack; sigandset; sigblock; sigdelset;
  665. libc GLIBC_2.4 sigemptyset; sigfillset; siggetmask; siginterrupt; sigisemptyset;
  666. libc GLIBC_2.4 sighold; sigrelse; sigignore; sigset; sysv_signal;
  667. libc GLIBC_2.4 sigismember; siglongjmp; signal; sigorset; sigpause; sigpending;
  668. libc GLIBC_2.4 sigprocmask; sigreturn; sigsetmask; sigstack; sigsuspend; sigvec;
  669. libc GLIBC_2.4 sigqueue; sigtimedwait; sigwaitinfo;
  670. libc GLIBC_2.4 sigwait; ssignal;
  671. libc GLIBC_2.4 sockatmark;
  672. libc GLIBC_2.4 sprofil;
  673. libc GLIBC_2.4 srand48_r; srandom; srandom_r; step; strfmon; strtod; strtof; strtol;
  674. libc GLIBC_2.4 statfs64; statvfs; statvfs64;
  675. libc GLIBC_2.4 statfs; symlink;
  676. libc GLIBC_2.4 stderr; stdin; stdout;
  677. libc GLIBC_2.4 stpcpy; stpncpy; strcasecmp; strcat; strchr; strcmp; strcoll; strcpy;
  678. libc GLIBC_2.4 strcasestr; strverscmp;
  679. libc GLIBC_2.4 strchrnul; __strverscmp;
  680. libc GLIBC_2.4 strcspn; strdup; strerror; strerror_r; strfry; strlen; strncasecmp;
  681. libc GLIBC_2.4 strftime_l;
  682. libc GLIBC_2.4 strncat; strncmp; strncpy; strndup; strnlen; strpbrk; strrchr; strsep;
  683. libc GLIBC_2.4 strptime_l;
  684. libc GLIBC_2.4 strsignal; strspn; strstr; strtok; strtok_r; strxfrm; swab;
  685. libc GLIBC_2.4 strtod_l; strtof_l; strtol_l; strtold_l; strtoul_l;
  686. libc GLIBC_2.4 strtoimax; strtoumax; swapcontext;
  687. libc GLIBC_2.4 strtold; strtoll; strtoq; strtoul; strtoull; strtouq; system;
  688. libc GLIBC_2.4 strtoll_l; strtoull_l;
  689. libc GLIBC_2.4 strxfrm_l; toascii_l; tolower_l; toupper_l;
  690. libc GLIBC_2.4 stty; sync; syscall; syslog;
  691. libc GLIBC_2.4 svc_exit; svc_getreq; svc_getreqset; svc_register; svc_run;
  692. libc GLIBC_2.4 svc_getreq_common; svc_getreq_poll; svc_max_pollfd; svc_pollfd;
  693. libc GLIBC_2.4 svc_sendreply; svc_unregister; svcerr_auth; svcerr_decode;
  694. libc GLIBC_2.4 svcerr_noproc; svcerr_noprog; svcerr_progvers; svcerr_systemerr;
  695. libc GLIBC_2.4 svcerr_weakauth; svcfd_create; svcraw_create; svctcp_create;
  696. libc GLIBC_2.4 svcudp_bufcreate; svcudp_create; svcudp_enablecache;
  697. libc GLIBC_2.4 svcunix_create; svcunixfd_create;
  698. libc GLIBC_2.4 swprintf; swscanf;
  699. libc GLIBC_2.4 symlinkat;
  700. libc GLIBC_2.4 sys_errlist; sys_nerr; sys_sigabbrev; sys_siglist;
  701. libc GLIBC_2.4 tcdrain; tcflow; tcflush; tcgetattr; tcgetpgrp; tcsendbreak; tcsetattr;
  702. libc GLIBC_2.4 tcgetsid;
  703. libc GLIBC_2.4 tcsetpgrp;
  704. libc GLIBC_2.4 tdelete; tfind; truncate; tsearch; ttyslot; twalk;
  705. libc GLIBC_2.4 tdestroy; truncate64;
  706. libc GLIBC_2.4 telldir;
  707. libc GLIBC_2.4 tempnam; tmpfile; tmpnam; tmpnam_r;
  708. libc GLIBC_2.4 textdomain;
  709. libc GLIBC_2.4 time; timegm; timelocal; tzset;
  710. libc GLIBC_2.4 times;
  711. libc GLIBC_2.4 tmpfile; tmpfile64;
  712. libc GLIBC_2.4 toascii; tolower; toupper;
  713. libc GLIBC_2.4 towctrans; towlower; towupper;
  714. libc GLIBC_2.4 towctrans_l; towlower_l; towupper_l; wcscasecmp_l; wcscoll_l;
  715. libc GLIBC_2.4 tr_break;
  716. libc GLIBC_2.4 ttyname; ttyname_r;
  717. libc GLIBC_2.4 ualarm; usleep; ustat; utimes;
  718. libc GLIBC_2.4 ulckpwdf;
  719. libc GLIBC_2.4 ulimit;
  720. libc GLIBC_2.4 umask; unlink; utime;
  721. libc GLIBC_2.4 umount2;
  722. libc GLIBC_2.4 umount; uselib;
  723. libc GLIBC_2.4 uname;
  724. libc GLIBC_2.4 ungetc;
  725. libc GLIBC_2.4 ungetwc;
  726. libc GLIBC_2.4 unlinkat;
  727. libc GLIBC_2.4 unlockpt; updwtmpx; utmpxname;
  728. libc GLIBC_2.4 unsetenv;
  729. libc GLIBC_2.4 unshare;
  730. libc GLIBC_2.4 updwtmp; utmpname;
  731. libc GLIBC_2.4 user2netname;
  732. libc GLIBC_2.4 valloc;
  733. libc GLIBC_2.4 vasprintf; vdprintf; vscanf; vsnprintf; vsprintf; vsscanf;
  734. libc GLIBC_2.4 verr; verrx; vhangup; vsyslog; vwarn; vwarnx;
  735. libc GLIBC_2.4 versionsort; versionsort64;
  736. libc GLIBC_2.4 vfork;
  737. libc GLIBC_2.4 vfprintf; vfscanf; vprintf;
  738. libc GLIBC_2.4 vfwprintf; vswprintf; vwprintf; vfwscanf; vswscanf; vwscanf;
  739. libc GLIBC_2.4 vlimit; vtimes;
  740. libc GLIBC_2.4 wait; wait3; wait4; waitpid;
  741. libc GLIBC_2.4 waitid; wordexp; wordfree;
  742. libc GLIBC_2.4 warn; warnx;
  743. libc GLIBC_2.4 wcpcpy; wcpncpy; wcrtomb; wcscat; wcschr; wcscmp; wcscoll;
  744. libc GLIBC_2.4 wcscasecmp; wcsncasecmp; wcsnlen; wcstoll;
  745. libc GLIBC_2.4 wcschrnul; wmempcpy;
  746. libc GLIBC_2.4 wcscpy; wcscspn; wcsdup; wcslen; wcsncat; wcsncmp;
  747. libc GLIBC_2.4 wcsftime;
  748. libc GLIBC_2.4 wcsftime_l;
  749. libc GLIBC_2.4 wcsncasecmp_l; wcstod_l; wcstof_l; wcstol_l; wcstold_l;
  750. libc GLIBC_2.4 wcsncpy; wcsnrtombs; wcspbrk; wcsrchr; wcsrtombs; wcsspn; wcsstr;
  751. libc GLIBC_2.4 wcstod; wcstof; wcstok; wcstol; wcstold; wcstoq; wcstoul;
  752. libc GLIBC_2.4 wcstoimax; wcstoumax; wcstoull; wcswcs; wmemrtombs; wmemrtowcs;
  753. libc GLIBC_2.4 wcstoll_l; wcstoul_l; wcstoull_l; wcsxfrm_l; wctype_l;
  754. libc GLIBC_2.4 wcstombs; wctomb;
  755. libc GLIBC_2.4 wcstouq; wcswidth; wcsxfrm; wctob;
  756. libc GLIBC_2.4 wctrans; wctype; wcwidth;
  757. libc GLIBC_2.4 wctrans_l; nl_langinfo_l;
  758. libc GLIBC_2.4 wmemchr; wmemcmp; wmemcpy; wmemmove; wmemset;
  759. libc GLIBC_2.4 wprintf; wscanf;
  760. libc GLIBC_2.4 write;
  761. libc GLIBC_2.4 writev;
  762. libc GLIBC_2.4 xdecrypt; xdr_authdes_cred; xdr_authdes_verf;
  763. libc GLIBC_2.4 xdr_accepted_reply; xdr_array; xdr_authunix_parms; xdr_bool; xdr_bytes;
  764. libc GLIBC_2.4 xdr_callhdr; xdr_callmsg; xdr_char; xdr_cryptkeyarg; xdr_cryptkeyarg2;
  765. libc GLIBC_2.4 xdr_cryptkeyres; xdr_des_block; xdr_double; xdr_enum; xdr_float;
  766. libc GLIBC_2.4 xdr_free; xdr_int; xdr_key_netstarg; xdr_key_netstres; xdr_keybuf;
  767. libc GLIBC_2.4 xdr_getcredres; xdr_int16_t; xdr_int32_t; xdr_int8_t;
  768. libc GLIBC_2.4 xdr_hyper; xdr_u_hyper; xdr_longlong_t; xdr_u_longlong_t;
  769. libc GLIBC_2.4 xdr_int64_t; xdr_uint64_t;
  770. libc GLIBC_2.4 xdr_keystatus; xdr_long; xdr_netobj; xdr_opaque; xdr_opaque_auth;
  771. libc GLIBC_2.4 xdr_netnamestr; xdr_sizeof;
  772. libc GLIBC_2.4 xdr_pmap; xdr_pmaplist; xdr_pointer; xdr_reference; xdr_rejected_reply;
  773. libc GLIBC_2.4 xdr_quad_t; xdr_u_quad_t;
  774. libc GLIBC_2.4 xdr_replymsg; xdr_rmtcall_args; xdr_rmtcallres; xdr_short; xdr_string;
  775. libc GLIBC_2.4 xdr_u_char; xdr_u_int; xdr_u_long; xdr_u_short; xdr_union; xdr_vector;
  776. libc GLIBC_2.4 xdr_uint16_t; xdr_uint32_t; xdr_uint8_t; xdr_unixcred;
  777. libc GLIBC_2.4 xdr_void; xdr_wrapstring; xdrmem_create; xdrrec_create;
  778. libc GLIBC_2.4 xdrrec_endofrecord; xdrrec_eof; xdrrec_skiprecord; xdrstdio_create;
  779. libc GLIBC_2.4 xencrypt; xprt_register; xprt_unregister;
  780. libc GLIBC_2.5 __readlinkat_chk;
  781. libc GLIBC_2.5 inet6_opt_init; inet6_opt_append; inet6_opt_finish; inet6_opt_set_val;
  782. libc GLIBC_2.5 inet6_opt_next; inet6_opt_find; inet6_opt_get_val;
  783. libc GLIBC_2.5 inet6_rth_segments; inet6_rth_getaddr;
  784. libc GLIBC_2.5 inet6_rth_space; inet6_rth_init; inet6_rth_add; inet6_rth_reverse;
  785. libc GLIBC_2.5 splice; tee; vmsplice;
  786. libc GLIBC_2.6 __sched_cpucount;
  787. libc GLIBC_2.6 epoll_pwait; sync_file_range; sched_getcpu;
  788. libc GLIBC_2.6 strerror_l;
  789. libc GLIBC_2.6 utimensat; futimens;
  790. libc GLIBC_2.7 __fread_chk; __fread_unlocked_chk;
  791. libc GLIBC_2.7 __isoc99_fwscanf; __isoc99_swscanf; __isoc99_vfwscanf; __isoc99_vswscanf;
  792. libc GLIBC_2.7 __isoc99_scanf; __isoc99_vscanf; __isoc99_fscanf; __isoc99_vfscanf;
  793. libc GLIBC_2.7 __isoc99_sscanf; __isoc99_vsscanf;
  794. libc GLIBC_2.7 __isoc99_vwscanf; __isoc99_wscanf;
  795. libc GLIBC_2.7 __open_2; __open64_2; __openat_2; __openat64_2;
  796. libc GLIBC_2.7 __sched_cpualloc; __sched_cpufree;
  797. libc GLIBC_2.7 eventfd; eventfd_read; eventfd_write; signalfd;
  798. libc GLIBC_2.7 mkostemp; mkostemp64;
  799. libc GLIBC_2.8 __asprintf_chk; __vasprintf_chk; __dprintf_chk; __vdprintf_chk;
  800. libc GLIBC_2.8 __gnu_mcount_nc;
  801. libc GLIBC_2.8 __obstack_printf_chk; __obstack_vprintf_chk;
  802. libc GLIBC_2.8 qsort_r;
  803. libc GLIBC_2.8 timerfd_create; timerfd_settime; timerfd_gettime;
  804. libc GLIBC_2.9 dup3; pipe2;
  805. libc GLIBC_2.9 epoll_create1; inotify_init1;
  806. libc GLIBC_2.10 __posix_getopt;
  807. libc GLIBC_2.10 accept4;
  808. libc GLIBC_2.10 endsgent;
  809. libc GLIBC_2.10 fallocate;
  810. libc GLIBC_2.10 fgetsgent; fgetsgent_r;
  811. libc GLIBC_2.10 getsgent; getsgent_r; getsgnam; getsgnam_r;
  812. libc GLIBC_2.10 malloc_info;
  813. libc GLIBC_2.10 preadv; preadv64; pwritev; pwritev64;
  814. libc GLIBC_2.10 psiginfo;
  815. libc GLIBC_2.10 putsgent;
  816. libc GLIBC_2.10 quick_exit; __cxa_at_quick_exit;
  817. libc GLIBC_2.10 register_printf_modifier; register_printf_type; register_printf_specifier;
  818. libc GLIBC_2.10 setsgent;
  819. libc GLIBC_2.10 sgetsgent; sgetsgent_r;
  820. libc GLIBC_2.11 __longjmp_chk;
  821. libc GLIBC_2.11 execvpe;
  822. libc GLIBC_2.11 fallocate64;
  823. libc GLIBC_2.11 mkstemps; mkstemps64; mkostemps; mkostemps64;
  824. libc GLIBC_2.12 _sys_errlist; sys_errlist; _sys_nerr; sys_nerr;
  825. libc GLIBC_2.12 ntp_gettimex;
  826. libc GLIBC_2.12 recvmmsg;
  827. libc GLIBC_2.13 fanotify_init; fanotify_mark;
  828. libc GLIBC_2.13 prlimit; prlimit64;
  829. libc GLIBC_2.14 clock_adjtime;
  830. libc GLIBC_2.14 name_to_handle_at; open_by_handle_at;
  831. libc GLIBC_2.14 sendmmsg;
  832. libc GLIBC_2.14 setns;
  833. libc GLIBC_2.14 syncfs;
  834. libc GLIBC_2.15 __fdelt_chk; __fdelt_warn;
  835. libc GLIBC_2.15 process_vm_readv; process_vm_writev;
  836. libc GLIBC_2.15 scandirat; scandirat64;
  837. libc GLIBC_2.16 __getauxval; getauxval;
  838. libc GLIBC_2.16 __poll_chk; __ppoll_chk;
  839. libc GLIBC_2.16 aligned_alloc;
  840. libc GLIBC_2.16 c16rtomb; c32rtomb; mbrtoc16; mbrtoc32;
  841. libc GLIBC_2.16 timespec_get;
  842. libc GLIBC_2.17 clock_getres; clock_gettime; clock_settime; clock_getcpuclockid;
  843. libc GLIBC_2.17 clock_nanosleep;
  844. libc GLIBC_2.17 recvmmsg; sendmmsg;
  845. libc GLIBC_2.17 secure_getenv;
  846. libc GLIBC_2.18 __cxa_thread_atexit_impl;
  847. libc GLIBC_2.22 fmemopen;
  848. libc GLIBC_2.23 fts64_children; fts64_close; fts64_open; fts64_read; fts64_set;
  849. libc GLIBC_2.24 quick_exit;
  850. libc GLIBC_2.24 recvmsg; sendmsg;
  851. libc GLIBC_2.25 __explicit_bzero_chk;
  852. libc GLIBC_2.25 explicit_bzero;
  853. libc GLIBC_2.25 getrandom; getentropy;
  854. libc GLIBC_2.25 gnu_dev_major; gnu_dev_minor; gnu_dev_makedev;
  855. libc GLIBC_2.25 strfromd; strfromf; strfroml;
  856. libc GLIBC_2.26 preadv2; preadv64v2; pwritev2; pwritev64v2;
  857. libc GLIBC_2.26 reallocarray;
  858. libc GLIBC_2.27 copy_file_range;
  859. libc GLIBC_2.27 glob; glob64;
  860. libc GLIBC_2.27 memfd_create;
  861. libc GLIBC_2.27 mlock2;
  862. libc GLIBC_2.27 pkey_alloc; pkey_free; pkey_set; pkey_get; pkey_mprotect;
  863. libc GLIBC_2.27 strfromf32; strfromf64; strfromf32x;
  864. libc GLIBC_2.27 strfromf64x;
  865. libc GLIBC_2.27 strtof32; strtof64; strtof32x;
  866. libc GLIBC_2.27 strtof32_l; strtof64_l; strtof32x_l;
  867. libc GLIBC_2.27 strtof64x;
  868. libc GLIBC_2.27 strtof64x_l;
  869. libc GLIBC_2.27 wcstof32; wcstof64; wcstof32x;
  870. libc GLIBC_2.27 wcstof32_l; wcstof64_l; wcstof32x_l;
  871. libc GLIBC_2.27 wcstof64x;
  872. libc GLIBC_2.27 wcstof64x_l;
  873. libc GLIBC_2.28 fcntl64;
  874. libc GLIBC_2.28 renameat2;
  875. libc GLIBC_2.28 statx;
  876. libc GLIBC_2.28 thrd_current; thrd_equal; thrd_sleep; thrd_yield;
  877. libc GLIBC_2.29 getcpu;
  878. libc GLIBC_2.29 posix_spawn_file_actions_addchdir_np;
  879. libc GLIBC_2.29 posix_spawn_file_actions_addfchdir_np;
  880. libc GLIBC_PRIVATE _IO_enable_locks;
  881. libc GLIBC_PRIVATE __abort_msg;
  882. libc GLIBC_PRIVATE __call_tls_dtors;
  883. libc GLIBC_PRIVATE __clock_getres; __clock_gettime; __clock_settime; __clock_getcpuclockid;
  884. libc GLIBC_PRIVATE __clock_nanosleep;
  885. libc GLIBC_PRIVATE __close_nocancel;
  886. libc GLIBC_PRIVATE __collate_element_hash; __collate_element_strings;
  887. libc GLIBC_PRIVATE __collate_symbol_classes; __collate_symbol_hash; __collate_symbol_strings;
  888. libc GLIBC_PRIVATE __ctype_init;
  889. libc GLIBC_PRIVATE __default_sa_restorer; __default_rt_sa_restorer;
  890. libc GLIBC_PRIVATE __fcntl_nocancel;
  891. libc GLIBC_PRIVATE __fortify_fail;
  892. libc GLIBC_PRIVATE __fseeko64;
  893. libc GLIBC_PRIVATE __ftello64;
  894. libc GLIBC_PRIVATE __gai_sigqueue;
  895. libc GLIBC_PRIVATE __gconv_get_alias_db; __gconv_get_cache; __gconv_get_modules_db;
  896. libc GLIBC_PRIVATE __gconv_transliterate;
  897. libc GLIBC_PRIVATE __getrlimit;
  898. libc GLIBC_PRIVATE __h_errno; __resp;
  899. libc GLIBC_PRIVATE __idna_from_dns_encoding;
  900. libc GLIBC_PRIVATE __idna_to_dns_encoding;
  901. libc GLIBC_PRIVATE __inet6_scopeid_pton;
  902. libc GLIBC_PRIVATE __inet_aton_exact;
  903. libc GLIBC_PRIVATE __inet_pton_length;
  904. libc GLIBC_PRIVATE __internal_endnetgrent; __internal_getnetgrent_r;
  905. libc GLIBC_PRIVATE __internal_setnetgrent;
  906. libc GLIBC_PRIVATE __libc_alloc_buffer_alloc_array;
  907. libc GLIBC_PRIVATE __libc_alloc_buffer_allocate;
  908. libc GLIBC_PRIVATE __libc_alloc_buffer_copy_bytes;
  909. libc GLIBC_PRIVATE __libc_alloc_buffer_copy_string;
  910. libc GLIBC_PRIVATE __libc_alloc_buffer_create_failure;
  911. libc GLIBC_PRIVATE __libc_alloca_cutoff;
  912. libc GLIBC_PRIVATE __libc_allocate_once_slow;
  913. libc GLIBC_PRIVATE __libc_allocate_rtsig_private;
  914. libc GLIBC_PRIVATE __libc_clntudp_bufcreate; __libc_rpc_getport;
  915. libc GLIBC_PRIVATE __libc_current_sigrtmin_private; __libc_current_sigrtmax_private;
  916. libc GLIBC_PRIVATE __libc_dl_error_tsd;
  917. libc GLIBC_PRIVATE __libc_dlclose; __libc_dlopen_mode; __libc_dlsym; __libc_dlvsym;
  918. libc GLIBC_PRIVATE __libc_dynarray_at_failure;
  919. libc GLIBC_PRIVATE __libc_dynarray_emplace_enlarge;
  920. libc GLIBC_PRIVATE __libc_dynarray_finalize;
  921. libc GLIBC_PRIVATE __libc_dynarray_resize;
  922. libc GLIBC_PRIVATE __libc_dynarray_resize_clear;
  923. libc GLIBC_PRIVATE __libc_fatal;
  924. libc GLIBC_PRIVATE __libc_fcntl64;
  925. libc GLIBC_PRIVATE __libc_fork; __libc_pread; __libc_pwrite;
  926. libc GLIBC_PRIVATE __libc_ifunc_impl_list;
  927. libc GLIBC_PRIVATE __libc_longjmp; __libc_siglongjmp;
  928. libc GLIBC_PRIVATE __libc_malloc_pthread_startup;
  929. libc GLIBC_PRIVATE __libc_msgrcv; __libc_msgsnd;
  930. libc GLIBC_PRIVATE __libc_pthread_init;
  931. libc GLIBC_PRIVATE __libc_readline_unlocked;
  932. libc GLIBC_PRIVATE __libc_reallocarray;
  933. libc GLIBC_PRIVATE __libc_scratch_buffer_grow;
  934. libc GLIBC_PRIVATE __libc_scratch_buffer_grow_preserve;
  935. libc GLIBC_PRIVATE __libc_scratch_buffer_set_array_size;
  936. libc GLIBC_PRIVATE __libc_secure_getenv;
  937. libc GLIBC_PRIVATE __libc_system;
  938. libc GLIBC_PRIVATE __libc_thread_freeres;
  939. libc GLIBC_PRIVATE __libc_vfork;
  940. libc GLIBC_PRIVATE __madvise;
  941. libc GLIBC_PRIVATE __merge_grp; __copy_grp;
  942. libc GLIBC_PRIVATE __mktemp;
  943. libc GLIBC_PRIVATE __mmap; __munmap; __mprotect;
  944. libc GLIBC_PRIVATE __nanosleep_nocancel; __pause_nocancel;
  945. libc GLIBC_PRIVATE __netlink_assert_response;
  946. libc GLIBC_PRIVATE __nss_disable_nscd; __nss_lookup_function; _nss_files_parse_sgent;
  947. libc GLIBC_PRIVATE __nss_hash;
  948. libc GLIBC_PRIVATE __nss_passwd_lookup2; __nss_group_lookup2; __nss_hosts_lookup2;
  949. libc GLIBC_PRIVATE __nss_services_lookup2; __nss_next2; __nss_lookup;
  950. libc GLIBC_PRIVATE __open64_nocancel;
  951. libc GLIBC_PRIVATE __open_catalog;
  952. libc GLIBC_PRIVATE __open_nocancel;
  953. libc GLIBC_PRIVATE __read_nocancel;
  954. libc GLIBC_PRIVATE __recv; __socket;
  955. libc GLIBC_PRIVATE __res_iclose;
  956. libc GLIBC_PRIVATE __resolv_context_get;
  957. libc GLIBC_PRIVATE __resolv_context_get_override;
  958. libc GLIBC_PRIVATE __resolv_context_get_preinit;
  959. libc GLIBC_PRIVATE __resolv_context_put;
  960. libc GLIBC_PRIVATE __sched_get_priority_min; __sched_get_priority_max;
  961. libc GLIBC_PRIVATE __sendmmsg;
  962. libc GLIBC_PRIVATE __sigtimedwait;
  963. libc GLIBC_PRIVATE __snprintf;
  964. libc GLIBC_PRIVATE __strtof_nan; __strtod_nan; __strtold_nan;
  965. libc GLIBC_PRIVATE __syscall_rt_sigqueueinfo;
  966. libc GLIBC_PRIVATE __tdelete; __tfind; __tsearch; __twalk;
  967. libc GLIBC_PRIVATE __vdso_clock_gettime;
  968. libc GLIBC_PRIVATE __write_nocancel;
  969. libc GLIBC_PRIVATE _dl_addr;
  970. libc GLIBC_PRIVATE _dl_open_hook; _dl_open_hook2;
  971. libc GLIBC_PRIVATE _dl_signal_error; _dl_catch_error;
  972. libc GLIBC_PRIVATE _dl_signal_exception; _dl_catch_exception;
  973. libc GLIBC_PRIVATE _dl_sym; _dl_vsym;
  974. libc GLIBC_PRIVATE _itoa_lower_digits;
  975. libc GLIBC_PRIVATE _nss_files_parse_grent; _nss_files_parse_pwent; _nss_files_parse_spent;
  976. libc GLIBC_PRIVATE errno;
  977. libcrypt GLIBC_2.4 crypt; crypt_r; encrypt; encrypt_r; fcrypt; setkey; setkey_r;
  978. libdl GLIBC_2.4 dladdr1; dlinfo;
  979. libdl GLIBC_2.4 dladdr; dlclose; dlerror; dlopen; dlsym;
  980. libdl GLIBC_2.4 dlmopen;
  981. libdl GLIBC_2.4 dlopen; dlvsym;
  982. libdl GLIBC_PRIVATE __libdl_freeres;
  983. libdl GLIBC_PRIVATE _dlfcn_hook;
  984. libm GLIBC_2.4 _LIB_VERSION; signgam;
  985. libm GLIBC_2.4 __clog10; __clog10f; __clog10l;
  986. libm GLIBC_2.4 __finite; __finitef; __finitel;
  987. libm GLIBC_2.4 __fpclassify; __fpclassifyf; __fpclassifyl;
  988. libm GLIBC_2.4 __signbit; __signbitf; __signbitl;
  989. libm GLIBC_2.4 acos; acosf; acosl;
  990. libm GLIBC_2.4 acosh; acoshf; acoshl;
  991. libm GLIBC_2.4 asin; asinf; asinl;
  992. libm GLIBC_2.4 asinh; asinhf; asinhl;
  993. libm GLIBC_2.4 atan2; atan2f; atan2l;
  994. libm GLIBC_2.4 atan; atanf; atanl;
  995. libm GLIBC_2.4 atanh; atanhf; atanhl;
  996. libm GLIBC_2.4 cabs; cabsf; cabsl;
  997. libm GLIBC_2.4 cacos; cacosf; cacosl;
  998. libm GLIBC_2.4 cacosh; cacoshf; cacoshl;
  999. libm GLIBC_2.4 carg; cargf; cargl;
  1000. libm GLIBC_2.4 casin; casinf; casinl;
  1001. libm GLIBC_2.4 casinh; casinhf; casinhl;
  1002. libm GLIBC_2.4 catan; catanf; catanl;
  1003. libm GLIBC_2.4 catanh; catanhf; catanhl;
  1004. libm GLIBC_2.4 cbrt; cbrtf; cbrtl;
  1005. libm GLIBC_2.4 ccos; ccosf; ccosl;
  1006. libm GLIBC_2.4 ccosh; ccoshf; ccoshl;
  1007. libm GLIBC_2.4 ceil; ceilf; ceill;
  1008. libm GLIBC_2.4 cexp; cexpf; cexpl;
  1009. libm GLIBC_2.4 cimag; cimagf; cimagl;
  1010. libm GLIBC_2.4 clog10; clog10f; clog10l;
  1011. libm GLIBC_2.4 clog; clogf; clogl;
  1012. libm GLIBC_2.4 conj; conjf; conjl;
  1013. libm GLIBC_2.4 copysign; copysignf; copysignl;
  1014. libm GLIBC_2.4 cos; cosf; cosl;
  1015. libm GLIBC_2.4 coshf; cosh; coshl;
  1016. libm GLIBC_2.4 cpow; cpowf; cpowl;
  1017. libm GLIBC_2.4 cproj; cprojf; cprojl;
  1018. libm GLIBC_2.4 creal; crealf; creall;
  1019. libm GLIBC_2.4 csin; csinf; csinl;
  1020. libm GLIBC_2.4 csinh; csinhf; csinhl;
  1021. libm GLIBC_2.4 csqrt; csqrtf; csqrtl;
  1022. libm GLIBC_2.4 ctan; ctanf; ctanl;
  1023. libm GLIBC_2.4 ctanh; ctanhf; ctanhl;
  1024. libm GLIBC_2.4 drem; dremf; dreml;
  1025. libm GLIBC_2.4 erf; erff; erfl;
  1026. libm GLIBC_2.4 erfc; erfcf; erfcl;
  1027. libm GLIBC_2.4 exp10; exp10f; exp10l;
  1028. libm GLIBC_2.4 exp2; exp2f;
  1029. libm GLIBC_2.4 exp2l;
  1030. libm GLIBC_2.4 exp; expf; expl;
  1031. libm GLIBC_2.4 expm1; expm1f; expm1l;
  1032. libm GLIBC_2.4 fabs; fabsf; fabsl;
  1033. libm GLIBC_2.4 fdim; fdimf; fdiml;
  1034. libm GLIBC_2.4 feclearexcept; fegetenv; fegetexceptflag;
  1035. libm GLIBC_2.4 feclearexcept; fegetenv; fegetexceptflag; feraiseexcept;
  1036. libm GLIBC_2.4 feenableexcept; fedisableexcept; fegetexcept;
  1037. libm GLIBC_2.4 fegetround; feholdexcept; feraiseexcept;
  1038. libm GLIBC_2.4 fesetenv; fesetexceptflag; fesetround;
  1039. libm GLIBC_2.4 fesetenv; fesetexceptflag; feupdateenv;
  1040. libm GLIBC_2.4 fetestexcept; feupdateenv;
  1041. libm GLIBC_2.4 finite; finitef; finitel;
  1042. libm GLIBC_2.4 floor; floorf; floorl;
  1043. libm GLIBC_2.4 fma; fmaf; fmal;
  1044. libm GLIBC_2.4 fmax; fmaxf; fmaxl;
  1045. libm GLIBC_2.4 fmin; fminf; fminl;
  1046. libm GLIBC_2.4 fmod; fmodf; fmodl;
  1047. libm GLIBC_2.4 frexp; frexpf; frexpl;
  1048. libm GLIBC_2.4 gamma; gammaf; gammal;
  1049. libm GLIBC_2.4 gamma_r; gammaf_r; gammal_r;
  1050. libm GLIBC_2.4 hypot; hypotf; hypotl;
  1051. libm GLIBC_2.4 ilogb; ilogbf; ilogbl;
  1052. libm GLIBC_2.4 j0; j0f; j0l;
  1053. libm GLIBC_2.4 j1; j1f; j1l;
  1054. libm GLIBC_2.4 jn; jnf; jnl;
  1055. libm GLIBC_2.4 ldexp; ldexpf; ldexpl;
  1056. libm GLIBC_2.4 lgamma; lgammaf; lgammal;
  1057. libm GLIBC_2.4 lgamma_r; lgammaf_r; lgammal_r;
  1058. libm GLIBC_2.4 llrint; llrintf; llrintl;
  1059. libm GLIBC_2.4 llround; llroundf; llroundl;
  1060. libm GLIBC_2.4 log10; log10f; log10l;
  1061. libm GLIBC_2.4 log1p; log1pf; log1pl;
  1062. libm GLIBC_2.4 log2; log2f; log2l;
  1063. libm GLIBC_2.4 log; logf; logl;
  1064. libm GLIBC_2.4 logb; logbf; logbl;
  1065. libm GLIBC_2.4 lrint; lrintf; lrintl;
  1066. libm GLIBC_2.4 lround; lroundf; lroundl;
  1067. libm GLIBC_2.4 matherr;
  1068. libm GLIBC_2.4 modf; modff; modfl;
  1069. libm GLIBC_2.4 nan; nanf; nanl;
  1070. libm GLIBC_2.4 nearbyint; nearbyintf; nearbyintl;
  1071. libm GLIBC_2.4 nextafter; nextafterf; nextafterl;
  1072. libm GLIBC_2.4 nexttoward; nexttowardf; nexttowardl;
  1073. libm GLIBC_2.4 pow10; pow10f; pow10l;
  1074. libm GLIBC_2.4 pow; powf; powl;
  1075. libm GLIBC_2.4 remainder; remainderf; remainderl;
  1076. libm GLIBC_2.4 remquo; remquof; remquol;
  1077. libm GLIBC_2.4 rint; rintf; rintl;
  1078. libm GLIBC_2.4 round; roundf; roundl;
  1079. libm GLIBC_2.4 scalb; scalbf; scalbl;
  1080. libm GLIBC_2.4 scalbln; scalblnf; scalblnl;
  1081. libm GLIBC_2.4 scalbn; scalbnf; scalbnl;
  1082. libm GLIBC_2.4 significand; significandf; significandl;
  1083. libm GLIBC_2.4 sin; sinf; sinl;
  1084. libm GLIBC_2.4 sincos; sincosf; sincosl;
  1085. libm GLIBC_2.4 sinh; sinhf; sinhl;
  1086. libm GLIBC_2.4 sqrt; sqrtf; sqrtl;
  1087. libm GLIBC_2.4 tan; tanf; tanl;
  1088. libm GLIBC_2.4 tanh; tanhf; tanhl;
  1089. libm GLIBC_2.4 tgamma; tgammaf; tgammal;
  1090. libm GLIBC_2.4 trunc; truncf; truncl;
  1091. libm GLIBC_2.4 y0; y0f; y0l;
  1092. libm GLIBC_2.4 y1; y1f; y1l;
  1093. libm GLIBC_2.4 yn; ynf; ynl;
  1094. libm GLIBC_2.15 __acos_finite; __acosf_finite; __acosl_finite;
  1095. libm GLIBC_2.15 __acosh_finite; __acoshf_finite; __acoshl_finite;
  1096. libm GLIBC_2.15 __asin_finite; __asinf_finite; __asinl_finite;
  1097. libm GLIBC_2.15 __atan2_finite; __atan2f_finite; __atan2l_finite;
  1098. libm GLIBC_2.15 __atanh_finite; __atanhf_finite; __atanhl_finite;
  1099. libm GLIBC_2.15 __cosh_finite; __coshf_finite; __coshl_finite;
  1100. libm GLIBC_2.15 __exp10_finite; __exp10f_finite; __exp10l_finite;
  1101. libm GLIBC_2.15 __exp2_finite; __exp2f_finite; __exp2l_finite;
  1102. libm GLIBC_2.15 __exp_finite; __expf_finite; __expl_finite;
  1103. libm GLIBC_2.15 __fmod_finite; __fmodf_finite; __fmodl_finite;
  1104. libm GLIBC_2.15 __gamma_r_finite; __gammaf_r_finite; __gammal_r_finite;
  1105. libm GLIBC_2.15 __hypot_finite; __hypotf_finite; __hypotl_finite;
  1106. libm GLIBC_2.15 __j0_finite; __j0f_finite; __j0l_finite;
  1107. libm GLIBC_2.15 __j1_finite; __j1f_finite; __j1l_finite;
  1108. libm GLIBC_2.15 __jn_finite; __jnf_finite; __jnl_finite;
  1109. libm GLIBC_2.15 __lgamma_r_finite; __lgammaf_r_finite; __lgammal_r_finite;
  1110. libm GLIBC_2.15 __log10_finite; __log10f_finite; __log10l_finite;
  1111. libm GLIBC_2.15 __log2_finite; __log2f_finite; __log2l_finite;
  1112. libm GLIBC_2.15 __log_finite; __logf_finite; __logl_finite;
  1113. libm GLIBC_2.15 __pow_finite; __powf_finite; __powl_finite;
  1114. libm GLIBC_2.15 __remainder_finite; __remainderf_finite; __remainderl_finite;
  1115. libm GLIBC_2.15 __scalb_finite; __scalbf_finite; __scalbl_finite;
  1116. libm GLIBC_2.15 __sinh_finite; __sinhf_finite; __sinhl_finite;
  1117. libm GLIBC_2.15 __sqrt_finite; __sqrtf_finite; __sqrtl_finite;
  1118. libm GLIBC_2.15 __y0_finite; __y0f_finite; __y0l_finite;
  1119. libm GLIBC_2.15 __y1_finite; __y1f_finite; __y1l_finite;
  1120. libm GLIBC_2.15 __yn_finite; __ynf_finite; __ynl_finite;
  1121. libm GLIBC_2.18 __issignaling; __issignalingf; __issignalingl;
  1122. libm GLIBC_2.23 lgamma; lgammaf; lgammal; __signgam;
  1123. libm GLIBC_2.24 nextdown; nextdownf; nextdownl;
  1124. libm GLIBC_2.24 nextup; nextupf; nextupl;
  1125. libm GLIBC_2.25 __iscanonicall; __iseqsigf; __iseqsig; __iseqsigl;
  1126. libm GLIBC_2.25 canonicalize; canonicalizef; canonicalizel;
  1127. libm GLIBC_2.25 fesetexcept; fetestexceptflag; fegetmode; fesetmode;
  1128. libm GLIBC_2.25 fmaxmag; fmaxmagf; fmaxmagl; fminmag; fminmagf; fminmagl;
  1129. libm GLIBC_2.25 fromfp; fromfpf; fromfpl; ufromfp; ufromfpf; ufromfpl;
  1130. libm GLIBC_2.25 fromfpx; fromfpxf; fromfpxl; ufromfpx; ufromfpxf; ufromfpxl;
  1131. libm GLIBC_2.25 getpayload; getpayloadf; getpayloadl;
  1132. libm GLIBC_2.25 llogb; llogbf; llogbl;
  1133. libm GLIBC_2.25 roundeven; roundevenf; roundevenl;
  1134. libm GLIBC_2.25 setpayload; setpayloadf; setpayloadl;
  1135. libm GLIBC_2.25 setpayloadsig; setpayloadsigf; setpayloadsigl;
  1136. libm GLIBC_2.25 totalorder; totalorderf; totalorderl;
  1137. libm GLIBC_2.25 totalordermag; totalordermagf; totalordermagl;
  1138. libm GLIBC_2.27 acosf32; acosf64; acosf32x;
  1139. libm GLIBC_2.27 acosf64x;
  1140. libm GLIBC_2.27 acoshf32; acoshf64; acoshf32x;
  1141. libm GLIBC_2.27 acoshf64x;
  1142. libm GLIBC_2.27 asinf32; asinf64; asinf32x;
  1143. libm GLIBC_2.27 asinf64x;
  1144. libm GLIBC_2.27 asinhf32; asinhf64; asinhf32x;
  1145. libm GLIBC_2.27 asinhf64x;
  1146. libm GLIBC_2.27 atan2f32; atan2f64; atan2f32x;
  1147. libm GLIBC_2.27 atan2f64x;
  1148. libm GLIBC_2.27 atanf32; atanf64; atanf32x;
  1149. libm GLIBC_2.27 atanf64x;
  1150. libm GLIBC_2.27 atanhf32; atanhf64; atanhf32x;
  1151. libm GLIBC_2.27 atanhf64x;
  1152. libm GLIBC_2.27 cabsf32; cabsf64; cabsf32x;
  1153. libm GLIBC_2.27 cabsf64x;
  1154. libm GLIBC_2.27 cacosf32; cacosf64; cacosf32x;
  1155. libm GLIBC_2.27 cacosf64x;
  1156. libm GLIBC_2.27 cacoshf32; cacoshf64; cacoshf32x;
  1157. libm GLIBC_2.27 cacoshf64x;
  1158. libm GLIBC_2.27 canonicalizef32; canonicalizef64; canonicalizef32x;
  1159. libm GLIBC_2.27 canonicalizef64x;
  1160. libm GLIBC_2.27 cargf32; cargf64; cargf32x;
  1161. libm GLIBC_2.27 cargf64x;
  1162. libm GLIBC_2.27 casinf32; casinf64; casinf32x;
  1163. libm GLIBC_2.27 casinf64x;
  1164. libm GLIBC_2.27 casinhf32; casinhf64; casinhf32x;
  1165. libm GLIBC_2.27 casinhf64x;
  1166. libm GLIBC_2.27 catanf32; catanf64; catanf32x;
  1167. libm GLIBC_2.27 catanf64x;
  1168. libm GLIBC_2.27 catanhf32; catanhf64; catanhf32x;
  1169. libm GLIBC_2.27 catanhf64x;
  1170. libm GLIBC_2.27 cbrtf32; cbrtf64; cbrtf32x;
  1171. libm GLIBC_2.27 cbrtf64x;
  1172. libm GLIBC_2.27 ccosf32; ccosf64; ccosf32x;
  1173. libm GLIBC_2.27 ccosf64x;
  1174. libm GLIBC_2.27 ccoshf32; ccoshf64; ccoshf32x;
  1175. libm GLIBC_2.27 ccoshf64x;
  1176. libm GLIBC_2.27 ceilf32; ceilf64; ceilf32x;
  1177. libm GLIBC_2.27 ceilf64x;
  1178. libm GLIBC_2.27 cexpf32; cexpf64; cexpf32x;
  1179. libm GLIBC_2.27 cexpf64x;
  1180. libm GLIBC_2.27 cimagf32; cimagf64; cimagf32x;
  1181. libm GLIBC_2.27 cimagf64x;
  1182. libm GLIBC_2.27 clog10f32; clog10f64; clog10f32x;
  1183. libm GLIBC_2.27 clog10f64x;
  1184. libm GLIBC_2.27 clogf32; clogf64; clogf32x;
  1185. libm GLIBC_2.27 clogf64x;
  1186. libm GLIBC_2.27 conjf32; conjf64; conjf32x;
  1187. libm GLIBC_2.27 conjf64x;
  1188. libm GLIBC_2.27 copysignf32; copysignf64; copysignf32x;
  1189. libm GLIBC_2.27 copysignf64x;
  1190. libm GLIBC_2.27 cosf32; cosf64; cosf32x;
  1191. libm GLIBC_2.27 cosf64x;
  1192. libm GLIBC_2.27 coshf32; coshf64; coshf32x;
  1193. libm GLIBC_2.27 coshf64x;
  1194. libm GLIBC_2.27 cpowf32; cpowf64; cpowf32x;
  1195. libm GLIBC_2.27 cpowf64x;
  1196. libm GLIBC_2.27 cprojf32; cprojf64; cprojf32x;
  1197. libm GLIBC_2.27 cprojf64x;
  1198. libm GLIBC_2.27 crealf32; crealf64; crealf32x;
  1199. libm GLIBC_2.27 crealf64x;
  1200. libm GLIBC_2.27 csinf32; csinf64; csinf32x;
  1201. libm GLIBC_2.27 csinf64x;
  1202. libm GLIBC_2.27 csinhf32; csinhf64; csinhf32x;
  1203. libm GLIBC_2.27 csinhf64x;
  1204. libm GLIBC_2.27 csqrtf32; csqrtf64; csqrtf32x;
  1205. libm GLIBC_2.27 csqrtf64x;
  1206. libm GLIBC_2.27 ctanf32; ctanf64; ctanf32x;
  1207. libm GLIBC_2.27 ctanf64x;
  1208. libm GLIBC_2.27 ctanhf32; ctanhf64; ctanhf32x;
  1209. libm GLIBC_2.27 ctanhf64x;
  1210. libm GLIBC_2.27 erfcf32; erfcf64; erfcf32x;
  1211. libm GLIBC_2.27 erfcf64x;
  1212. libm GLIBC_2.27 erff32; erff64; erff32x;
  1213. libm GLIBC_2.27 erff64x;
  1214. libm GLIBC_2.27 exp10f32; exp10f64; exp10f32x;
  1215. libm GLIBC_2.27 exp10f64x;
  1216. libm GLIBC_2.27 exp2f32; exp2f64; exp2f32x;
  1217. libm GLIBC_2.27 exp2f64x;
  1218. libm GLIBC_2.27 expf32; expf64; expf32x;
  1219. libm GLIBC_2.27 expf64x;
  1220. libm GLIBC_2.27 expf; exp2f; logf; log2f; powf;
  1221. libm GLIBC_2.27 expm1f32; expm1f64; expm1f32x;
  1222. libm GLIBC_2.27 expm1f64x;
  1223. libm GLIBC_2.27 fabsf32; fabsf64; fabsf32x;
  1224. libm GLIBC_2.27 fabsf64x;
  1225. libm GLIBC_2.27 fdimf32; fdimf64; fdimf32x;
  1226. libm GLIBC_2.27 fdimf64x;
  1227. libm GLIBC_2.27 floorf32; floorf64; floorf32x;
  1228. libm GLIBC_2.27 floorf64x;
  1229. libm GLIBC_2.27 fmaf32; fmaf64; fmaf32x;
  1230. libm GLIBC_2.27 fmaf64x;
  1231. libm GLIBC_2.27 fmaxf32; fmaxf64; fmaxf32x;
  1232. libm GLIBC_2.27 fmaxf64x;
  1233. libm GLIBC_2.27 fmaxmagf32; fmaxmagf64; fmaxmagf32x;
  1234. libm GLIBC_2.27 fmaxmagf64x;
  1235. libm GLIBC_2.27 fminf32; fminf64; fminf32x;
  1236. libm GLIBC_2.27 fminf64x;
  1237. libm GLIBC_2.27 fminmagf32; fminmagf64; fminmagf32x;
  1238. libm GLIBC_2.27 fminmagf64x;
  1239. libm GLIBC_2.27 fmodf32; fmodf64; fmodf32x;
  1240. libm GLIBC_2.27 fmodf64x;
  1241. libm GLIBC_2.27 frexpf32; frexpf64; frexpf32x;
  1242. libm GLIBC_2.27 frexpf64x;
  1243. libm GLIBC_2.27 fromfpf32; fromfpf64; fromfpf32x;
  1244. libm GLIBC_2.27 fromfpf64x;
  1245. libm GLIBC_2.27 fromfpxf32; fromfpxf64; fromfpxf32x;
  1246. libm GLIBC_2.27 fromfpxf64x;
  1247. libm GLIBC_2.27 getpayloadf32; getpayloadf64; getpayloadf32x;
  1248. libm GLIBC_2.27 getpayloadf64x;
  1249. libm GLIBC_2.27 hypotf32; hypotf64; hypotf32x;
  1250. libm GLIBC_2.27 hypotf64x;
  1251. libm GLIBC_2.27 ilogbf32; ilogbf64; ilogbf32x;
  1252. libm GLIBC_2.27 ilogbf64x;
  1253. libm GLIBC_2.27 j0f32; j0f64; j0f32x;
  1254. libm GLIBC_2.27 j0f64x;
  1255. libm GLIBC_2.27 j1f32; j1f64; j1f32x;
  1256. libm GLIBC_2.27 j1f64x;
  1257. libm GLIBC_2.27 jnf32; jnf64; jnf32x;
  1258. libm GLIBC_2.27 jnf64x;
  1259. libm GLIBC_2.27 ldexpf32; ldexpf64; ldexpf32x;
  1260. libm GLIBC_2.27 ldexpf64x;
  1261. libm GLIBC_2.27 lgammaf32; lgammaf64; lgammaf32x;
  1262. libm GLIBC_2.27 lgammaf32_r; lgammaf64_r; lgammaf32x_r;
  1263. libm GLIBC_2.27 lgammaf64x;
  1264. libm GLIBC_2.27 lgammaf64x_r;
  1265. libm GLIBC_2.27 llogbf32; llogbf64; llogbf32x;
  1266. libm GLIBC_2.27 llogbf64x;
  1267. libm GLIBC_2.27 llrintf32; llrintf64; llrintf32x;
  1268. libm GLIBC_2.27 llrintf64x;
  1269. libm GLIBC_2.27 llroundf32; llroundf64; llroundf32x;
  1270. libm GLIBC_2.27 llroundf64x;
  1271. libm GLIBC_2.27 log10f32; log10f64; log10f32x;
  1272. libm GLIBC_2.27 log10f64x;
  1273. libm GLIBC_2.27 log1pf32; log1pf64; log1pf32x;
  1274. libm GLIBC_2.27 log1pf64x;
  1275. libm GLIBC_2.27 log2f32; log2f64; log2f32x;
  1276. libm GLIBC_2.27 log2f64x;
  1277. libm GLIBC_2.27 logbf32; logbf64; logbf32x;
  1278. libm GLIBC_2.27 logbf64x;
  1279. libm GLIBC_2.27 logf32; logf64; logf32x;
  1280. libm GLIBC_2.27 logf64x;
  1281. libm GLIBC_2.27 lrintf32; lrintf64; lrintf32x;
  1282. libm GLIBC_2.27 lrintf64x;
  1283. libm GLIBC_2.27 lroundf32; lroundf64; lroundf32x;
  1284. libm GLIBC_2.27 lroundf64x;
  1285. libm GLIBC_2.27 modff32; modff64; modff32x;
  1286. libm GLIBC_2.27 modff64x;
  1287. libm GLIBC_2.27 nanf32; nanf64; nanf32x;
  1288. libm GLIBC_2.27 nanf64x;
  1289. libm GLIBC_2.27 nearbyintf32; nearbyintf64; nearbyintf32x;
  1290. libm GLIBC_2.27 nearbyintf64x;
  1291. libm GLIBC_2.27 nextafterf32; nextafterf64; nextafterf32x;
  1292. libm GLIBC_2.27 nextafterf64x;
  1293. libm GLIBC_2.27 nextdownf32; nextdownf64; nextdownf32x;
  1294. libm GLIBC_2.27 nextdownf64x;
  1295. libm GLIBC_2.27 nextupf32; nextupf64; nextupf32x;
  1296. libm GLIBC_2.27 nextupf64x;
  1297. libm GLIBC_2.27 powf32; powf64; powf32x;
  1298. libm GLIBC_2.27 powf64x;
  1299. libm GLIBC_2.27 remainderf32; remainderf64; remainderf32x;
  1300. libm GLIBC_2.27 remainderf64x;
  1301. libm GLIBC_2.27 remquof32; remquof64; remquof32x;
  1302. libm GLIBC_2.27 remquof64x;
  1303. libm GLIBC_2.27 rintf32; rintf64; rintf32x;
  1304. libm GLIBC_2.27 rintf64x;
  1305. libm GLIBC_2.27 roundevenf32; roundevenf64; roundevenf32x;
  1306. libm GLIBC_2.27 roundevenf64x;
  1307. libm GLIBC_2.27 roundf32; roundf64; roundf32x;
  1308. libm GLIBC_2.27 roundf64x;
  1309. libm GLIBC_2.27 scalblnf32; scalblnf64; scalblnf32x;
  1310. libm GLIBC_2.27 scalblnf64x;
  1311. libm GLIBC_2.27 scalbnf32; scalbnf64; scalbnf32x;
  1312. libm GLIBC_2.27 scalbnf64x;
  1313. libm GLIBC_2.27 setpayloadf32; setpayloadf64; setpayloadf32x;
  1314. libm GLIBC_2.27 setpayloadf64x;
  1315. libm GLIBC_2.27 setpayloadsigf32; setpayloadsigf64; setpayloadsigf32x;
  1316. libm GLIBC_2.27 setpayloadsigf64x;
  1317. libm GLIBC_2.27 sincosf32; sincosf64; sincosf32x;
  1318. libm GLIBC_2.27 sincosf64x;
  1319. libm GLIBC_2.27 sinf32; sinf64; sinf32x;
  1320. libm GLIBC_2.27 sinf64x;
  1321. libm GLIBC_2.27 sinhf32; sinhf64; sinhf32x;
  1322. libm GLIBC_2.27 sinhf64x;
  1323. libm GLIBC_2.27 sqrtf32; sqrtf64; sqrtf32x;
  1324. libm GLIBC_2.27 sqrtf64x;
  1325. libm GLIBC_2.27 tanf32; tanf64; tanf32x;
  1326. libm GLIBC_2.27 tanf64x;
  1327. libm GLIBC_2.27 tanhf32; tanhf64; tanhf32x;
  1328. libm GLIBC_2.27 tanhf64x;
  1329. libm GLIBC_2.27 tgammaf32; tgammaf64; tgammaf32x;
  1330. libm GLIBC_2.27 tgammaf64x;
  1331. libm GLIBC_2.27 totalorderf32; totalorderf64; totalorderf32x;
  1332. libm GLIBC_2.27 totalorderf64x;
  1333. libm GLIBC_2.27 totalordermagf32; totalordermagf64; totalordermagf32x;
  1334. libm GLIBC_2.27 totalordermagf64x;
  1335. libm GLIBC_2.27 truncf32; truncf64; truncf32x;
  1336. libm GLIBC_2.27 truncf64x;
  1337. libm GLIBC_2.27 ufromfpf32; ufromfpf64; ufromfpf32x;
  1338. libm GLIBC_2.27 ufromfpf64x;
  1339. libm GLIBC_2.27 ufromfpxf32; ufromfpxf64; ufromfpxf32x;
  1340. libm GLIBC_2.27 ufromfpxf64x;
  1341. libm GLIBC_2.27 y0f32; y0f64; y0f32x;
  1342. libm GLIBC_2.27 y0f64x;
  1343. libm GLIBC_2.27 y1f32; y1f64; y1f32x;
  1344. libm GLIBC_2.27 y1f64x;
  1345. libm GLIBC_2.27 ynf32; ynf64; ynf32x;
  1346. libm GLIBC_2.27 ynf64x;
  1347. libm GLIBC_2.28 f32addf32x; f32addf64; f32xaddf64;
  1348. libm GLIBC_2.28 f32addf64x; f32addf128;
  1349. libm GLIBC_2.28 f32divf32x; f32divf64; f32xdivf64;
  1350. libm GLIBC_2.28 f32divf64x; f32divf128;
  1351. libm GLIBC_2.28 f32mulf32x; f32mulf64; f32xmulf64;
  1352. libm GLIBC_2.28 f32mulf64x; f32mulf128;
  1353. libm GLIBC_2.28 f32subf32x; f32subf64; f32xsubf64;
  1354. libm GLIBC_2.28 f32subf64x; f32subf128;
  1355. libm GLIBC_2.28 f32xaddf64x; f32xaddf128; f64addf64x; f64addf128;
  1356. libm GLIBC_2.28 f32xdivf64x; f32xdivf128; f64divf64x; f64divf128;
  1357. libm GLIBC_2.28 f32xmulf64x; f32xmulf128; f64mulf64x; f64mulf128;
  1358. libm GLIBC_2.28 f32xsubf64x; f32xsubf128; f64subf64x; f64subf128;
  1359. libm GLIBC_2.28 f64xaddf128;
  1360. libm GLIBC_2.28 f64xdivf128;
  1361. libm GLIBC_2.28 f64xmulf128;
  1362. libm GLIBC_2.28 f64xsubf128;
  1363. libm GLIBC_2.28 fadd; faddl; daddl;
  1364. libm GLIBC_2.28 fdiv; fdivl; ddivl;
  1365. libm GLIBC_2.28 fmul; fmull; dmull;
  1366. libm GLIBC_2.28 fsub; fsubl; dsubl;
  1367. libm GLIBC_2.29 exp; exp2; log; log2; pow;
  1368. libnsl GLIBC_2.4 __free_fdresult; __nis_default_access; __nis_default_group;
  1369. libnsl GLIBC_2.4 __nis_default_owner; __nis_default_ttl; __nis_finddirectory;
  1370. libnsl GLIBC_2.4 __nis_hash; __nisbind_connect; __nisbind_create;
  1371. libnsl GLIBC_2.4 __nisbind_destroy; __nisbind_next;
  1372. libnsl GLIBC_2.4 __yp_check;
  1373. libnsl GLIBC_2.4 nis_add; nis_add_entry; nis_addmember;
  1374. libnsl GLIBC_2.4 nis_checkpoint; nis_clone_directory; nis_clone_object;
  1375. libnsl GLIBC_2.4 nis_clone_result; nis_creategroup; nis_destroy_object;
  1376. libnsl GLIBC_2.4 nis_destroygroup; nis_dir_cmp; nis_domain_of;
  1377. libnsl GLIBC_2.4 nis_domain_of_r; nis_first_entry; nis_free_directory;
  1378. libnsl GLIBC_2.4 nis_free_object; nis_free_request; nis_freenames;
  1379. libnsl GLIBC_2.4 nis_freeresult; nis_freeservlist; nis_freetags;
  1380. libnsl GLIBC_2.4 nis_getnames; nis_getservlist; nis_ismember;
  1381. libnsl GLIBC_2.4 nis_leaf_of; nis_leaf_of_r; nis_lerror;
  1382. libnsl GLIBC_2.4 nis_list; nis_local_directory; nis_local_group;
  1383. libnsl GLIBC_2.4 nis_local_host; nis_local_principal; nis_lookup;
  1384. libnsl GLIBC_2.4 nis_mkdir; nis_modify; nis_modify_entry;
  1385. libnsl GLIBC_2.4 nis_name_of; nis_name_of_r; nis_next_entry;
  1386. libnsl GLIBC_2.4 nis_perror; nis_ping; nis_print_directory;
  1387. libnsl GLIBC_2.4 nis_print_entry; nis_print_group; nis_print_group_entry;
  1388. libnsl GLIBC_2.4 nis_print_link; nis_print_object; nis_print_result;
  1389. libnsl GLIBC_2.4 nis_print_rights; nis_print_table; nis_read_obj;
  1390. libnsl GLIBC_2.4 nis_remove; nis_remove_entry; nis_removemember;
  1391. libnsl GLIBC_2.4 nis_rmdir; nis_servstate; nis_sperrno;
  1392. libnsl GLIBC_2.4 nis_sperror; nis_sperror_r; nis_stats;
  1393. libnsl GLIBC_2.4 nis_verifygroup; nis_write_obj;
  1394. libnsl GLIBC_2.4 readColdStartFile; writeColdStartFile;
  1395. libnsl GLIBC_2.4 xdr_cback_data; xdr_obj_p;
  1396. libnsl GLIBC_2.4 xdr_domainname; xdr_keydat; xdr_mapname;
  1397. libnsl GLIBC_2.4 xdr_peername; xdr_valdat; xdr_yp_buf;
  1398. libnsl GLIBC_2.4 xdr_ypall;
  1399. libnsl GLIBC_2.4 xdr_ypbind_binding; xdr_ypbind_resp; xdr_ypbind_resptype;
  1400. libnsl GLIBC_2.4 xdr_ypbind_setdom; xdr_ypdelete_args; xdr_ypmap_parms;
  1401. libnsl GLIBC_2.4 xdr_ypmaplist; xdr_yppush_status; xdr_yppushresp_xfr;
  1402. libnsl GLIBC_2.4 xdr_ypreq_key; xdr_ypreq_nokey; xdr_ypreq_xfr;
  1403. libnsl GLIBC_2.4 xdr_ypresp_all; xdr_ypresp_key_val; xdr_ypresp_maplist;
  1404. libnsl GLIBC_2.4 xdr_ypresp_master; xdr_ypresp_order; xdr_ypresp_val;
  1405. libnsl GLIBC_2.4 xdr_ypresp_xfr; xdr_ypstat; xdr_ypupdate_args;
  1406. libnsl GLIBC_2.4 xdr_ypxfrstat;
  1407. libnsl GLIBC_2.4 yp_all; yp_bind; yp_first;
  1408. libnsl GLIBC_2.4 yp_get_default_domain; yp_maplist; yp_master;
  1409. libnsl GLIBC_2.4 yp_match; yp_next; yp_order;
  1410. libnsl GLIBC_2.4 yp_unbind; yp_update; ypbinderr_string;
  1411. libnsl GLIBC_2.4 yperr_string; ypprot_err;
  1412. libnsl GLIBC_PRIVATE __create_ib_request; _xdr_ib_request; _xdr_nis_result;
  1413. libnsl GLIBC_PRIVATE _nsl_default_nss; __prepare_niscall; __follow_path; __do_niscall3;
  1414. libnss_compat GLIBC_PRIVATE _nss_compat_endgrent; _nss_compat_endpwent; _nss_compat_endspent;
  1415. libnss_compat GLIBC_PRIVATE _nss_compat_getgrent_r; _nss_compat_getgrgid_r; _nss_compat_getgrnam_r;
  1416. libnss_compat GLIBC_PRIVATE _nss_compat_getpwent_r; _nss_compat_getpwnam_r; _nss_compat_getpwuid_r;
  1417. libnss_compat GLIBC_PRIVATE _nss_compat_getspent_r; _nss_compat_getspnam_r;
  1418. libnss_compat GLIBC_PRIVATE _nss_compat_initgroups_dyn;
  1419. libnss_compat GLIBC_PRIVATE _nss_compat_setgrent; _nss_compat_setpwent; _nss_compat_setspent;
  1420. libnss_db GLIBC_PRIVATE _nss_db_endetherent;
  1421. libnss_db GLIBC_PRIVATE _nss_db_endgrent;
  1422. libnss_db GLIBC_PRIVATE _nss_db_endnetgrent;
  1423. libnss_db GLIBC_PRIVATE _nss_db_endprotoent;
  1424. libnss_db GLIBC_PRIVATE _nss_db_endpwent;
  1425. libnss_db GLIBC_PRIVATE _nss_db_endrpcent;
  1426. libnss_db GLIBC_PRIVATE _nss_db_endservent;
  1427. libnss_db GLIBC_PRIVATE _nss_db_endsgent;
  1428. libnss_db GLIBC_PRIVATE _nss_db_endspent;
  1429. libnss_db GLIBC_PRIVATE _nss_db_getetherent_r;
  1430. libnss_db GLIBC_PRIVATE _nss_db_getgrent_r;
  1431. libnss_db GLIBC_PRIVATE _nss_db_getgrgid_r;
  1432. libnss_db GLIBC_PRIVATE _nss_db_getgrnam_r;
  1433. libnss_db GLIBC_PRIVATE _nss_db_gethostton_r;
  1434. libnss_db GLIBC_PRIVATE _nss_db_getnetgrent_r;
  1435. libnss_db GLIBC_PRIVATE _nss_db_getntohost_r;
  1436. libnss_db GLIBC_PRIVATE _nss_db_getprotobyname_r;
  1437. libnss_db GLIBC_PRIVATE _nss_db_getprotobynumber_r;
  1438. libnss_db GLIBC_PRIVATE _nss_db_getprotoent_r;
  1439. libnss_db GLIBC_PRIVATE _nss_db_getpwent_r;
  1440. libnss_db GLIBC_PRIVATE _nss_db_getpwnam_r;
  1441. libnss_db GLIBC_PRIVATE _nss_db_getpwuid_r;
  1442. libnss_db GLIBC_PRIVATE _nss_db_getrpcbyname_r;
  1443. libnss_db GLIBC_PRIVATE _nss_db_getrpcbynumber_r;
  1444. libnss_db GLIBC_PRIVATE _nss_db_getrpcent_r;
  1445. libnss_db GLIBC_PRIVATE _nss_db_getservbyname_r;
  1446. libnss_db GLIBC_PRIVATE _nss_db_getservbyport_r;
  1447. libnss_db GLIBC_PRIVATE _nss_db_getservent_r;
  1448. libnss_db GLIBC_PRIVATE _nss_db_getsgent_r;
  1449. libnss_db GLIBC_PRIVATE _nss_db_getsgnam_r;
  1450. libnss_db GLIBC_PRIVATE _nss_db_getspent_r;
  1451. libnss_db GLIBC_PRIVATE _nss_db_getspnam_r;
  1452. libnss_db GLIBC_PRIVATE _nss_db_init;
  1453. libnss_db GLIBC_PRIVATE _nss_db_initgroups_dyn;
  1454. libnss_db GLIBC_PRIVATE _nss_db_setetherent;
  1455. libnss_db GLIBC_PRIVATE _nss_db_setgrent;
  1456. libnss_db GLIBC_PRIVATE _nss_db_setnetgrent;
  1457. libnss_db GLIBC_PRIVATE _nss_db_setprotoent;
  1458. libnss_db GLIBC_PRIVATE _nss_db_setpwent;
  1459. libnss_db GLIBC_PRIVATE _nss_db_setrpcent;
  1460. libnss_db GLIBC_PRIVATE _nss_db_setservent;
  1461. libnss_db GLIBC_PRIVATE _nss_db_setsgent;
  1462. libnss_db GLIBC_PRIVATE _nss_db_setspent;
  1463. libnss_dns GLIBC_PRIVATE _nss_dns_gethostbyaddr2_r;
  1464. libnss_dns GLIBC_PRIVATE _nss_dns_gethostbyaddr_r; _nss_dns_gethostbyname2_r;
  1465. libnss_dns GLIBC_PRIVATE _nss_dns_gethostbyname3_r;
  1466. libnss_dns GLIBC_PRIVATE _nss_dns_gethostbyname4_r;
  1467. libnss_dns GLIBC_PRIVATE _nss_dns_gethostbyname_r; _nss_dns_getnetbyaddr_r;
  1468. libnss_dns GLIBC_PRIVATE _nss_dns_getnetbyname_r; _nss_dns_getcanonname_r;
  1469. libnss_files GLIBC_PRIVATE _nss_files_endaliasent;
  1470. libnss_files GLIBC_PRIVATE _nss_files_endetherent;
  1471. libnss_files GLIBC_PRIVATE _nss_files_endgrent;
  1472. libnss_files GLIBC_PRIVATE _nss_files_endhostent;
  1473. libnss_files GLIBC_PRIVATE _nss_files_endnetent;
  1474. libnss_files GLIBC_PRIVATE _nss_files_endnetgrent;
  1475. libnss_files GLIBC_PRIVATE _nss_files_endprotoent;
  1476. libnss_files GLIBC_PRIVATE _nss_files_endpwent;
  1477. libnss_files GLIBC_PRIVATE _nss_files_endrpcent;
  1478. libnss_files GLIBC_PRIVATE _nss_files_endservent;
  1479. libnss_files GLIBC_PRIVATE _nss_files_endsgent;
  1480. libnss_files GLIBC_PRIVATE _nss_files_endspent;
  1481. libnss_files GLIBC_PRIVATE _nss_files_getaliasbyname_r;
  1482. libnss_files GLIBC_PRIVATE _nss_files_getaliasent_r;
  1483. libnss_files GLIBC_PRIVATE _nss_files_getetherent_r;
  1484. libnss_files GLIBC_PRIVATE _nss_files_getgrent_r;
  1485. libnss_files GLIBC_PRIVATE _nss_files_getgrgid_r;
  1486. libnss_files GLIBC_PRIVATE _nss_files_getgrnam_r;
  1487. libnss_files GLIBC_PRIVATE _nss_files_gethostbyaddr_r;
  1488. libnss_files GLIBC_PRIVATE _nss_files_gethostbyname2_r;
  1489. libnss_files GLIBC_PRIVATE _nss_files_gethostbyname3_r;
  1490. libnss_files GLIBC_PRIVATE _nss_files_gethostbyname4_r;
  1491. libnss_files GLIBC_PRIVATE _nss_files_gethostbyname_r;
  1492. libnss_files GLIBC_PRIVATE _nss_files_gethostent_r;
  1493. libnss_files GLIBC_PRIVATE _nss_files_gethostton_r;
  1494. libnss_files GLIBC_PRIVATE _nss_files_getnetbyaddr_r;
  1495. libnss_files GLIBC_PRIVATE _nss_files_getnetbyname_r;
  1496. libnss_files GLIBC_PRIVATE _nss_files_getnetent_r;
  1497. libnss_files GLIBC_PRIVATE _nss_files_getnetgrent_r;
  1498. libnss_files GLIBC_PRIVATE _nss_files_getntohost_r;
  1499. libnss_files GLIBC_PRIVATE _nss_files_getprotobyname_r;
  1500. libnss_files GLIBC_PRIVATE _nss_files_getprotobynumber_r;
  1501. libnss_files GLIBC_PRIVATE _nss_files_getprotoent_r;
  1502. libnss_files GLIBC_PRIVATE _nss_files_getpublickey;
  1503. libnss_files GLIBC_PRIVATE _nss_files_getpwent_r;
  1504. libnss_files GLIBC_PRIVATE _nss_files_getpwnam_r;
  1505. libnss_files GLIBC_PRIVATE _nss_files_getpwuid_r;
  1506. libnss_files GLIBC_PRIVATE _nss_files_getrpcbyname_r;
  1507. libnss_files GLIBC_PRIVATE _nss_files_getrpcbynumber_r;
  1508. libnss_files GLIBC_PRIVATE _nss_files_getrpcent_r;
  1509. libnss_files GLIBC_PRIVATE _nss_files_getsecretkey;
  1510. libnss_files GLIBC_PRIVATE _nss_files_getservbyname_r;
  1511. libnss_files GLIBC_PRIVATE _nss_files_getservbyport_r;
  1512. libnss_files GLIBC_PRIVATE _nss_files_getservent_r;
  1513. libnss_files GLIBC_PRIVATE _nss_files_getsgent_r;
  1514. libnss_files GLIBC_PRIVATE _nss_files_getsgnam_r;
  1515. libnss_files GLIBC_PRIVATE _nss_files_getspent_r;
  1516. libnss_files GLIBC_PRIVATE _nss_files_getspnam_r;
  1517. libnss_files GLIBC_PRIVATE _nss_files_init;
  1518. libnss_files GLIBC_PRIVATE _nss_files_initgroups_dyn;
  1519. libnss_files GLIBC_PRIVATE _nss_files_parse_etherent;
  1520. libnss_files GLIBC_PRIVATE _nss_files_parse_netent;
  1521. libnss_files GLIBC_PRIVATE _nss_files_parse_protoent;
  1522. libnss_files GLIBC_PRIVATE _nss_files_parse_rpcent;
  1523. libnss_files GLIBC_PRIVATE _nss_files_parse_servent;
  1524. libnss_files GLIBC_PRIVATE _nss_files_setaliasent;
  1525. libnss_files GLIBC_PRIVATE _nss_files_setetherent;
  1526. libnss_files GLIBC_PRIVATE _nss_files_setgrent;
  1527. libnss_files GLIBC_PRIVATE _nss_files_sethostent;
  1528. libnss_files GLIBC_PRIVATE _nss_files_setnetent;
  1529. libnss_files GLIBC_PRIVATE _nss_files_setnetgrent;
  1530. libnss_files GLIBC_PRIVATE _nss_files_setprotoent;
  1531. libnss_files GLIBC_PRIVATE _nss_files_setpwent;
  1532. libnss_files GLIBC_PRIVATE _nss_files_setrpcent;
  1533. libnss_files GLIBC_PRIVATE _nss_files_setservent;
  1534. libnss_files GLIBC_PRIVATE _nss_files_setsgent;
  1535. libnss_files GLIBC_PRIVATE _nss_files_setspent;
  1536. libnss_files GLIBC_PRIVATE _nss_netgroup_parseline;
  1537. libnss_hesiod GLIBC_PRIVATE _nss_hesiod_getgrnam_r; _nss_hesiod_getgrgid_r;
  1538. libnss_hesiod GLIBC_PRIVATE _nss_hesiod_getprotobyname_r; _nss_hesiod_getprotobynumber_r;
  1539. libnss_hesiod GLIBC_PRIVATE _nss_hesiod_getpwnam_r; _nss_hesiod_getpwuid_r;
  1540. libnss_hesiod GLIBC_PRIVATE _nss_hesiod_getservbyname_r;
  1541. libnss_hesiod GLIBC_PRIVATE _nss_hesiod_getservbyport_r;
  1542. libnss_hesiod GLIBC_PRIVATE _nss_hesiod_initgroups_dyn;
  1543. libnss_hesiod GLIBC_PRIVATE _nss_hesiod_setgrent; _nss_hesiod_endgrent;
  1544. libnss_hesiod GLIBC_PRIVATE _nss_hesiod_setprotoent; _nss_hesiod_endprotoent;
  1545. libnss_hesiod GLIBC_PRIVATE _nss_hesiod_setpwent; _nss_hesiod_endpwent;
  1546. libnss_hesiod GLIBC_PRIVATE _nss_hesiod_setservent; _nss_hesiod_endservent;
  1547. libnss_nis GLIBC_PRIVATE _nss_nis_endaliasent; _nss_nis_endetherent; _nss_nis_endgrent;
  1548. libnss_nis GLIBC_PRIVATE _nss_nis_endhostent; _nss_nis_endnetent; _nss_nis_endnetgrent;
  1549. libnss_nis GLIBC_PRIVATE _nss_nis_endprotoent; _nss_nis_endpwent; _nss_nis_endrpcent;
  1550. libnss_nis GLIBC_PRIVATE _nss_nis_endservent; _nss_nis_endspent; _nss_nis_getaliasbyname_r;
  1551. libnss_nis GLIBC_PRIVATE _nss_nis_getaliasent_r; _nss_nis_getetherent_r; _nss_nis_getgrent_r;
  1552. libnss_nis GLIBC_PRIVATE _nss_nis_getgrgid_r; _nss_nis_getgrnam_r; _nss_nis_gethostbyaddr_r;
  1553. libnss_nis GLIBC_PRIVATE _nss_nis_gethostbyname2_r; _nss_nis_gethostbyname_r; _nss_nis_gethostent_r;
  1554. libnss_nis GLIBC_PRIVATE _nss_nis_gethostton_r; _nss_nis_getnetbyaddr_r; _nss_nis_getnetbyname_r;
  1555. libnss_nis GLIBC_PRIVATE _nss_nis_getnetent_r; _nss_nis_getnetgrent_r; _nss_nis_getntohost_r;
  1556. libnss_nis GLIBC_PRIVATE _nss_nis_getprotobyname_r; _nss_nis_getprotobynumber_r;
  1557. libnss_nis GLIBC_PRIVATE _nss_nis_getprotoent_r; _nss_nis_getpublickey; _nss_nis_getpwent_r;
  1558. libnss_nis GLIBC_PRIVATE _nss_nis_getpwnam_r; _nss_nis_getpwuid_r; _nss_nis_getrpcbyname_r;
  1559. libnss_nis GLIBC_PRIVATE _nss_nis_getrpcbynumber_r; _nss_nis_getrpcent_r; _nss_nis_getsecretkey;
  1560. libnss_nis GLIBC_PRIVATE _nss_nis_getservbyname_r; _nss_nis_getservbyport_r; _nss_nis_getservent_r;
  1561. libnss_nis GLIBC_PRIVATE _nss_nis_getspent_r; _nss_nis_getspnam_r;
  1562. libnss_nis GLIBC_PRIVATE _nss_nis_initgroups_dyn; _nss_nis_gethostbyname4_r;
  1563. libnss_nis GLIBC_PRIVATE _nss_nis_netname2user; _nss_nis_setaliasent; _nss_nis_setetherent;
  1564. libnss_nis GLIBC_PRIVATE _nss_nis_setgrent; _nss_nis_sethostent; _nss_nis_setnetent;
  1565. libnss_nis GLIBC_PRIVATE _nss_nis_setnetgrent; _nss_nis_setprotoent; _nss_nis_setpwent;
  1566. libnss_nis GLIBC_PRIVATE _nss_nis_setrpcent; _nss_nis_setservent; _nss_nis_setspent;
  1567. libnss_nisplus GLIBC_PRIVATE _nss_nisplus_endaliasent; _nss_nisplus_endetherent; _nss_nisplus_endgrent;
  1568. libnss_nisplus GLIBC_PRIVATE _nss_nisplus_endhostent; _nss_nisplus_endnetent; _nss_nisplus_endnetgrent;
  1569. libnss_nisplus GLIBC_PRIVATE _nss_nisplus_endprotoent; _nss_nisplus_endpwent; _nss_nisplus_endrpcent;
  1570. libnss_nisplus GLIBC_PRIVATE _nss_nisplus_endservent; _nss_nisplus_endspent;
  1571. libnss_nisplus GLIBC_PRIVATE _nss_nisplus_getaliasbyname_r; _nss_nisplus_getaliasent_r;
  1572. libnss_nisplus GLIBC_PRIVATE _nss_nisplus_getetherent_r; _nss_nisplus_getgrent_r;
  1573. libnss_nisplus GLIBC_PRIVATE _nss_nisplus_getgrgid_r; _nss_nisplus_getgrnam_r;
  1574. libnss_nisplus GLIBC_PRIVATE _nss_nisplus_gethostbyaddr_r; _nss_nisplus_gethostbyname2_r;
  1575. libnss_nisplus GLIBC_PRIVATE _nss_nisplus_gethostbyname4_r;
  1576. libnss_nisplus GLIBC_PRIVATE _nss_nisplus_gethostbyname_r; _nss_nisplus_gethostent_r;
  1577. libnss_nisplus GLIBC_PRIVATE _nss_nisplus_gethostton_r; _nss_nisplus_getnetbyaddr_r;
  1578. libnss_nisplus GLIBC_PRIVATE _nss_nisplus_getnetbyname_r; _nss_nisplus_getnetent_r;
  1579. libnss_nisplus GLIBC_PRIVATE _nss_nisplus_getnetgrent_r; _nss_nisplus_getntohost_r;
  1580. libnss_nisplus GLIBC_PRIVATE _nss_nisplus_getprotobyname_r; _nss_nisplus_getprotobynumber_r;
  1581. libnss_nisplus GLIBC_PRIVATE _nss_nisplus_getprotoent_r; _nss_nisplus_getpublickey;
  1582. libnss_nisplus GLIBC_PRIVATE _nss_nisplus_getpwent_r; _nss_nisplus_getpwnam_r; _nss_nisplus_getpwuid_r;
  1583. libnss_nisplus GLIBC_PRIVATE _nss_nisplus_getrpcbyname_r; _nss_nisplus_getrpcbynumber_r;
  1584. libnss_nisplus GLIBC_PRIVATE _nss_nisplus_getrpcent_r; _nss_nisplus_getsecretkey;
  1585. libnss_nisplus GLIBC_PRIVATE _nss_nisplus_getservbyname_r; _nss_nisplus_getservbynumber_r;
  1586. libnss_nisplus GLIBC_PRIVATE _nss_nisplus_getservent_r; _nss_nisplus_getspent_r;
  1587. libnss_nisplus GLIBC_PRIVATE _nss_nisplus_getspnam_r; _nss_nisplus_netname2user;
  1588. libnss_nisplus GLIBC_PRIVATE _nss_nisplus_setaliasent;
  1589. libnss_nisplus GLIBC_PRIVATE _nss_nisplus_setetherent; _nss_nisplus_setgrent; _nss_nisplus_sethostent;
  1590. libnss_nisplus GLIBC_PRIVATE _nss_nisplus_setnetent; _nss_nisplus_setnetgrent; _nss_nisplus_setprotoent;
  1591. libnss_nisplus GLIBC_PRIVATE _nss_nisplus_setpwent; _nss_nisplus_setrpcent; _nss_nisplus_setservent;
  1592. libnss_nisplus GLIBC_PRIVATE _nss_nisplus_setspent; _nss_nisplus_initgroups_dyn;
  1593. libpthread GLIBC_2.4 _IO_flockfile; _IO_ftrylockfile; _IO_funlockfile;
  1594. libpthread GLIBC_2.4 __errno_location; __h_errno_location;
  1595. libpthread GLIBC_2.4 __libc_allocate_rtsig;
  1596. libpthread GLIBC_2.4 __libc_current_sigrtmin; __libc_current_sigrtmax;
  1597. libpthread GLIBC_2.4 __nanosleep;
  1598. libpthread GLIBC_2.4 __pthread_cleanup_routine;
  1599. libpthread GLIBC_2.4 __pthread_key_create; __pthread_getspecific; __pthread_setspecific;
  1600. libpthread GLIBC_2.4 __pthread_mutex_init; __pthread_mutex_destroy;
  1601. libpthread GLIBC_2.4 __pthread_mutex_lock; __pthread_mutex_trylock; __pthread_mutex_unlock;
  1602. libpthread GLIBC_2.4 __pthread_mutexattr_init; __pthread_mutexattr_destroy;
  1603. libpthread GLIBC_2.4 __pthread_mutexattr_settype;
  1604. libpthread GLIBC_2.4 __pthread_once; __pthread_atfork;
  1605. libpthread GLIBC_2.4 __pthread_register_cancel; __pthread_unregister_cancel;
  1606. libpthread GLIBC_2.4 __pthread_register_cancel_defer; __pthread_unregister_cancel_restore;
  1607. libpthread GLIBC_2.4 __pthread_rwlock_init; __pthread_rwlock_destroy;
  1608. libpthread GLIBC_2.4 __pthread_rwlock_rdlock; __pthread_rwlock_tryrdlock;
  1609. libpthread GLIBC_2.4 __pthread_rwlock_unlock;
  1610. libpthread GLIBC_2.4 __pthread_rwlock_wrlock; __pthread_rwlock_trywrlock;
  1611. libpthread GLIBC_2.4 __pthread_unwind_next;
  1612. libpthread GLIBC_2.4 __pwrite64;
  1613. libpthread GLIBC_2.4 __res_state;
  1614. libpthread GLIBC_2.4 __vfork;
  1615. libpthread GLIBC_2.4 _pthread_cleanup_push; _pthread_cleanup_pop;
  1616. libpthread GLIBC_2.4 _pthread_cleanup_push_defer; _pthread_cleanup_pop_restore;
  1617. libpthread GLIBC_2.4 close; __close; fcntl; __fcntl; read; __read; write; __write; accept;
  1618. libpthread GLIBC_2.4 connect; __connect; recv; recvfrom; recvmsg; send; __send; sendmsg; sendto;
  1619. libpthread GLIBC_2.4 flockfile; funlockfile; ftrylockfile;
  1620. libpthread GLIBC_2.4 fork; __fork; vfork;
  1621. libpthread GLIBC_2.4 fsync; lseek; __lseek; msync; nanosleep; open; __open; pause; tcdrain;
  1622. libpthread GLIBC_2.4 lseek64; open64; __open64; pread; pread64; __pread64; pwrite; pwrite64;
  1623. libpthread GLIBC_2.4 pthread_atfork;
  1624. libpthread GLIBC_2.4 pthread_attr_getaffinity_np; pthread_attr_setaffinity_np;
  1625. libpthread GLIBC_2.4 pthread_attr_getaffinity_np; pthread_attr_setaffinity_np;
  1626. libpthread GLIBC_2.4 pthread_attr_getdetachstate; pthread_attr_setdetachstate;
  1627. libpthread GLIBC_2.4 pthread_attr_getguardsize; pthread_attr_setguardsize;
  1628. libpthread GLIBC_2.4 pthread_attr_getinheritsched; pthread_attr_setinheritsched;
  1629. libpthread GLIBC_2.4 pthread_attr_getschedparam; pthread_attr_setschedparam;
  1630. libpthread GLIBC_2.4 pthread_attr_getschedpolicy; pthread_attr_setschedpolicy;
  1631. libpthread GLIBC_2.4 pthread_attr_getscope; pthread_attr_setscope;
  1632. libpthread GLIBC_2.4 pthread_attr_getstack; pthread_attr_setstack;
  1633. libpthread GLIBC_2.4 pthread_attr_getstackaddr; pthread_attr_setstackaddr;
  1634. libpthread GLIBC_2.4 pthread_attr_getstacksize; pthread_attr_setstacksize;
  1635. libpthread GLIBC_2.4 pthread_attr_init;
  1636. libpthread GLIBC_2.4 pthread_attr_init; pthread_attr_destroy;
  1637. libpthread GLIBC_2.4 pthread_barrier_init; pthread_barrier_destroy; pthread_barrier_wait;
  1638. libpthread GLIBC_2.4 pthread_barrierattr_destroy; pthread_barrierattr_init;
  1639. libpthread GLIBC_2.4 pthread_barrierattr_getpshared;
  1640. libpthread GLIBC_2.4 pthread_barrierattr_setpshared;
  1641. libpthread GLIBC_2.4 pthread_cancel; pthread_testcancel;
  1642. libpthread GLIBC_2.4 pthread_cond_init; pthread_cond_destroy;
  1643. libpthread GLIBC_2.4 pthread_cond_init; pthread_cond_destroy;
  1644. libpthread GLIBC_2.4 pthread_cond_signal; pthread_cond_broadcast;
  1645. libpthread GLIBC_2.4 pthread_cond_signal; pthread_cond_broadcast;
  1646. libpthread GLIBC_2.4 pthread_cond_wait; pthread_cond_timedwait;
  1647. libpthread GLIBC_2.4 pthread_cond_wait; pthread_cond_timedwait;
  1648. libpthread GLIBC_2.4 pthread_condattr_destroy; pthread_condattr_init;
  1649. libpthread GLIBC_2.4 pthread_condattr_getclock; pthread_condattr_setclock;
  1650. libpthread GLIBC_2.4 pthread_condattr_getpshared; pthread_condattr_setpshared;
  1651. libpthread GLIBC_2.4 pthread_create;
  1652. libpthread GLIBC_2.4 pthread_create; pthread_join; pthread_self; pthread_equal;
  1653. libpthread GLIBC_2.4 pthread_exit; pthread_detach;
  1654. libpthread GLIBC_2.4 pthread_getaffinity_np; pthread_setaffinity_np;
  1655. libpthread GLIBC_2.4 pthread_getaffinity_np; pthread_setaffinity_np;
  1656. libpthread GLIBC_2.4 pthread_getattr_np;
  1657. libpthread GLIBC_2.4 pthread_getconcurrency; pthread_setconcurrency;
  1658. libpthread GLIBC_2.4 pthread_getcpuclockid;
  1659. libpthread GLIBC_2.4 pthread_getschedparam; pthread_setschedparam;
  1660. libpthread GLIBC_2.4 pthread_getspecific; pthread_setspecific;
  1661. libpthread GLIBC_2.4 pthread_key_create; pthread_key_delete;
  1662. libpthread GLIBC_2.4 pthread_kill_other_threads_np;
  1663. libpthread GLIBC_2.4 pthread_mutex_consistent_np;
  1664. libpthread GLIBC_2.4 pthread_mutex_getprioceiling; pthread_mutex_setprioceiling;
  1665. libpthread GLIBC_2.4 pthread_mutex_init; pthread_mutex_destroy;
  1666. libpthread GLIBC_2.4 pthread_mutex_lock; pthread_mutex_trylock; pthread_mutex_unlock;
  1667. libpthread GLIBC_2.4 pthread_mutex_timedlock;
  1668. libpthread GLIBC_2.4 pthread_mutexattr_getkind_np; pthread_mutexattr_setkind_np;
  1669. libpthread GLIBC_2.4 pthread_mutexattr_getprioceiling; pthread_mutexattr_setprioceiling;
  1670. libpthread GLIBC_2.4 pthread_mutexattr_getprotocol; pthread_mutexattr_setprotocol;
  1671. libpthread GLIBC_2.4 pthread_mutexattr_getpshared; pthread_mutexattr_setpshared;
  1672. libpthread GLIBC_2.4 pthread_mutexattr_getrobust_np; pthread_mutexattr_setrobust_np;
  1673. libpthread GLIBC_2.4 pthread_mutexattr_gettype; pthread_mutexattr_settype;
  1674. libpthread GLIBC_2.4 pthread_mutexattr_init; pthread_mutexattr_destroy;
  1675. libpthread GLIBC_2.4 pthread_once;
  1676. libpthread GLIBC_2.4 pthread_rwlock_init; pthread_rwlock_destroy;
  1677. libpthread GLIBC_2.4 pthread_rwlock_rdlock; pthread_rwlock_wrlock; pthread_rwlock_unlock;
  1678. libpthread GLIBC_2.4 pthread_rwlock_timedrdlock; pthread_rwlock_timedwrlock;
  1679. libpthread GLIBC_2.4 pthread_rwlock_tryrdlock; pthread_rwlock_trywrlock;
  1680. libpthread GLIBC_2.4 pthread_rwlockattr_getkind_np; pthread_rwlockattr_setkind_np;
  1681. libpthread GLIBC_2.4 pthread_rwlockattr_getpshared; pthread_rwlockattr_setpshared;
  1682. libpthread GLIBC_2.4 pthread_rwlockattr_init; pthread_rwlockattr_destroy;
  1683. libpthread GLIBC_2.4 pthread_setcancelstate; pthread_setcanceltype;
  1684. libpthread GLIBC_2.4 pthread_setschedprio;
  1685. libpthread GLIBC_2.4 pthread_sigmask; pthread_kill;
  1686. libpthread GLIBC_2.4 pthread_spin_destroy; pthread_spin_init; pthread_spin_lock;
  1687. libpthread GLIBC_2.4 pthread_spin_trylock; pthread_spin_unlock;
  1688. libpthread GLIBC_2.4 pthread_tryjoin_np; pthread_timedjoin_np;
  1689. libpthread GLIBC_2.4 pthread_yield;
  1690. libpthread GLIBC_2.4 raise;
  1691. libpthread GLIBC_2.4 sem_close; sem_open; sem_unlink;
  1692. libpthread GLIBC_2.4 sem_destroy; sem_getvalue; sem_init; sem_post; sem_trywait; sem_wait;
  1693. libpthread GLIBC_2.4 sem_destroy; sem_getvalue; sem_init; sem_post; sem_trywait; sem_wait;
  1694. libpthread GLIBC_2.4 sem_timedwait;
  1695. libpthread GLIBC_2.4 sigwait; sigaction; __sigaction; _exit; _Exit; longjmp; siglongjmp;
  1696. libpthread GLIBC_2.4 system; wait; __wait; waitpid;
  1697. libpthread GLIBC_2.11 pthread_sigqueue;
  1698. libpthread GLIBC_2.12 pthread_mutex_consistent; pthread_mutexattr_getrobust;
  1699. libpthread GLIBC_2.12 pthread_mutexattr_setrobust;
  1700. libpthread GLIBC_2.12 pthread_setname_np; pthread_getname_np;
  1701. libpthread GLIBC_2.18 pthread_getattr_default_np;
  1702. libpthread GLIBC_2.18 pthread_setattr_default_np;
  1703. libpthread GLIBC_2.28 call_once; cnd_broadcast; cnd_destroy; cnd_init; cnd_signal;
  1704. libpthread GLIBC_2.28 cnd_timedwait; cnd_wait; tss_create; tss_delete; tss_get; tss_set;
  1705. libpthread GLIBC_2.28 mtx_init; mtx_lock; mtx_timedlock; mtx_trylock; mtx_unlock; mtx_destroy;
  1706. libpthread GLIBC_2.28 thrd_create; thrd_detach; thrd_exit; thrd_join;
  1707. libpthread GLIBC_PRIVATE __libpthread_freeres;
  1708. libpthread GLIBC_PRIVATE __pthread_barrier_init; __pthread_barrier_wait;
  1709. libpthread GLIBC_PRIVATE __pthread_clock_gettime; __pthread_clock_settime;
  1710. libpthread GLIBC_PRIVATE __pthread_initialize_minimal;
  1711. libpthread GLIBC_PRIVATE __pthread_unwind; __pthread_get_minstack;
  1712. libpthread GLIBC_PRIVATE __shm_directory;
  1713. libresolv GLIBC_2.4 __b64_ntop; __b64_pton;
  1714. libresolv GLIBC_2.4 __dn_comp; __dn_count_labels; __dn_skipname;
  1715. libresolv GLIBC_2.4 __dn_expand;
  1716. libresolv GLIBC_2.4 __fp_nquery; __fp_query; __fp_resstat; __hostalias;
  1717. libresolv GLIBC_2.4 __loc_aton; __loc_ntoa;
  1718. libresolv GLIBC_2.4 __p_cdname; __p_cdnname; __p_class; __p_fqname; __p_fqnname; __p_option;
  1719. libresolv GLIBC_2.4 __p_class_syms; __p_type_syms;
  1720. libresolv GLIBC_2.4 __p_query; __p_rr; __p_secstodate; __p_time; __p_type;
  1721. libresolv GLIBC_2.4 __p_rcode;
  1722. libresolv GLIBC_2.4 __putlong; __putshort;
  1723. libresolv GLIBC_2.4 __res_close; __res_dnok; __res_hnok; __res_isourserver; __res_mailok;
  1724. libresolv GLIBC_2.4 __res_hostalias; __res_mkquery; __res_nmkquery; __res_nquery;
  1725. libresolv GLIBC_2.4 __res_nameinquery; __res_ownok; __res_queriesmatch;
  1726. libresolv GLIBC_2.4 __res_nquerydomain; __res_nsearch; __res_nsend; __res_query;
  1727. libresolv GLIBC_2.4 __res_querydomain; __res_search;
  1728. libresolv GLIBC_2.4 __res_send;
  1729. libresolv GLIBC_2.4 __sym_ntop; __sym_ntos; __sym_ston;
  1730. libresolv GLIBC_2.4 _gethtbyaddr; _gethtbyname; _gethtbyname2; _gethtent; _getlong;
  1731. libresolv GLIBC_2.4 _getshort; _res_opcodes; _res_resultcodes; _sethtent; dn_expand;
  1732. libresolv GLIBC_2.4 inet_net_ntop; inet_net_pton; inet_neta; res_gethostbyaddr;
  1733. libresolv GLIBC_2.4 res_gethostbyname; res_gethostbyname2; res_mkquery; res_query;
  1734. libresolv GLIBC_2.4 res_querydomain; res_search; res_send_setqhook; res_send_setrhook;
  1735. libresolv GLIBC_2.9 ns_datetosecs;
  1736. libresolv GLIBC_2.9 ns_format_ttl; ns_parse_ttl;
  1737. libresolv GLIBC_2.9 ns_get16; ns_get32; ns_put16; ns_put32;
  1738. libresolv GLIBC_2.9 ns_initparse; ns_skiprr; ns_parserr;
  1739. libresolv GLIBC_2.9 ns_msg_getflag;
  1740. libresolv GLIBC_2.9 ns_name_ntol; ns_name_ntop; ns_name_pton;
  1741. libresolv GLIBC_2.9 ns_name_skip; ns_name_rollback;
  1742. libresolv GLIBC_2.9 ns_name_uncompress; ns_name_compress;
  1743. libresolv GLIBC_2.9 ns_name_unpack; ns_name_pack;
  1744. libresolv GLIBC_2.9 ns_samedomain; ns_subdomain; ns_makecanon; ns_samename;
  1745. libresolv GLIBC_2.9 ns_sprintrr; ns_sprintrrf;
  1746. libresolv GLIBC_PRIVATE __ns_get16; __ns_get32;
  1747. libresolv GLIBC_PRIVATE __ns_name_unpack; __ns_name_ntop;
  1748. libresolv GLIBC_PRIVATE __res_context_hostalias;
  1749. libresolv GLIBC_PRIVATE __res_context_query;
  1750. libresolv GLIBC_PRIVATE __res_context_search;
  1751. librt GLIBC_2.4 aio_cancel; aio_cancel64; aio_error; aio_error64; aio_fsync; aio_fsync64;
  1752. librt GLIBC_2.4 aio_init; aio_read; aio_read64; aio_return; aio_return64; aio_suspend;
  1753. librt GLIBC_2.4 aio_suspend64; aio_write; aio_write64; lio_listio; lio_listio64;
  1754. librt GLIBC_2.4 clock_getres; clock_gettime; clock_settime; clock_getcpuclockid;
  1755. librt GLIBC_2.4 clock_nanosleep;
  1756. librt GLIBC_2.4 lio_listio; lio_listio64;
  1757. librt GLIBC_2.4 mq_notify; mq_send; mq_receive; mq_timedsend; mq_timedreceive;
  1758. librt GLIBC_2.4 mq_open; mq_close; mq_unlink; mq_getattr; mq_setattr;
  1759. librt GLIBC_2.4 shm_open; shm_unlink;
  1760. librt GLIBC_2.4 timer_create; timer_delete; timer_getoverrun; timer_gettime;
  1761. librt GLIBC_2.4 timer_settime;
  1762. librt GLIBC_2.7 __mq_open_2;
  1763. libthread_db GLIBC_2.4 td_init; td_log; td_ta_clear_event; td_ta_delete; td_ta_enable_stats;
  1764. libthread_db GLIBC_2.4 td_symbol_list;
  1765. libthread_db GLIBC_2.4 td_ta_event_addr; td_ta_event_getmsg; td_ta_get_nthreads; td_ta_get_ph;
  1766. libthread_db GLIBC_2.4 td_ta_get_stats; td_ta_map_id2thr; td_ta_map_lwp2thr; td_ta_new;
  1767. libthread_db GLIBC_2.4 td_ta_reset_stats; td_ta_set_event; td_ta_setconcurrency;
  1768. libthread_db GLIBC_2.4 td_ta_thr_iter; td_ta_tsd_iter; td_thr_clear_event; td_thr_dbresume;
  1769. libthread_db GLIBC_2.4 td_thr_dbsuspend; td_thr_event_enable; td_thr_event_getmsg;
  1770. libthread_db GLIBC_2.4 td_thr_get_info; td_thr_getfpregs; td_thr_getgregs; td_thr_getxregs;
  1771. libthread_db GLIBC_2.4 td_thr_getxregsize; td_thr_set_event; td_thr_setfpregs; td_thr_setgregs;
  1772. libthread_db GLIBC_2.4 td_thr_setprio; td_thr_setsigpending; td_thr_setxregs; td_thr_sigsetmask;
  1773. libthread_db GLIBC_2.4 td_thr_tls_get_addr;
  1774. libthread_db GLIBC_2.4 td_thr_tlsbase;
  1775. libthread_db GLIBC_2.4 td_thr_tsd; td_thr_validate;
  1776. libutil GLIBC_2.4 forkpty; login; login_tty; logout; logwtmp; openpty;