Searched refs:objc_property_list32 (Results 1 – 1 of 1) sorted by relevance
2681 struct objc_property_list32 { struct2971 inline void swapStruct(struct objc_property_list32 &pl) { in swapStruct()4224 struct objc_property_list32 opl; in print_objc_property_list32()4234 memset(&opl, '\0', sizeof(struct objc_property_list32)); in print_objc_property_list32()4235 if (left < sizeof(struct objc_property_list32)) { in print_objc_property_list32()4239 memcpy(&opl, r, sizeof(struct objc_property_list32)); in print_objc_property_list32()4245 p += sizeof(struct objc_property_list32); in print_objc_property_list32()4246 offset += sizeof(struct objc_property_list32); in print_objc_property_list32()