Lines Matching refs:opl
4145 struct objc_property_list64 opl; in print_objc_property_list64() local
4156 memset(&opl, '\0', sizeof(struct objc_property_list64)); in print_objc_property_list64()
4158 memcpy(&opl, r, left); in print_objc_property_list64()
4161 memcpy(&opl, r, sizeof(struct objc_property_list64)); in print_objc_property_list64()
4163 swapStruct(opl); in print_objc_property_list64()
4164 outs() << " entsize " << opl.entsize << "\n"; in print_objc_property_list64()
4165 outs() << " count " << opl.count << "\n"; in print_objc_property_list64()
4169 for (j = 0; j < opl.count; j++) { in print_objc_property_list64()
4224 struct objc_property_list32 opl; in print_objc_property_list32() local
4234 memset(&opl, '\0', sizeof(struct objc_property_list32)); in print_objc_property_list32()
4236 memcpy(&opl, r, left); in print_objc_property_list32()
4239 memcpy(&opl, r, sizeof(struct objc_property_list32)); in print_objc_property_list32()
4241 swapStruct(opl); in print_objc_property_list32()
4242 outs() << " entsize " << opl.entsize << "\n"; in print_objc_property_list32()
4243 outs() << " count " << opl.count << "\n"; in print_objc_property_list32()
4247 for (j = 0; j < opl.count; j++) { in print_objc_property_list32()