Searched defs:category32_t (Results 1 – 1 of 1) sorted by relevance
2651 struct category32_t { struct2652 uint32_t name; /* const char * (32-bit pointer) */2653 uint32_t cls; /* struct class_t * (32-bit pointer) */2654 uint32_t instanceMethods; /* struct method_list_t * (32-bit pointer) */2655 uint32_t classMethods; /* struct method_list_t * (32-bit pointer) */2656 uint32_t protocols; /* struct protocol_list_t * (32-bit pointer) */2657 uint32_t instanceProperties; /* struct objc_property_list *