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

/external/valgrind/coregrind/
H A Dfixup_macho_loadcmds.c169 image is mapped into img[0 .. img_szB-1]. */
171 SizeT img_szB; member in struct:__anon24443
176 memory that falls entirely inside img[0 .. img_szB-1]. */
221 assert(ii->img_szB > 0);
222 r = munmap( ii->img, ii->img_szB );
265 ii->img_szB = size;
268 /* Now it's mapped in and we have .img and .img_szB set. Look for
277 ii->macho_img_szB = ii->img_szB;
280 if (ii->img_szB < sizeof(struct fat_header))
292 if (ii->img_szB < sizeo
[all...]
/external/valgrind/auxprogs/
H A Dvalgrind-di-server.c652 ULong img_szB = size; local
655 assert(curr_off >= 0 && curr_off <= img_szB);
656 if (curr_off == img_szB) break;
657 ULong avail = img_szB - curr_off;
658 assert(avail > 0 && avail <= img_szB);
/external/valgrind/coregrind/m_debuginfo/
H A Dimage.c1262 DiOffT img_szB = ML_(img_size)(img); local
1265 vg_assert(curr_off >= 0 && curr_off <= img_szB);
1266 if (curr_off == img_szB) break;
1267 DiOffT avail = img_szB - curr_off;
1268 vg_assert(avail > 0 && avail <= img_szB);

Completed in 118 milliseconds