mapfile.sparcv9-Linux 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. /* Copyright (C) 2021 Free Software Foundation, Inc.
  2. Contributed by Oracle.
  3. This file is part of GNU Binutils.
  4. This program is free software; you can redistribute it and/or modify
  5. it under the terms of the GNU General Public License as published by
  6. the Free Software Foundation; either version 3, or (at your option)
  7. any later version.
  8. This program is distributed in the hope that it will be useful,
  9. but WITHOUT ANY WARRANTY; without even the implied warranty of
  10. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  11. GNU General Public License for more details.
  12. You should have received a copy of the GNU General Public License
  13. along with this program; if not, write to the Free Software
  14. Foundation, 51 Franklin Street - Fifth Floor, Boston,
  15. MA 02110-1301, USA. */
  16. GLIBC_2.0 {
  17. global:
  18. dlopen;
  19. };
  20. GLIBC_2.1 {
  21. global:
  22. dlopen;
  23. };
  24. GLIBC_2.2 {
  25. global:
  26. pthread_create;
  27. popen;
  28. pthread_mutex_lock;
  29. pthread_mutex_unlock;
  30. pthread_join;
  31. sem_wait;
  32. pthread_cond_wait;
  33. pthread_cond_timedwait;
  34. timer_create;
  35. fopen;
  36. fclose;
  37. fdopen;
  38. fgetpos;
  39. fsetpos;
  40. };
  41. GLIBC_2.3.2 {
  42. global:
  43. pthread_cond_wait;
  44. pthread_cond_timedwait;
  45. };
  46. GLIBC_2.3.3 {
  47. global:
  48. timer_create;
  49. };