exports.txt 361 B

123456789101112131415161718192021
  1. # built in symbols that must always be preserved
  2. _start1
  3. malloc
  4. free
  5. memcpy
  6. memmove
  7. flascc_uiTickProc
  8. _sync_synchronize
  9. # symbols for C++ exception handling
  10. _Unwind_SjLj_Register
  11. _Unwind_SjLj_Resume
  12. _Unwind_SjLj_Unregister
  13. _Unwind_SjLj_RaiseException
  14. # symbols from libm.a
  15. __muldi3
  16. # symbols for the GLUT based examples
  17. _avm2_glut_keyhandler
  18. glutMainLoopBody