SEC_DESC_LEN
__inc_entry_length(hdr, SEC_DESC_LEN + FATAL_SEC_LEN);
__inc_entry_length(hdr, SEC_DESC_LEN + NONSTD_SEC_LEN);
__inc_entry_length(hdr, SEC_DESC_LEN + NONSTD_SEC_LEN);
size += (SEC_DESC_LEN * section_count);
#define SEC_DESC_OFFSET(idx) (HDR_LEN + (SEC_DESC_LEN * idx))
#define BOOT_SEC_OFFSET(count, idx) (HDR_LEN + (SEC_DESC_LEN * count) + (BOOT_SEC_LEN * idx))
#define FATAL_SEC_OFFSET(count, idx) (HDR_LEN + (SEC_DESC_LEN * count) + (FATAL_SEC_LEN * idx))
#define NONSTD_SEC_OFFSET(count, idx) (HDR_LEN + (SEC_DESC_LEN * count) + (NONSTD_SEC_LEN * idx))