about summary refs log tree commit diff
path: root/dlfcn/Versions
blob: acd9402b3464191057263470bf7d4b422e09860b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
libc {
  GLIBC_2.0 {
    dladdr;
    dlclose;
    dlerror;
    dlsym;
  }
  GLIBC_2.3.3 {
    dladdr1;
  }
  GLIBC_2.3.4 {
    dlmopen;
  }
  GLIBC_2.34 {
    dladdr1;
    dladdr;
    dlclose;
    dlerror;
    dlmopen;
    dlsym;
  }
  GLIBC_PRIVATE {
    __libc_dlerror_result;
    _dlerror_run;
    _dlfcn_hook;
  }
}
libdl {
  GLIBC_2.0 {
    dlopen;
  }
  GLIBC_2.1 {
    dlopen; dlvsym;
  }
  GLIBC_2.3.3 {
    dlinfo;
  }
  GLIBC_2.3.4 {
    __libdl_version_placeholder;
  }
}