HomeSort by relevance Sort by last modified time
    Searched refs:img_szB (Results 1 - 3 of 3) sorted by null

  /external/valgrind/main/coregrind/
fixup_macho_loadcmds.c 143 image is mapped into img[0 .. img_szB-1]. */
145 SizeT img_szB;
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 < sizeof(struct fat_header
    [all...]
  /external/valgrind/main/auxprogs/
valgrind-di-server.c 631 ULong img_szB = size;
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);
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
image.c     [all...]

Completed in 47 milliseconds