Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/libobjc/
Dmemory.c51 _objc_abort ("Virtual memory exhausted\n"); in objc_malloc()
60 _objc_abort ("Virtual memory exhausted\n"); in objc_atomic_malloc()
69 _objc_abort ("Virtual memory exhausted\n"); in objc_realloc()
80 _objc_abort ("Virtual memory exhausted\n"); in objc_calloc()
97 _objc_abort ("Virtual memory exhausted\n"); in objc_malloc()
106 _objc_abort ("Virtual memory exhausted\n"); in objc_atomic_malloc()
115 _objc_abort ("Virtual memory exhausted\n"); in objc_realloc()
124 _objc_abort ("Virtual memory exhausted\n"); in objc_calloc()
Dencoding.c417 _objc_abort ("unknown complex type %s\n", type); in objc_sizeof_type()
425 _objc_abort ("unknown type %s\n", type); in objc_sizeof_type()
607 _objc_abort ("unknown complex type %s\n", type); in objc_alignof_type()
615 _objc_abort ("unknown type %s\n", type); in objc_alignof_type()
725 _objc_abort ("bad array type %s\n", type); in objc_skip_typespec()
749 _objc_abort ("bad vector type %s\n", type); in objc_skip_typespec()
791 _objc_abort ("unknown type %s\n", type); in objc_skip_typespec()
1079 _objc_abort ("record (or union) type expected in objc_layout_structure, got %s\n", in objc_layout_structure()
Dthr.c125 _objc_abort ("objc_thread_detach called with bad selector.\n"); in __objc_thread_detach_function()
131 _objc_abort ("objc_thread_detach called with NULL state.\n"); in __objc_thread_detach_function()
Derror.c34 _objc_abort (const char *fmt, ...) in _objc_abort() function
Dobjc-foreach.c50 _objc_abort ("Collection %p mutated during fast enumeration", collection); in objc_enumerationMutation()
Dclass.c506 _objc_abort ("objc_getRequiredClass ('%s') failed: class not found\n", name); in objc_getRequiredClass()
756 _objc_abort ("objc runtime: cannot find class %s\n", name); in objc_get_class()
Dinit.c916 _objc_abort ("Module %s version %d doesn't match runtime %d\n", in init_check_module_version()
994 _objc_abort ("Version %d doesn't match runtime protocol version %d\n", in __objc_init_protocol()
Dsendmsg.c925 _objc_abort ("%s\n", msg); in __objc_forward()
DChangeLog1571 * objc-private/error.h (_objc_abort): Mark as noreturn.
1869 * error.c: New file. Added _objc_abort function which replaces
1875 * archive.c: Include objc-private/error.h and use _objc_abort