summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/symbols-check.py28
1 files changed, 28 insertions, 0 deletions
diff --git a/bin/symbols-check.py b/bin/symbols-check.py
index dd36470d768..12c63812c9a 100644
--- a/bin/symbols-check.py
+++ b/bin/symbols-check.py
@@ -13,6 +13,34 @@ PLATFORM_SYMBOLS = [
'__cxa_guard_abort',
'__cxa_guard_acquire',
'__cxa_guard_release',
+ '__cxa_allocate_dependent_exception',
+ '__cxa_allocate_exception',
+ '__cxa_begin_catch',
+ '__cxa_call_unexpected',
+ '__cxa_current_exception_type',
+ '__cxa_current_primary_exception',
+ '__cxa_decrement_exception_refcount',
+ '__cxa_deleted_virtual',
+ '__cxa_demangle',
+ '__cxa_end_catch',
+ '__cxa_free_dependent_exception',
+ '__cxa_free_exception',
+ '__cxa_get_exception_ptr',
+ '__cxa_get_globals',
+ '__cxa_get_globals_fast',
+ '__cxa_increment_exception_refcount',
+ '__cxa_new_handler',
+ '__cxa_pure_virtual',
+ '__cxa_rethrow',
+ '__cxa_rethrow_primary_exception',
+ '__cxa_terminate_handler',
+ '__cxa_throw',
+ '__cxa_uncaught_exception',
+ '__cxa_uncaught_exceptions',
+ '__cxa_unexpected_handler',
+ '__dynamic_cast',
+ '__emutls_get_address',
+ '__gxx_personality_v0',
'__end__',
'__odr_asan._glapi_Context',
'__odr_asan._glapi_Dispatch',