const SymbolTableEntry = parser.structure.create({
    "st_name": { "offset": 0x00, "size": 4 },
    "st_info": { "offset": 0x04, "size": 1 },
    "st_other": { "offset": 0x05, "size": 1 },
    "st_shndx": { "offset": 0x06, "size": 2 },