Home
last modified time | relevance | path

Searched refs:__objc_uncaught_exception_handler (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/libobjc/
H A Dexception.c72 __objc_uncaught_exception_handler = NULL; variable
79 = __objc_uncaught_exception_handler; in objc_setUncaughtExceptionHandler()
80 __objc_uncaught_exception_handler = new_handler; in objc_setUncaughtExceptionHandler()
514 if (__objc_uncaught_exception_handler != 0) in objc_exception_throw()
516 (*__objc_uncaught_exception_handler) (exception); in objc_exception_throw()