Home
last modified time | relevance | path

Searched refs:content_head (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/tools/
Dfit_image.c97 for (cont = params->content_head; cont; cont = cont->next) { in fit_calc_size()
224 for (cont = params->content_head; cont; cont = cont->next) { in fit_write_images()
282 for (cont = params->content_head; cont; cont = cont->next) { in fit_write_configs()
Dimagetool.h74 struct content_info *content_head; /* List of files to include */ member
Dmkimage.c132 params.content_head = cont; in add_content()