internal StringsStruct(KaitaiStream p__io, Elf.EndianElf p__parent = null, Elf p__root = null, bool?isLe = null) : base(p__io) { m_parent = p__parent; m_root = p__root; m_isLe = isLe; _read(); }
internal ProgramHeader(KaitaiStream p__io, Elf.EndianElf p__parent = null, Elf p__root = null, bool?isLe = null) : base(p__io) { M_Parent = p__parent; m_root = p__root; m_isLe = isLe; _read(); }
internal SectionHeader(KaitaiStream p__io, EndianElf p__parent = null, Elf p__root = null, bool?isLe = null) : base(p__io) { m_parent = p__parent; m_root = p__root; m_isLe = isLe; f_body = false; f_name = false; _read(); }
internal Elf(KaitaiStream p__io, KaitaiStruct p__parent = null, Elf p__root = null) : base(p__io) { m_parent = p__parent; m_root = p__root ?? this; _read(); }