about summary refs log tree commit diff
path: root/dlfcn/Versions
blob: d00993afa6f82082411b6221d3621cf6366ebdca (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
libc {
  GLIBC_2.0 {
    dlclose;
    dlerror;
  }
  GLIBC_2.34 {
    dlclose;
    dlerror;
  }
  GLIBC_PRIVATE {
    __libc_dlerror_result;
    _dlerror_run;
    _dlfcn_hook;
  }
}
libdl {
  GLIBC_2.0 {
    dladdr;
    dlopen;
    dlsym;
  }
  GLIBC_2.1 {
    dlopen; dlvsym;
  }
  GLIBC_2.3.3 {
    dladdr1; dlinfo;
  }
  GLIBC_2.3.4 {
    dlmopen;
  }
}