Searched refs:_objc_abort (Results 1 – 9 of 9) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/libobjc/ |
| D | memory.c | 51 _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()
|
| D | encoding.c | 417 _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()
|
| D | thr.c | 125 _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()
|
| D | error.c | 34 _objc_abort (const char *fmt, ...) in _objc_abort() function
|
| D | objc-foreach.c | 50 _objc_abort ("Collection %p mutated during fast enumeration", collection); in objc_enumerationMutation()
|
| D | class.c | 506 _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()
|
| D | init.c | 916 _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()
|
| D | sendmsg.c | 925 _objc_abort ("%s\n", msg); in __objc_forward()
|
| D | ChangeLog | 1571 * 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
|