Searched defs:category64_t (Results 1 – 1 of 1) sorted by relevance
2641 struct category64_t { struct2642 uint64_t name; /* const char * (64-bit pointer) */2643 uint64_t cls; /* struct class_t * (64-bit pointer) */2644 uint64_t instanceMethods; /* struct method_list_t * (64-bit pointer) */2645 uint64_t classMethods; /* struct method_list_t * (64-bit pointer) */2646 uint64_t protocols; /* struct protocol_list_t * (64-bit pointer) */2647 uint64_t instanceProperties; /* struct objc_property_list *