| %ifdef EXPORT_UNWIND_FIND_FDE |
| __register_frame_info; __deregister_frame_info; |
| # functions used in other libraries |
| _dl_mcount_wrapper; _dl_mcount_wrapper_check; |
| %ifdef EXPORT_UNWIND_FIND_FDE |
| __register_frame_info_bases; __deregister_frame_info_bases; |
| __register_frame_info_table_bases; _Unwind_Find_FDE; |
| # functions used in other libraries |
| __libc_dlopen_mode; __libc_dlsym; __libc_dlclose; |
| # Function from libc.so which must be shared with libc. |
| calloc; free; malloc; realloc; __libc_memalign; |
| # functions used in other libraries |
| # historically used by Garbage Collectors |
| # runtime interface to TLS |
| # Those are in the dynamic linker, but used by libc.so. |
| _rtld_global; _rtld_global_ro; |
| _dl_allocate_tls; _dl_deallocate_tls; |
| _dl_get_tls_static_info; _dl_allocate_tls_init; |
| _dl_tls_setup; _dl_rtld_di_serinfo; |
| _dl_make_stack_executable; |
| # Only here for gdb while a better method is developed. |