Versions 323 B

123456789101112131415161718192021222324
  1. libc {
  2. GLIBC_2.0 {
  3. # functions with special/multiple interfaces
  4. _mcount;
  5. # Profiling support
  6. __monstartup; _mcleanup; __profile_frequency;
  7. # m*
  8. monstartup;
  9. # p*
  10. profil; profil_counter;
  11. }
  12. GLIBC_2.2 {
  13. # m*
  14. moncontrol;
  15. }
  16. GLIBC_2.2.3 {
  17. sprofil;
  18. }
  19. GLIBC_2.31 {
  20. }
  21. }