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