Home | History | Annotate | Download | only in coregrind

Lines Matching defs:mh

173    const struct mach_header_64* mh    = buf;
183 if (mh->magic == MH_MAGIC_64)
246 struct mach_header_64* mh;
315 mh = (struct mach_header_64 *)ii->macho_img;
316 if (mh->magic == MH_MAGIC) {
325 if (mh->magic != MH_MAGIC_64)
328 if (ii->macho_img_szB < sizeof(struct mach_header_64) + mh->sizeofcmds)
381 { struct mach_header_64 *mh = (struct mach_header_64 *)ii.macho_img;
385 for (c = 0, cmd = (struct load_command *)(mh+1);
386 c < mh->ncmds;