Searched refs:new_image (Results 1 – 3 of 3) sorted by relevance
73 struct cd9660_boot_image *new_image, *tmp_image; in cd9660_add_boot_disk() local101 new_image = ecalloc(1, sizeof(*new_image)); in cd9660_add_boot_disk()102 new_image->loadSegment = 0; /* default for now */ in cd9660_add_boot_disk()106 new_image->system = ET_SYS_X86; in cd9660_add_boot_disk()108 new_image->system = ET_SYS_PPC; in cd9660_add_boot_disk()111 new_image->system = ET_SYS_MAC; in cd9660_add_boot_disk()113 new_image->system = ET_SYS_EFI; in cd9660_add_boot_disk()118 free(new_image); in cd9660_add_boot_disk()123 new_image->filename = estrdup(filename); in cd9660_add_boot_disk()128 if (lstat(new_image->filename, &stbuf) == -1) in cd9660_add_boot_disk()[all …]
1217 struct ptx_image_data *new_image; in GOMP_OFFLOAD_load_image() local1250 new_image = GOMP_PLUGIN_malloc (sizeof (struct ptx_image_data)); in GOMP_OFFLOAD_load_image()1251 new_image->target_data = target_data; in GOMP_OFFLOAD_load_image()1252 new_image->module = module; in GOMP_OFFLOAD_load_image()1253 new_image->fns = targ_fns; in GOMP_OFFLOAD_load_image()1256 new_image->next = dev->images; in GOMP_OFFLOAD_load_image()1257 dev->images = new_image; in GOMP_OFFLOAD_load_image()
1277 struct ptx_image_data *new_image; in GOMP_OFFLOAD_load_image() local1313 new_image = GOMP_PLUGIN_malloc (sizeof (struct ptx_image_data)); in GOMP_OFFLOAD_load_image()1314 new_image->target_data = target_data; in GOMP_OFFLOAD_load_image()1315 new_image->module = module; in GOMP_OFFLOAD_load_image()1316 new_image->fns = targ_fns; in GOMP_OFFLOAD_load_image()1319 new_image->next = dev->images; in GOMP_OFFLOAD_load_image()1320 dev->images = new_image; in GOMP_OFFLOAD_load_image()