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

/external/valgrind/main/coregrind/
H A Dfixup_macho_loadcmds.c143 image is mapped into img[0 .. img_szB-1]. */
145 SizeT img_szB; member in struct:__anon32392
150 memory that falls entirely inside img[0 .. img_szB-1]. */
195 assert(ii->img_szB > 0);
196 r = munmap( ii->img, ii->img_szB );
239 ii->img_szB = size;
242 /* Now it's mapped in and we have .img and .img_szB set. Look for
251 ii->macho_img_szB = ii->img_szB;
254 if (ii->img_szB < sizeof(struct fat_header))
266 if (ii->img_szB < sizeo
[all...]
/external/valgrind/main/auxprogs/
H A Dvalgrind-di-server.c631 ULong img_szB = size; local
634 assert(curr_off >= 0 && curr_off <= img_szB);
635 if (curr_off == img_szB) break;
636 ULong avail = img_szB - curr_off;
637 assert(avail > 0 && avail <= img_szB);
/external/valgrind/main/coregrind/m_debuginfo/
H A Dimage.c985 DiOffT img_szB = ML_(img_size)(img); local
988 vg_assert(curr_off >= 0 && curr_off <= img_szB);
989 if (curr_off == img_szB) break;
990 DiOffT avail = img_szB - curr_off;
991 vg_assert(avail > 0 && avail <= img_szB);

Completed in 1077 milliseconds