libmpxwrappers.map 419 B

123456789101112131415161718192021222324
  1. LIBMPXWRAPPERS_1.0
  2. {
  3. global:
  4. __mpx_wrapper_malloc;
  5. __mpx_wrapper_mmap;
  6. __mpx_wrapper_realloc;
  7. __mpx_wrapper_calloc;
  8. __mpx_wrapper_memset;
  9. __mpx_wrapper_bzero;
  10. __mpx_wrapper_memmove;
  11. __mpx_wrapper_memcpy;
  12. __mpx_wrapper_mempcpy;
  13. __mpx_wrapper_strncat;
  14. __mpx_wrapper_strcat;
  15. __mpx_wrapper_stpcpy;
  16. __mpx_wrapper_stpncpy;
  17. __mpx_wrapper_strcpy;
  18. __mpx_wrapper_strncpy;
  19. __mpx_wrapper_strlen;
  20. local:
  21. *;
  22. };