]> sourceware.org Git - glibc.git/blame - elf/Versions
* sysdeps/unix/sysv/linux/netinet/ip.h: Moved to ...
[glibc.git] / elf / Versions
CommitLineData
b0b67c47 1libc {
8d8c6efa 2 GLIBC_2.0 {
74bd2300
UD
3%ifdef EXPORT_UNWIND_FIND_FDE
4 __register_frame_info; __deregister_frame_info;
5%endif
8d8c6efa
UD
6 }
7 GLIBC_2.1 {
8 # functions used in other libraries
9 _dl_mcount_wrapper; _dl_mcount_wrapper_check;
10 }
48ab1c2f
UD
11 GLIBC_2.2.4 {
12 dl_iterate_phdr;
13 }
74bd2300 14%ifdef EXPORT_UNWIND_FIND_FDE
1e06620a 15 GCC_3.0 {
74bd2300
UD
16 __register_frame_info_bases; __deregister_frame_info_bases;
17 __register_frame_info_table_bases; _Unwind_Find_FDE;
18 }
19%endif
fb23eb25
UD
20 GLIBC_PRIVATE {
21 # functions used in other libraries
22 _dl_open; _dl_close; _dl_addr;
23 _dl_sym; _dl_vsym; _dl_init_first;
24 }
8d8c6efa
UD
25}
26
a0edd63e 27ld {
b0b67c47 28 GLIBC_2.0 {
8d8c6efa
UD
29 # Function from libc.so which must be shared with libc.
30 calloc; free; malloc; realloc;
b0b67c47 31
fb23eb25 32 _r_debug;
b0b67c47 33 }
fb23eb25 34 GLIBC_2.1 {
dc5efe83 35 # functions used in other libraries
fb23eb25 36 _dl_mcount;
dc5efe83 37 }
fb23eb25
UD
38 GLIBC_PRIVATE {
39 # Those are in the dynamic linker, but used by libc.so.
40 __libc_enable_secure; __libc_stack_end;
7969407a
UD
41 _dl_argv; _dl_catch_error; _dl_check_map_versions;
42 _dl_debug_printf; _dl_debug_state; _dl_dst_count;
fb23eb25
UD
43 _dl_dst_substitute; _dl_init; _dl_lookup_symbol; _dl_lookup_symbol_skip;
44 _dl_lookup_versioned_symbol; _dl_lookup_versioned_symbol_skip;
45 _dl_map_object; _dl_map_object_deps; _dl_out_of_memory;
46 _dl_relocate_object; _dl_signal_error; _dl_start_profile; _dl_starting_up;
7969407a 47 _dl_unload_cache;
d6b5d570 48 _rtld_global;
b76a75de 49 }
b0b67c47 50}
This page took 0.133022 seconds and 5 git commands to generate.