Home
last modified time | relevance | path

Searched refs:objc_class (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libobjc/objc/
Dobjc.h78 typedef struct objc_class *Class;
/netbsd/src/external/gpl3/gcc/dist/libobjc/
Dclass.c563 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()
DChangeLog541 * objc-private/module-abi-8.h: Always define struct objc_class and
1518 (struct objc_class): Only define if
1590 * 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'.
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dobjc-lang.c55 struct objc_class { struct
1383 struct objc_class *theclass) in read_objc_class()
1410 struct objc_class class_str; in find_implementation_from_class()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/
Ddarwin-sections.def105 DEF_SECTION (objc_class_section, 0, ".objc_class", 1)
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-20037856 add_objc_decls(); remove dependency on struct objc_class.