Searched refs:img_szB (Results 1 – 3 of 3) sorted by relevance
171 SizeT img_szB; member221 assert(ii->img_szB > 0); in unmap_image()222 r = munmap( ii->img, ii->img_szB ); in unmap_image()265 ii->img_szB = size; in map_image_aboard()277 ii->macho_img_szB = ii->img_szB; in map_image_aboard()280 if (ii->img_szB < sizeof(struct fat_header)) in map_image_aboard()292 if (ii->img_szB < sizeof(struct fat_header) in map_image_aboard()312 if (ii->img_szB < arch.offset + arch.size) in map_image_aboard()326 assert(ii->img_szB >= sizeof(struct fat_header)); in map_image_aboard()331 if (ii->macho_img_szB > ii->img_szB) in map_image_aboard()[all …]
652 ULong img_szB = size; in calc_gnu_debuglink_crc32() local655 assert(curr_off >= 0 && curr_off <= img_szB); in calc_gnu_debuglink_crc32()656 if (curr_off == img_szB) break; in calc_gnu_debuglink_crc32()657 ULong avail = img_szB - curr_off; in calc_gnu_debuglink_crc32()658 assert(avail > 0 && avail <= img_szB); in calc_gnu_debuglink_crc32()
1262 DiOffT img_szB = ML_(img_size)(img); in ML_() local1265 vg_assert(curr_off >= 0 && curr_off <= img_szB); in ML_()1266 if (curr_off == img_szB) break; in ML_()1267 DiOffT avail = img_szB - curr_off; in ML_()1268 vg_assert(avail > 0 && avail <= img_szB); in ML_()