Lines Matching defs:objc_property64
3773 /* struct objc_property64 first; These structures follow inline */
3782 struct objc_property64 {
4079 inline void swapStruct(struct objc_property64 &op) {
5356 struct objc_property64 op;
5383 memset(&op, '\0', sizeof(struct objc_property64));
5384 if (left < sizeof(struct objc_property64)) {
5388 memcpy(&op, r, sizeof(struct objc_property64));
5393 sym_name = get_symbol_64(offset + offsetof(struct objc_property64, name), S,
5411 get_symbol_64(offset + offsetof(struct objc_property64, attributes), S,
5427 p += sizeof(struct objc_property64);
5428 offset += sizeof(struct objc_property64);