mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-14 15:20:04 +00:00
21 lines
306 B
Plaintext
21 lines
306 B
Plaintext
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_2.15 {
|
|
__google_dlopen_with_offset; __google_dlmopen_with_offset;
|
|
}
|
|
GLIBC_PRIVATE {
|
|
_dlfcn_hook;
|
|
}
|
|
}
|