Lines Matching defs:opl
5355 struct objc_property_list64 opl;
5366 memset(&opl, '\0', sizeof(struct objc_property_list64));
5368 memcpy(&opl, r, left);
5371 memcpy(&opl, r, sizeof(struct objc_property_list64));
5373 swapStruct(opl);
5374 outs() << " entsize " << opl.entsize << "\n";
5375 outs() << " count " << opl.count << "\n";
5379 for (j = 0; j < opl.count; j++) {
5434 struct objc_property_list32 opl;
5444 memset(&opl, '\0', sizeof(struct objc_property_list32));
5446 memcpy(&opl, r, left);
5449 memcpy(&opl, r, sizeof(struct objc_property_list32));
5451 swapStruct(opl);
5452 outs() << " entsize " << opl.entsize << "\n";
5453 outs() << " count " << opl.count << "\n";
5457 for (j = 0; j < opl.count; j++) {