Lines Matching defs:md
4205 inline void swapStruct(struct objc_method_description_t &md) {
4206 sys::swapByteOrder(md.name);
4207 sys::swapByteOrder(md.types);
5012 struct objc_method_description_t md;
5044 memcpy(&md, list + i * sizeof(struct objc_method_description_t),
5047 swapStruct(md);
5050 outs() << " name " << format("0x%08" PRIx32, md.name);
5052 name = get_pointer_32(md.name, offset, xleft, S, info, true);
5061 outs() << " types " << format("0x%08" PRIx32, md.types);
5063 name = get_pointer_32(md.types, offset, xleft, S, info, true);