Searched refs:hdroffset (Results 1 – 1 of 1) sorted by relevance
633 u16 hdroffset = le16_to_cpu(bi->header_offset); in chk_boot() local637 || (long)hdroffset > in chk_boot()639 || (hdroffset & 3) in chk_boot()640 || (hdroffset < sizeof(struct esas2r_boot_image)) in chk_boot()641 || ((u32)hdroffset + sizeof(struct esas2r_boot_header) > length)) in chk_boot()644 bh = (struct esas2r_boot_header *)((char *)bi + hdroffset); in chk_boot()