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

/external/valgrind/main/coregrind/
H A Dfixup_macho_loadcmds.c151 UChar* macho_img; member in struct:__anon14682
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...]
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadmacho.c100 UChar* macho_img; member in struct:__anon14756
202 ii->macho_img = ii->img;
249 ii->macho_img = ii->img + arch.offset;
276 if (ii->macho_img >= ii->img
277 && ii->macho_img + ii->macho_img_szB <= ii->img + ii->img_szB) {
284 mh = (struct MACH_HEADER *)ii->macho_img;
297 vg_assert(ii->macho_img);
300 vg_assert(ii->macho_img >= ii->img);
301 vg_assert(ii->macho_img + ii->macho_img_szB <= ii->img + ii->img_szB);
715 vg_assert(ii.macho_img !
[all...]

Completed in 82 milliseconds