Searched defs:category32_t (Results 1 – 1 of 1) sorted by relevance
3565 struct category32_t { struct3566 uint32_t name; /* const char * (32-bit pointer) */3567 uint32_t cls; /* struct class_t * (32-bit pointer) */3568 uint32_t instanceMethods; /* struct method_list_t * (32-bit pointer) */3569 uint32_t classMethods; /* struct method_list_t * (32-bit pointer) */3570 uint32_t protocols; /* struct protocol_list_t * (32-bit pointer) */3571 uint32_t instanceProperties; /* struct objc_property_list *