]> sourceware.org Git - glibc.git/blob - dlfcn/Versions
elf: Add CPU iteration support for future use in ld.so diagnostics
[glibc.git] / dlfcn / Versions
1 libc {
2 GLIBC_2.0 {
3 dladdr;
4 dlclose;
5 dlerror;
6 dlopen;
7 dlsym;
8 }
9 GLIBC_2.1 {
10 dlopen;
11 dlvsym;
12 }
13 GLIBC_2.3.3 {
14 dladdr1;
15 dlinfo;
16 }
17 GLIBC_2.3.4 {
18 dlmopen;
19 }
20 GLIBC_2.34 {
21 dladdr1;
22 dladdr;
23 dlclose;
24 dlerror;
25 dlinfo;
26 dlmopen;
27 dlopen;
28 dlsym;
29 dlvsym;
30 }
31 GLIBC_PRIVATE {
32 __libc_dlerror_result;
33 _dlerror_run;
34 _dlfcn_hook;
35 }
36 }
37 libdl {
38 GLIBC_2.0 {
39 __libdl_version_placeholder;
40 }
41 GLIBC_2.1 {
42 __libdl_version_placeholder;
43 }
44 GLIBC_2.3.3 {
45 __libdl_version_placeholder;
46 }
47 GLIBC_2.3.4 {
48 __libdl_version_placeholder;
49 }
50 }
This page took 0.038354 seconds and 5 git commands to generate.