Home
last modified time | relevance | path

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

/mcuboot-latest/scripts/imgtool/
Ddumpinfo.py199 trailer_off = -BOOT_MAGIC_SIZE
200 trailer_magic = b[trailer_off:]
215 trailer_off -= max_align - BOOT_MAGIC_SIZE
217 trailer_off -= max_align
218 image_ok = b[trailer_off]
221 trailer_off -= max_align
222 copy_done = b[trailer_off]
225 trailer_off -= max_align
226 swap_info = b[trailer_off]
229 trailer_off -= max_align
[all …]
/mcuboot-latest/sim/src/
Dimage.rs179 trailer_off: primary_base + primary_len - offset_from_end, in new()
188 trailer_off: secondary_base + secondary_len - offset_from_end, in new()
2070 let offset = slot.trailer_off + c::boot_max_align(); in verify_trailer()
2211 pub trailer_off: usize, field
2241 let offset = slot.trailer_off + c::boot_max_align() * 4; in mark_upgrade()
2269 let off = slot.trailer_off + c::boot_max_align() * 3; in mark_permanent_upgrade()