Searched refs:boot_read_image_headers (Results 1 – 1 of 1) sorted by relevance
/mcuboot-3.4.0/boot/bootutil/src/ |
D | loader.c | 91 boot_read_image_headers(struct boot_loader_state *state, bool require_all, in boot_read_image_headers() function 1768 rc = boot_read_image_headers(state, false, NULL); 1799 rc = boot_read_image_headers(state, !boot_status_is_reset(bs), bs); 1840 rc = boot_read_image_headers(state, false, bs); 2193 rc = boot_read_image_headers(state, false, &bs); 2305 rc = boot_read_image_headers(&boot_data, true, NULL); 2374 rc = boot_read_image_headers(state, false, NULL);
|