Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/tools/
H A Dimagetool.c53 if ((*curr)->print_header) { in imagetool_verify_print_header()
55 (*curr)->print_header(ptr); in imagetool_verify_print_header()
H A Dimagetool.h115 void (*print_header) (const void *); member
299 .print_header = _print_header, \
H A Dmkimage.c608 if (tparams->print_header) in main()
609 tparams->print_header (ptr); in main()