summaryrefslogtreecommitdiff
path: root/dlfcn/Versions
blob: 7d6b51a4e398593ea41de7734996514b03c78e22 (plain)
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
libc {
  GLIBC_2.0 {
    dladdr;
    dlclose;
    dlerror;
    dlsym;
  }
  GLIBC_2.34 {
    dladdr;
    dlclose;
    dlerror;
    dlsym;
  }
  GLIBC_PRIVATE {
    __libc_dlerror_result;
    _dlerror_run;
    _dlfcn_hook;
  }
}
libdl {
  GLIBC_2.0 {
    dlopen;
  }
  GLIBC_2.1 {
    dlopen; dlvsym;
  }
  GLIBC_2.3.3 {
    dladdr1; dlinfo;
  }
  GLIBC_2.3.4 {
    dlmopen;
  }
}