Lines Matching refs:opl
5347 struct objc_property_list64 opl; in print_objc_property_list64() local
5358 memset(&opl, '\0', sizeof(struct objc_property_list64)); in print_objc_property_list64()
5360 memcpy(&opl, r, left); in print_objc_property_list64()
5363 memcpy(&opl, r, sizeof(struct objc_property_list64)); in print_objc_property_list64()
5365 swapStruct(opl); in print_objc_property_list64()
5366 outs() << " entsize " << opl.entsize << "\n"; in print_objc_property_list64()
5367 outs() << " count " << opl.count << "\n"; in print_objc_property_list64()
5371 for (j = 0; j < opl.count; j++) { in print_objc_property_list64()
5426 struct objc_property_list32 opl; in print_objc_property_list32() local
5436 memset(&opl, '\0', sizeof(struct objc_property_list32)); in print_objc_property_list32()
5438 memcpy(&opl, r, left); in print_objc_property_list32()
5441 memcpy(&opl, r, sizeof(struct objc_property_list32)); in print_objc_property_list32()
5443 swapStruct(opl); in print_objc_property_list32()
5444 outs() << " entsize " << opl.entsize << "\n"; in print_objc_property_list32()
5445 outs() << " count " << opl.count << "\n"; in print_objc_property_list32()
5449 for (j = 0; j < opl.count; j++) { in print_objc_property_list32()