Lines Matching refs:opl
5029 struct objc_property_list64 opl; in print_objc_property_list64() local
5040 memset(&opl, '\0', sizeof(struct objc_property_list64)); in print_objc_property_list64()
5042 memcpy(&opl, r, left); in print_objc_property_list64()
5045 memcpy(&opl, r, sizeof(struct objc_property_list64)); in print_objc_property_list64()
5047 swapStruct(opl); in print_objc_property_list64()
5048 outs() << " entsize " << opl.entsize << "\n"; in print_objc_property_list64()
5049 outs() << " count " << opl.count << "\n"; in print_objc_property_list64()
5053 for (j = 0; j < opl.count; j++) { in print_objc_property_list64()
5108 struct objc_property_list32 opl; in print_objc_property_list32() local
5118 memset(&opl, '\0', sizeof(struct objc_property_list32)); in print_objc_property_list32()
5120 memcpy(&opl, r, left); in print_objc_property_list32()
5123 memcpy(&opl, r, sizeof(struct objc_property_list32)); in print_objc_property_list32()
5125 swapStruct(opl); in print_objc_property_list32()
5126 outs() << " entsize " << opl.entsize << "\n"; in print_objc_property_list32()
5127 outs() << " count " << opl.count << "\n"; in print_objc_property_list32()
5131 for (j = 0; j < opl.count; j++) { in print_objc_property_list32()