const SectionHeaderEntry = parser.structure.create({
    "sh_name": { "offset": 0x00, "size": 4 },
    "sh_type": { "offset": 0x04, "size": 4, "codec": constants.SectionType },
    "sh_flags": { "offset": 0x08, "size": 8, "codec": constants.BitfieldCodec({ "entryCodec": constants.SectionFlag }) },
    "sh_addr": { "offset": 0x10, "size": 8 },