Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libobjc/
H A Dexception.c88 const _Unwind_Exception_Class __objc_exception_class variable
94 static const _Unwind_Exception_Class __objc_exception_class variable
295 foreign_exception = (exception_class != __objc_exception_class); in PERSONALITY_FUNCTION()
507 memcpy (&header->base.exception_class, &__objc_exception_class, in objc_exception_throw()
508 sizeof (__objc_exception_class)); in objc_exception_throw()
/netbsd-src/external/gpl3/gcc/dist/libobjc/
H A Dexception.c88 const _Unwind_Exception_Class __objc_exception_class variable
94 static const _Unwind_Exception_Class __objc_exception_class variable
295 foreign_exception = (exception_class != __objc_exception_class); in PERSONALITY_FUNCTION()
507 memcpy (&header->base.exception_class, &__objc_exception_class, in objc_exception_throw()
508 sizeof (__objc_exception_class)); in objc_exception_throw()
H A DChangeLog2254 * exception.c (__objc_exception_class): Initialise as constant