mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 14:20:07 +00:00
0c1c3a771e
The symbol was moved using scripts/move-symbol-to-libc.py. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
51 lines
640 B
Plaintext
51 lines
640 B
Plaintext
libc {
|
|
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.34 {
|
|
dladdr1;
|
|
dladdr;
|
|
dlclose;
|
|
dlerror;
|
|
dlinfo;
|
|
dlmopen;
|
|
dlopen;
|
|
dlsym;
|
|
dlvsym;
|
|
}
|
|
GLIBC_PRIVATE {
|
|
__libc_dlerror_result;
|
|
_dlerror_run;
|
|
_dlfcn_hook;
|
|
}
|
|
}
|
|
libdl {
|
|
GLIBC_2.0 {
|
|
__libdl_version_placeholder;
|
|
}
|
|
GLIBC_2.1 {
|
|
__libdl_version_placeholder;
|
|
}
|
|
GLIBC_2.3.3 {
|
|
__libdl_version_placeholder;
|
|
}
|
|
GLIBC_2.3.4 {
|
|
__libdl_version_placeholder;
|
|
}
|
|
}
|