Home
last modified time | relevance | path

Searched refs:section_count (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/tools/
H A Dmxsimage.h60 uint16_t section_count; member
H A Dmxsimage.c1368 hdr->section_count = ictx->sect_count; in sb_postfill_image_header()
1381 sections_blocks = hdr->section_count * hdr->section_header_size; in sb_postfill_image_header()
1757 hdr->section_count); in sb_verify_image_header()
1768 sz = hdr->header_blocks + hdr->section_header_size * hdr->section_count; in sb_verify_image_header()
1783 sz = hdr->header_blocks + hdr->section_header_size * hdr->section_count; in sb_verify_image_header()
1953 for (i = 0; i < hdr->section_count; i++) { in sb_verify_sections_cmds()