about summary refs log tree commit diff
path: root/dlfcn/Versions
blob: f07cb929aa13eaf227e7f6ad761d04e61e08b017 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
libc {
  GLIBC_PRIVATE {
    __libc_dlerror_result;
  }
}
libdl {
  GLIBC_2.0 {
    dladdr; dlclose; dlerror; dlopen; dlsym;
  }
  GLIBC_2.1 {
    dlopen; dlvsym;
  }
  GLIBC_2.3.3 {
    dladdr1; dlinfo;
  }
  GLIBC_2.3.4 {
    dlmopen;
  }
  GLIBC_PRIVATE {
    _dlfcn_hook;
  }
}