libgcc-libsystem.ver 839 B

12345678910111213141516171819202122232425262728293031323334353637
  1. # We must use the unwinder provided by the OS, even if that has
  2. # limitations or bug, so exclude the libgcc_s symbols.
  3. %exclude {
  4. _Unwind_DeleteException
  5. _Unwind_Find_FDE
  6. _Unwind_ForcedUnwind
  7. _Unwind_GetGR
  8. _Unwind_GetIP
  9. _Unwind_GetLanguageSpecificData
  10. _Unwind_GetRegionStart
  11. _Unwind_GetTextRelBase
  12. _Unwind_GetDataRelBase
  13. _Unwind_RaiseException
  14. _Unwind_Resume
  15. _Unwind_SetGR
  16. _Unwind_SetIP
  17. _Unwind_SjLj_Register
  18. _Unwind_SjLj_Unregister
  19. _Unwind_SjLj_RaiseException
  20. _Unwind_SjLj_ForcedUnwind
  21. _Unwind_SjLj_Resume
  22. _Unwind_FindEnclosingFunction
  23. _Unwind_GetCFA
  24. _Unwind_Backtrace
  25. _Unwind_Resume_or_Rethrow
  26. _Unwind_SjLj_Resume_or_Rethrow
  27. _Unwind_GetIPInfo
  28. __register_frame
  29. __register_frame_table
  30. __deregister_frame
  31. __register_frame_info
  32. __deregister_frame_info
  33. __frame_state_for
  34. __register_frame_info_table
  35. }