Searched refs:boot_read_image_headers (Results 1 – 1 of 1) sorted by relevance
/mcuboot-latest/boot/bootutil/src/ |
D | loader.c | 127 boot_read_image_headers(struct boot_loader_state *state, bool require_all, in boot_read_image_headers() function 2008 rc = boot_read_image_headers(state, false, NULL); 2049 rc = boot_read_image_headers(state, !boot_status_is_reset(bs), bs); 2100 rc = boot_read_image_headers(state, false, NULL); 2481 rc = boot_read_image_headers(state, false, NULL); 2593 rc = boot_read_image_headers(&boot_data, true, NULL); 2660 rc = boot_read_image_headers(state, false, NULL);
|