Searched refs:objc_class (Results 1 – 6 of 6) sorted by relevance
78 typedef struct objc_class *Class;
563 new_class = objc_calloc (1, sizeof (struct objc_class) + extraBytes); in objc_allocateClassPair()564 new_meta_class = objc_calloc (1, sizeof (struct objc_class) + extraBytes); in objc_allocateClassPair()603 new_meta_class->instance_size = sizeof (struct objc_class); in objc_allocateClassPair()
541 * objc-private/module-abi-8.h: Always define struct objc_class and1518 (struct objc_class): Only define if1590 * objc-private/module-abi-8.h (struct objc_class): Added.1958 'struct objc_class' moved here.1967 objc_class *' in the definition of 'struct objc_object'.
55 struct objc_class { struct1383 struct objc_class *theclass) in read_objc_class()1410 struct objc_class class_str; in find_implementation_from_class()
105 DEF_SECTION (objc_class_section, 0, ".objc_class", 1)
7856 add_objc_decls(); remove dependency on struct objc_class.