3 %ifdef EXPORT_UNWIND_FIND_FDE
4 __deregister_frame_info; __register_frame_info;
8 # functions used in other libraries
9 _dl_mcount_wrapper; _dl_mcount_wrapper_check;
14 %ifdef EXPORT_UNWIND_FIND_FDE
16 __deregister_frame_info_bases; __register_frame_info_bases;
17 __register_frame_info_table_bases; _Unwind_Find_FDE;
21 # functions used in other libraries
25 __libc_dlclose; __libc_dlopen_mode; __libc_dlsym;
31 # Function from libc.so which must be shared with libc.
32 __libc_memalign; calloc; free; malloc; realloc;
37 # functions used in other libraries
39 # historically used by Garbage Collectors
43 # runtime interface to TLS
51 # Those are in the dynamic linker, but used by libc.so.
53 _dl_allocate_tls; _dl_allocate_tls_init;
54 _dl_argv; _dl_find_dso_for_object; _dl_get_tls_static_info;
55 _dl_deallocate_tls; _dl_make_stack_executable; _dl_out_of_memory;
56 _dl_rtld_di_serinfo; _dl_starting_up; _dl_tls_setup;
57 _rtld_global; _rtld_global_ro;
59 # Only here for gdb while a better method is developed.