Searched refs:macho_img (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/coregrind/
H A Dfixup_macho_loadcmds.c151 UChar* macho_img; member in struct:__anon32392
250 ii->macho_img = ii->img;
288 ii->macho_img = ii->img + arch.offset;
308 if (ii->macho_img >= ii->img
309 && ii->macho_img + ii->macho_img_szB <= ii->img + ii->img_szB) {
315 mh = (struct mach_header_64 *)ii->macho_img;
318 assert(ii->macho_img);
321 assert(ii->macho_img >= ii->img);
322 assert(ii->macho_img + ii->macho_img_szB <= ii->img + ii->img_szB);
333 assert(ii->macho_img);
[all...]

Completed in 298 milliseconds