Versions 640 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. libc {
  2. GLIBC_2.0 {
  3. dladdr;
  4. dlclose;
  5. dlerror;
  6. dlopen;
  7. dlsym;
  8. }
  9. GLIBC_2.1 {
  10. dlopen;
  11. dlvsym;
  12. }
  13. GLIBC_2.3.3 {
  14. dladdr1;
  15. dlinfo;
  16. }
  17. GLIBC_2.3.4 {
  18. dlmopen;
  19. }
  20. GLIBC_2.34 {
  21. dladdr1;
  22. dladdr;
  23. dlclose;
  24. dlerror;
  25. dlinfo;
  26. dlmopen;
  27. dlopen;
  28. dlsym;
  29. dlvsym;
  30. }
  31. GLIBC_PRIVATE {
  32. __libc_dlerror_result;
  33. _dlerror_run;
  34. _dlfcn_hook;
  35. }
  36. }
  37. libdl {
  38. GLIBC_2.0 {
  39. __libdl_version_placeholder;
  40. }
  41. GLIBC_2.1 {
  42. __libdl_version_placeholder;
  43. }
  44. GLIBC_2.3.3 {
  45. __libdl_version_placeholder;
  46. }
  47. GLIBC_2.3.4 {
  48. __libdl_version_placeholder;
  49. }
  50. }