Lines Matching refs:opl
4250 struct objc_property_list64 opl; in print_objc_property_list64() local
4261 memset(&opl, '\0', sizeof(struct objc_property_list64)); in print_objc_property_list64()
4263 memcpy(&opl, r, left); in print_objc_property_list64()
4266 memcpy(&opl, r, sizeof(struct objc_property_list64)); in print_objc_property_list64()
4268 swapStruct(opl); in print_objc_property_list64()
4269 outs() << " entsize " << opl.entsize << "\n"; in print_objc_property_list64()
4270 outs() << " count " << opl.count << "\n"; in print_objc_property_list64()
4274 for (j = 0; j < opl.count; j++) { in print_objc_property_list64()
4329 struct objc_property_list32 opl; in print_objc_property_list32() local
4339 memset(&opl, '\0', sizeof(struct objc_property_list32)); in print_objc_property_list32()
4341 memcpy(&opl, r, left); in print_objc_property_list32()
4344 memcpy(&opl, r, sizeof(struct objc_property_list32)); in print_objc_property_list32()
4346 swapStruct(opl); in print_objc_property_list32()
4347 outs() << " entsize " << opl.entsize << "\n"; in print_objc_property_list32()
4348 outs() << " count " << opl.count << "\n"; in print_objc_property_list32()
4352 for (j = 0; j < opl.count; j++) { in print_objc_property_list32()