Lines Matching full:img_size
2867 size_t img_size = sizeof(struct ElfImage) + debug_frame_size;2869 img = g_malloc(img_size);2905 if (fwrite(img, img_size, 1, f) != img_size) {2914 one_entry.symfile_size = img_size;