mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
The symbol was moved using scripts/move-symbol-to-libc.py. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
50 lines
640 B
Text
50 lines
640 B
Text
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;
|
|
}
|
|
}
|