Lines Matching refs:opl
4091 struct objc_property_list64 opl; in print_objc_property_list64() local
4102 memset(&opl, '\0', sizeof(struct objc_property_list64)); in print_objc_property_list64()
4104 memcpy(&opl, r, left); in print_objc_property_list64()
4107 memcpy(&opl, r, sizeof(struct objc_property_list64)); in print_objc_property_list64()
4109 swapStruct(opl); in print_objc_property_list64()
4110 outs() << " entsize " << opl.entsize << "\n"; in print_objc_property_list64()
4111 outs() << " count " << opl.count << "\n"; in print_objc_property_list64()
4115 for (j = 0; j < opl.count; j++) { in print_objc_property_list64()
4170 struct objc_property_list32 opl; in print_objc_property_list32() local
4180 memset(&opl, '\0', sizeof(struct objc_property_list32)); in print_objc_property_list32()
4182 memcpy(&opl, r, left); in print_objc_property_list32()
4185 memcpy(&opl, r, sizeof(struct objc_property_list32)); in print_objc_property_list32()
4187 swapStruct(opl); in print_objc_property_list32()
4188 outs() << " entsize " << opl.entsize << "\n"; in print_objc_property_list32()
4189 outs() << " count " << opl.count << "\n"; in print_objc_property_list32()
4193 for (j = 0; j < opl.count; j++) { in print_objc_property_list32()