| OLD | NEW |
| 1 libc { | 1 libc { |
| 2 GLIBC_2.0 { | 2 GLIBC_2.0 { |
| 3 %ifdef EXPORT_UNWIND_FIND_FDE | 3 %ifdef EXPORT_UNWIND_FIND_FDE |
| 4 __register_frame_info; __deregister_frame_info; | 4 __register_frame_info; __deregister_frame_info; |
| 5 %endif | 5 %endif |
| 6 } | 6 } |
| 7 GLIBC_2.1 { | 7 GLIBC_2.1 { |
| 8 # functions used in other libraries | 8 # functions used in other libraries |
| 9 _dl_mcount_wrapper; _dl_mcount_wrapper_check; | 9 _dl_mcount_wrapper; _dl_mcount_wrapper_check; |
| 10 } | 10 } |
| (...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 77 __nacl_irt_cond_destroy; | 77 __nacl_irt_cond_destroy; |
| 78 __nacl_irt_cond_signal; | 78 __nacl_irt_cond_signal; |
| 79 __nacl_irt_cond_timed_wait_abs; | 79 __nacl_irt_cond_timed_wait_abs; |
| 80 __nacl_irt_cond_wait; | 80 __nacl_irt_cond_wait; |
| 81 __nacl_irt_dup2; | 81 __nacl_irt_dup2; |
| 82 __nacl_irt_dup; | 82 __nacl_irt_dup; |
| 83 __nacl_irt_dyncode_create; | 83 __nacl_irt_dyncode_create; |
| 84 __nacl_irt_dyncode_delete; | 84 __nacl_irt_dyncode_delete; |
| 85 __nacl_irt_dyncode_modify; | 85 __nacl_irt_dyncode_modify; |
| 86 __nacl_irt_exit; | 86 __nacl_irt_exit; |
| 87 __nacl_irt_mkdir; | |
| 88 __nacl_irt_rmdir; | |
| 89 __nacl_irt_chdir; | |
| 90 __nacl_irt_getcwd; | |
| 91 __nacl_irt_fstat; | 87 __nacl_irt_fstat; |
| 92 __nacl_irt_getdents; | 88 __nacl_irt_getdents; |
| 93 __nacl_irt_gettod; | 89 __nacl_irt_gettod; |
| 94 __nacl_irt_mmap; | 90 __nacl_irt_mmap; |
| 95 __nacl_irt_munmap; | 91 __nacl_irt_munmap; |
| 96 __nacl_irt_mutex_create; | 92 __nacl_irt_mutex_create; |
| 97 __nacl_irt_mutex_destroy; | 93 __nacl_irt_mutex_destroy; |
| 98 __nacl_irt_mutex_lock; | 94 __nacl_irt_mutex_lock; |
| 99 __nacl_irt_mutex_trylock; | 95 __nacl_irt_mutex_trylock; |
| 100 __nacl_irt_mutex_unlock; | 96 __nacl_irt_mutex_unlock; |
| 101 __nacl_irt_nanosleep; | 97 __nacl_irt_nanosleep; |
| 102 __nacl_irt_open; | 98 __nacl_irt_open; |
| 103 __nacl_irt_open_resource; | 99 __nacl_irt_open_resource; |
| 104 __nacl_irt_read; | 100 __nacl_irt_read; |
| 105 __nacl_irt_write; | |
| 106 __nacl_irt_sched_yield; | 101 __nacl_irt_sched_yield; |
| 107 __nacl_irt_seek; | 102 __nacl_irt_seek; |
| 108 __nacl_irt_stat; | 103 __nacl_irt_stat; |
| 109 __nacl_irt_sysbrk; | 104 __nacl_irt_sysbrk; |
| 110 __nacl_irt_sysconf; | 105 __nacl_irt_sysconf; |
| 111 __nacl_irt_thread_create; | 106 __nacl_irt_thread_create; |
| 112 __nacl_irt_thread_exit; | 107 __nacl_irt_thread_exit; |
| 113 __nacl_irt_thread_nice; | 108 __nacl_irt_thread_nice; |
| 114 __nacl_irt_tls_get; | 109 __nacl_irt_tls_get; |
| 115 __nacl_irt_tls_init; | 110 __nacl_irt_tls_init; |
| 116 __nacl_irt_epoll_create; | 111 __nacl_irt_write; |
| 117 __nacl_irt_epoll_create1; | |
| 118 __nacl_irt_epoll_ctl; | |
| 119 __nacl_irt_epoll_wait; | |
| 120 __nacl_irt_epoll_pwait; | |
| 121 __nacl_irt_poll; | |
| 122 __nacl_irt_ppoll; | |
| 123 __nacl_irt_socket; | |
| 124 __nacl_irt_accept; | |
| 125 __nacl_irt_bind; | |
| 126 __nacl_irt_send; | |
| 127 __nacl_irt_recv; | |
| 128 __nacl_irt_listen; | |
| 129 __nacl_irt_connect; | |
| 130 __nacl_irt_sendto; | |
| 131 __nacl_irt_recvfrom; | |
| 132 __nacl_irt_select; | |
| 133 __nacl_irt_pselect; | |
| 134 __nacl_irt_sendmsg; | |
| 135 __nacl_irt_recvmsg; | |
| 136 __nacl_irt_getpeername; | |
| 137 __nacl_irt_getsockname; | |
| 138 __nacl_irt_getsockopt; | |
| 139 __nacl_irt_setsockopt; | |
| 140 __nacl_irt_socketpair; | |
| 141 __nacl_irt_shutdown; | |
| 142 # Those are in the dynamic linker, but used by libc.so. | 112 # Those are in the dynamic linker, but used by libc.so. |
| 143 __libc_enable_secure; | 113 __libc_enable_secure; |
| 144 _dl_argv; | 114 _dl_argv; |
| 145 _dl_out_of_memory; | 115 _dl_out_of_memory; |
| 146 _dl_starting_up; | 116 _dl_starting_up; |
| 147 _rtld_global; _rtld_global_ro; | 117 _rtld_global; _rtld_global_ro; |
| 148 _dl_allocate_tls; _dl_deallocate_tls; | 118 _dl_allocate_tls; _dl_deallocate_tls; |
| 149 _dl_get_tls_static_info; _dl_allocate_tls_init; | 119 _dl_get_tls_static_info; _dl_allocate_tls_init; |
| 150 _dl_tls_setup; _dl_rtld_di_serinfo; | 120 _dl_tls_setup; _dl_rtld_di_serinfo; |
| 151 _dl_make_stack_executable; | 121 _dl_make_stack_executable; |
| 152 # Only here for gdb while a better method is developed. | 122 # Only here for gdb while a better method is developed. |
| 153 _dl_debug_state; | 123 _dl_debug_state; |
| 154 # Pointer protection. | 124 # Pointer protection. |
| 155 __pointer_chk_guard; | 125 __pointer_chk_guard; |
| 156 } | 126 } |
| 157 } | 127 } |
| OLD | NEW |