Lines Matching defs:objc_property64
3765 /* struct objc_property64 first; These structures follow inline */
3774 struct objc_property64 {
4071 inline void swapStruct(struct objc_property64 &op) {
5348 struct objc_property64 op;
5375 memset(&op, '\0', sizeof(struct objc_property64));
5376 if (left < sizeof(struct objc_property64)) {
5380 memcpy(&op, r, sizeof(struct objc_property64));
5385 sym_name = get_symbol_64(offset + offsetof(struct objc_property64, name), S,
5403 get_symbol_64(offset + offsetof(struct objc_property64, attributes), S,
5419 p += sizeof(struct objc_property64);
5420 offset += sizeof(struct objc_property64);