Home
last modified time | relevance | path

Searched refs:objc_category (Results 1 – 25 of 301) sorted by relevance

12345678910>>...13

/dports/lang/libobjc2/libobjc2-2.1/
H A Dcategory_loader.c8 #define BUFFER_TYPE struct objc_category *
29 static void load_category(struct objc_category *cat, struct objc_class *class) in load_category()
53 static BOOL try_load_category(struct objc_category *cat) in try_load_category()
70 PRIVATE void objc_try_load_category(struct objc_category *cat) in objc_try_load_category()
84 struct objc_category *c = buffered_object_at_index(i); in objc_load_buffered_categories()
H A Dloader.c162 struct objc_category *cat_begin;
163 struct objc_category *cat_end;
278 for (struct objc_category *cat = init->cat_begin ; cat < init->cat_end ; in __objc_load()
294 for (struct objc_category *cat = init->cat_begin ; cat < init->cat_end ; in __objc_load()
388 struct objc_category *cat = (struct objc_category*) in __objc_exec_class()
/dports/lang/libobjc2/libobjc2-2.1/objc/
H A Dhooks.h19 struct objc_category;
33 OBJC_HOOK void (*_objc_load_callback)(Class cls, struct objc_category *category);
/dports/lang/gnustep-base/libs-base-base-1_27_0/Source/
H A DGSPrivate.h62 struct objc_category;
63 typedef struct objc_category* Category;
425 void (*loadCallback)(Class, struct objc_category *),
531 void (*unloadCallback)(Class, struct objc_category *)) GS_ATTRIB_PRIVATE;
/dports/lang/gcc12-devel/gcc-12-20211205/libobjc/
H A Dinit.c101 void (*_objc_load_callback) (Class class, struct objc_category *category) = 0; /* !T:SAFE */
670 struct objc_category *category = symtab->defs[i + symtab->cls_def_cnt]; in __objc_exec_class()
715 struct objc_category *category = (*cell)->head; in __objc_exec_class()
862 struct objc_category *category = symtab->defs[i + symtab->cls_def_cnt]; in __objc_create_classes_tree()
900 struct objc_category *category = symtab->defs[i + symtab->cls_def_cnt]; in __objc_call_load_callback()
/dports/lang/gcc8/gcc-8.5.0/libobjc/
H A Dinit.c101 void (*_objc_load_callback) (Class class, struct objc_category *category) = 0; /* !T:SAFE */
670 struct objc_category *category = symtab->defs[i + symtab->cls_def_cnt]; in __objc_exec_class()
715 struct objc_category *category = (*cell)->head; in __objc_exec_class()
862 struct objc_category *category = symtab->defs[i + symtab->cls_def_cnt]; in __objc_create_classes_tree()
900 struct objc_category *category = symtab->defs[i + symtab->cls_def_cnt]; in __objc_call_load_callback()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libobjc/
H A Dinit.c101 void (*_objc_load_callback) (Class class, struct objc_category *category) = 0; /* !T:SAFE */
670 struct objc_category *category = symtab->defs[i + symtab->cls_def_cnt]; in __objc_exec_class()
715 struct objc_category *category = (*cell)->head; in __objc_exec_class()
862 struct objc_category *category = symtab->defs[i + symtab->cls_def_cnt]; in __objc_create_classes_tree()
900 struct objc_category *category = symtab->defs[i + symtab->cls_def_cnt]; in __objc_call_load_callback()
/dports/lang/gcc11/gcc-11.2.0/libobjc/
H A Dinit.c101 void (*_objc_load_callback) (Class class, struct objc_category *category) = 0; /* !T:SAFE */
670 struct objc_category *category = symtab->defs[i + symtab->cls_def_cnt]; in __objc_exec_class()
715 struct objc_category *category = (*cell)->head; in __objc_exec_class()
862 struct objc_category *category = symtab->defs[i + symtab->cls_def_cnt]; in __objc_create_classes_tree()
900 struct objc_category *category = symtab->defs[i + symtab->cls_def_cnt]; in __objc_call_load_callback()
/dports/lang/gcc10/gcc-10.3.0/libobjc/
H A Dinit.c101 void (*_objc_load_callback) (Class class, struct objc_category *category) = 0; /* !T:SAFE */
670 struct objc_category *category = symtab->defs[i + symtab->cls_def_cnt]; in __objc_exec_class()
715 struct objc_category *category = (*cell)->head; in __objc_exec_class()
862 struct objc_category *category = symtab->defs[i + symtab->cls_def_cnt]; in __objc_create_classes_tree()
900 struct objc_category *category = symtab->defs[i + symtab->cls_def_cnt]; in __objc_call_load_callback()
/dports/lang/gcc11-devel/gcc-11-20211009/libobjc/
H A Dinit.c101 void (*_objc_load_callback) (Class class, struct objc_category *category) = 0; /* !T:SAFE */
670 struct objc_category *category = symtab->defs[i + symtab->cls_def_cnt]; in __objc_exec_class()
715 struct objc_category *category = (*cell)->head; in __objc_exec_class()
862 struct objc_category *category = symtab->defs[i + symtab->cls_def_cnt]; in __objc_create_classes_tree()
900 struct objc_category *category = symtab->defs[i + symtab->cls_def_cnt]; in __objc_call_load_callback()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libobjc/
H A Dinit.c101 void (*_objc_load_callback) (Class class, struct objc_category *category) = 0; /* !T:SAFE */
670 struct objc_category *category = symtab->defs[i + symtab->cls_def_cnt]; in __objc_exec_class()
715 struct objc_category *category = (*cell)->head; in __objc_exec_class()
862 struct objc_category *category = symtab->defs[i + symtab->cls_def_cnt]; in __objc_create_classes_tree()
900 struct objc_category *category = symtab->defs[i + symtab->cls_def_cnt]; in __objc_call_load_callback()
/dports/devel/avr-gcc/gcc-10.2.0/libobjc/
H A Dinit.c101 void (*_objc_load_callback) (Class class, struct objc_category *category) = 0; /* !T:SAFE */
670 struct objc_category *category = symtab->defs[i + symtab->cls_def_cnt]; in __objc_exec_class()
715 struct objc_category *category = (*cell)->head; in __objc_exec_class()
862 struct objc_category *category = symtab->defs[i + symtab->cls_def_cnt]; in __objc_create_classes_tree()
900 struct objc_category *category = symtab->defs[i + symtab->cls_def_cnt]; in __objc_call_load_callback()
/dports/lang/gnat_util/gcc-6-20180516/libobjc/
H A Dinit.c101 void (*_objc_load_callback) (Class class, struct objc_category *category) = 0; /* !T:SAFE */
670 struct objc_category *category = symtab->defs[i + symtab->cls_def_cnt]; in __objc_exec_class()
715 struct objc_category *category = (*cell)->head; in __objc_exec_class()
862 struct objc_category *category = symtab->defs[i + symtab->cls_def_cnt]; in __objc_create_classes_tree()
900 struct objc_category *category = symtab->defs[i + symtab->cls_def_cnt]; in __objc_call_load_callback()
/dports/lang/gcc9-devel/gcc-9-20211007/libobjc/
H A Dinit.c101 void (*_objc_load_callback) (Class class, struct objc_category *category) = 0; /* !T:SAFE */
670 struct objc_category *category = symtab->defs[i + symtab->cls_def_cnt]; in __objc_exec_class()
715 struct objc_category *category = (*cell)->head; in __objc_exec_class()
862 struct objc_category *category = symtab->defs[i + symtab->cls_def_cnt]; in __objc_create_classes_tree()
900 struct objc_category *category = symtab->defs[i + symtab->cls_def_cnt]; in __objc_call_load_callback()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libobjc/
H A Dinit.c101 void (*_objc_load_callback) (Class class, struct objc_category *category) = 0; /* !T:SAFE */
670 struct objc_category *category = symtab->defs[i + symtab->cls_def_cnt]; in __objc_exec_class()
715 struct objc_category *category = (*cell)->head; in __objc_exec_class()
862 struct objc_category *category = symtab->defs[i + symtab->cls_def_cnt]; in __objc_create_classes_tree()
900 struct objc_category *category = symtab->defs[i + symtab->cls_def_cnt]; in __objc_call_load_callback()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libobjc/
H A Dinit.c101 void (*_objc_load_callback) (Class class, struct objc_category *category) = 0; /* !T:SAFE */
670 struct objc_category *category = symtab->defs[i + symtab->cls_def_cnt]; in __objc_exec_class()
715 struct objc_category *category = (*cell)->head; in __objc_exec_class()
862 struct objc_category *category = symtab->defs[i + symtab->cls_def_cnt]; in __objc_create_classes_tree()
900 struct objc_category *category = symtab->defs[i + symtab->cls_def_cnt]; in __objc_call_load_callback()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libobjc/
H A Dinit.c101 void (*_objc_load_callback) (Class class, struct objc_category *category) = 0; /* !T:SAFE */
670 struct objc_category *category = symtab->defs[i + symtab->cls_def_cnt]; in __objc_exec_class()
715 struct objc_category *category = (*cell)->head; in __objc_exec_class()
862 struct objc_category *category = symtab->defs[i + symtab->cls_def_cnt]; in __objc_create_classes_tree()
900 struct objc_category *category = symtab->defs[i + symtab->cls_def_cnt]; in __objc_call_load_callback()
/dports/lang/gcc6-aux/gcc-6-20180516/libobjc/
H A Dinit.c101 void (*_objc_load_callback) (Class class, struct objc_category *category) = 0; /* !T:SAFE */
670 struct objc_category *category = symtab->defs[i + symtab->cls_def_cnt]; in __objc_exec_class()
715 struct objc_category *category = (*cell)->head; in __objc_exec_class()
862 struct objc_category *category = symtab->defs[i + symtab->cls_def_cnt]; in __objc_create_classes_tree()
900 struct objc_category *category = symtab->defs[i + symtab->cls_def_cnt]; in __objc_call_load_callback()
/dports/devel/riscv64-gcc/gcc-8.3.0/libobjc/
H A Dinit.c101 void (*_objc_load_callback) (Class class, struct objc_category *category) = 0; /* !T:SAFE */
670 struct objc_category *category = symtab->defs[i + symtab->cls_def_cnt]; in __objc_exec_class()
715 struct objc_category *category = (*cell)->head; in __objc_exec_class()
862 struct objc_category *category = symtab->defs[i + symtab->cls_def_cnt]; in __objc_create_classes_tree()
900 struct objc_category *category = symtab->defs[i + symtab->cls_def_cnt]; in __objc_call_load_callback()
/dports/lang/gcc10-devel/gcc-10-20211008/libobjc/
H A Dinit.c101 void (*_objc_load_callback) (Class class, struct objc_category *category) = 0; /* !T:SAFE */
670 struct objc_category *category = symtab->defs[i + symtab->cls_def_cnt]; in __objc_exec_class()
715 struct objc_category *category = (*cell)->head; in __objc_exec_class()
862 struct objc_category *category = symtab->defs[i + symtab->cls_def_cnt]; in __objc_create_classes_tree()
900 struct objc_category *category = symtab->defs[i + symtab->cls_def_cnt]; in __objc_call_load_callback()
/dports/lang/gcc9/gcc-9.4.0/libobjc/
H A Dinit.c101 void (*_objc_load_callback) (Class class, struct objc_category *category) = 0; /* !T:SAFE */
670 struct objc_category *category = symtab->defs[i + symtab->cls_def_cnt]; in __objc_exec_class()
715 struct objc_category *category = (*cell)->head; in __objc_exec_class()
862 struct objc_category *category = symtab->defs[i + symtab->cls_def_cnt]; in __objc_create_classes_tree()
900 struct objc_category *category = symtab->defs[i + symtab->cls_def_cnt]; in __objc_call_load_callback()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libobjc/
H A Dinit.c101 void (*_objc_load_callback) (Class class, struct objc_category *category) = 0; /* !T:SAFE */
670 struct objc_category *category = symtab->defs[i + symtab->cls_def_cnt]; in __objc_exec_class()
715 struct objc_category *category = (*cell)->head; in __objc_exec_class()
862 struct objc_category *category = symtab->defs[i + symtab->cls_def_cnt]; in __objc_create_classes_tree()
900 struct objc_category *category = symtab->defs[i + symtab->cls_def_cnt]; in __objc_call_load_callback()
/dports/lang/gcc9-aux/gcc-9.1.0/libobjc/
H A Dinit.c101 void (*_objc_load_callback) (Class class, struct objc_category *category) = 0; /* !T:SAFE */
670 struct objc_category *category = symtab->defs[i + symtab->cls_def_cnt]; in __objc_exec_class()
715 struct objc_category *category = (*cell)->head; in __objc_exec_class()
862 struct objc_category *category = symtab->defs[i + symtab->cls_def_cnt]; in __objc_create_classes_tree()
900 struct objc_category *category = symtab->defs[i + symtab->cls_def_cnt]; in __objc_call_load_callback()
/dports/devel/mingw32-gcc/gcc-4.8.1/libobjc/
H A Dinit.c101 void (*_objc_load_callback) (Class class, struct objc_category *category) = 0; /* !T:SAFE */
670 struct objc_category *category = symtab->defs[i + symtab->cls_def_cnt]; in __objc_exec_class()
715 struct objc_category *category = (*cell)->head; in __objc_exec_class()
862 struct objc_category *category = symtab->defs[i + symtab->cls_def_cnt]; in __objc_create_classes_tree()
900 struct objc_category *category = symtab->defs[i + symtab->cls_def_cnt]; in __objc_call_load_callback()
/dports/lang/gcc48/gcc-4.8.5/libobjc/
H A Dinit.c101 void (*_objc_load_callback) (Class class, struct objc_category *category) = 0; /* !T:SAFE */
670 struct objc_category *category = symtab->defs[i + symtab->cls_def_cnt]; in __objc_exec_class()
715 struct objc_category *category = (*cell)->head; in __objc_exec_class()
862 struct objc_category *category = symtab->defs[i + symtab->cls_def_cnt]; in __objc_create_classes_tree()
900 struct objc_category *category = symtab->defs[i + symtab->cls_def_cnt]; in __objc_call_load_callback()

12345678910>>...13