Searched refs:img_szB (Results 1 – 3 of 3) sorted by relevance
170 SizeT img_szB; member220 assert(ii->img_szB > 0); in unmap_image()221 r = munmap( ii->img, ii->img_szB ); in unmap_image()264 ii->img_szB = size; in map_image_aboard()276 ii->macho_img_szB = ii->img_szB; in map_image_aboard()279 if (ii->img_szB < sizeof(struct fat_header)) in map_image_aboard()291 if (ii->img_szB < sizeof(struct fat_header) in map_image_aboard()311 if (ii->img_szB < arch.offset + arch.size) in map_image_aboard()325 assert(ii->img_szB >= sizeof(struct fat_header)); in map_image_aboard()330 if (ii->macho_img_szB > ii->img_szB) in map_image_aboard()[all …]
650 ULong img_szB = size; in calc_gnu_debuglink_crc32() local653 assert(curr_off >= 0 && curr_off <= img_szB); in calc_gnu_debuglink_crc32()654 if (curr_off == img_szB) break; in calc_gnu_debuglink_crc32()655 ULong avail = img_szB - curr_off; in calc_gnu_debuglink_crc32()656 assert(avail > 0 && avail <= img_szB); in calc_gnu_debuglink_crc32()
1004 DiOffT img_szB = ML_(img_size)(img); in ML_() local1007 vg_assert(curr_off >= 0 && curr_off <= img_szB); in ML_()1008 if (curr_off == img_szB) break; in ML_()1009 DiOffT avail = img_szB - curr_off; in ML_()1010 vg_assert(avail > 0 && avail <= img_szB); in ML_()