Lines Matching refs:image_targets
102 struct image_target_desc image_targets[] =
1664 for (i = 0; i < ARRAY_SIZE (image_targets); i++)
1665 format_len += strlen (image_targets[i].names[0]) + 2;
1667 for (i = 0; i < ARRAY_SIZE (image_targets); i++)
1669 strcpy (ptr, image_targets[i].names[0]);
1670 ptr += strlen (image_targets[i].names[0]);
1741 for (i = 0; i < ARRAY_SIZE (image_targets); i++)
1742 for (j = 0; j < ARRAY_SIZE (image_targets[i].names) &&
1743 image_targets[i].names[j]; j++)
1744 if (strcmp (optarg, image_targets[i].names[j]) == 0)
1745 image_target = &image_targets[i];