Searched refs:catch_hook (Results 1 – 2 of 2) sorted by relevance
53 static __thread struct catch *catch_hook attribute_tls_model_ie;57 static struct catch *catch_hook; variable92 struct catch *lcatch = catch_hook; in _dl_signal_exception()110 struct catch *lcatch = catch_hook; in libc_hidden_def()180 struct catch *const old = catch_hook; in _dl_catch_exception()181 catch_hook = NULL; in _dl_catch_exception()184 catch_hook = old; in _dl_catch_exception()202 struct catch *const old = catch_hook; in _dl_catch_exception()203 catch_hook = &c; in _dl_catch_exception()209 catch_hook = old; in _dl_catch_exception()[all …]
13944 (catch_hook): Define as thread-local or regular variable,13948 catch_hook. Add hidden definition for libc.13949 (_dl_receive_error, _dl_signal_cerror): Use catch_hook. Compile