Searched refs:sarray (Results 1 – 6 of 6) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/libobjc/objc-private/ |
H A D | sarray.h | 135 struct sarray struct 149 struct sarray* is_copy_of; argument 153 struct sarray* sarray_new (int, void* default_element); argument 154 void sarray_free (struct sarray*); 155 struct sarray* sarray_lazy_copy (struct sarray*); 156 void sarray_realloc (struct sarray*, int new_size); 157 void sarray_at_put (struct sarray*, sidx indx, void* elem); 158 void sarray_at_put_safe (struct sarray*, sidx indx, void* elem); 160 struct sarray* sarray_hard_copy (struct sarray*); /* ... like the name ? */ 210 static inline void* sarray_get (struct sarray* array, sidx indx) in sarray_get() [all …]
|
H A D | module-abi-8.h | 222 struct sarray * dtable; /* Pointer to instance method
|
/dflybsd-src/contrib/gcc-4.7/libobjc/ |
H A D | sarray.c | 100 sarray_at_put (struct sarray *array, sidx index, void *element) in sarray_at_put() 203 sarray_at_put_safe (struct sarray *array, sidx index, void *element) in sarray_at_put_safe() 210 struct sarray * 213 struct sarray *arr; in sarray_new() 226 arr = (struct sarray *) objc_malloc (sizeof (struct sarray)); in sarray_new() 258 arr->is_copy_of = (struct sarray *) 0; in sarray_new() 291 sarray_realloc (struct sarray *array, int newsize) in sarray_realloc() 389 sarray_free (struct sarray *array) { in sarray_free() 481 struct sarray * 482 sarray_lazy_copy (struct sarray *oarr) in sarray_lazy_copy() [all …]
|
H A D | sendmsg.c | 68 struct sarray *__objc_uninstalled_dtable = 0; /* !T:MUTEX */ 86 static struct sarray *__objc_prepared_dtable_for_class (Class cls); 381 struct sarray *dtable; in __objc_responds_to() 413 struct sarray *dtable; in class_respondsToSelector() 554 __objc_install_methods_in_dtable (struct sarray *dtable, struct objc_method_list * method_list) in __objc_install_methods_in_dtable() 577 struct sarray *arr; in __objc_update_dispatch_table_for_class() 962 (long) ((size_t) narrays * sizeof (struct sarray))); in __objc_print_dtable_stats() 963 total += narrays * sizeof (struct sarray); in __objc_print_dtable_stats() 1060 struct sarray *dtable; in __objc_prepare_dtable_for_class() 1061 struct sarray *super_dtable; in __objc_prepare_dtable_for_class() [all …]
|
H A D | selector.c | 41 static struct sarray *__objc_selector_array = 0; /* uid -> sel !T:MUTEX */ 42 static struct sarray *__objc_selector_names = 0; /* uid -> name !T:MUTEX */ 435 extern struct sarray *__objc_uninstalled_dtable;
|
/dflybsd-src/gnu/lib/gcc47/libobjc/ |
H A D | Makefile | 51 sarray.c \
|