Searched defs:image_type_params (Results 1 – 1 of 1) sorted by relevance
107 struct image_type_params { struct109 char *name;114 uint32_t header_size;116 void *hdr;125 int (*check_params) (struct image_tool_params *);133 int (*verify_header) (unsigned char *, int, struct image_tool_params *);135 void (*print_header) (const void *, struct image_tool_params *);142 void (*set_header) (void *, struct stat *, int,166 * and a pointer to it by using image_type_params.header_size and argument172 struct image_type_params *); argument
Completed in 12 milliseconds