Lines Matching refs:type
344 const char __maybe_unused *os, *arch, *type, *comp; in image_print_type() local
348 type = genimg_get_type_name(image_get_type(hdr)); in image_print_type()
351 printf("%s %s %s (%s)\n", arch, os, type, comp); in image_print_type()
422 static void print_decomp_msg(int comp_type, int type, bool is_xip, in print_decomp_msg() argument
425 const char *name = genimg_get_type_name(type); in print_decomp_msg()
451 int image_decomp(int comp, ulong load, ulong image_start, int type, in image_decomp() argument
458 print_decomp_msg(comp, type, load == image_start, load); in image_decomp()
666 const char *genimg_get_type_name(uint8_t type) in genimg_get_type_name() argument
668 return (get_table_entry_name(uimage_type, "Unknown Image", type)); in genimg_get_type_name()
690 const char *genimg_get_type_short_name(uint8_t type) in genimg_get_type_short_name() argument
692 return genimg_get_short_name(uimage_type, type); in genimg_get_type_short_name()