src/Microsoft.Diagnostics.Runtime/Linux/Structs/ElfHeader32.cs [39:53]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - public ulong ProgramHeaderOffset => _programHeaderOffset; public ulong SectionHeaderOffset => _sectionHeaderOffset; public ushort ProgramHeaderEntrySize => _programHeaderEntrySize; public ushort ProgramHeaderCount => _programHeaderCount; public ushort SectionHeaderEntrySize => _sectionHeaderEntrySize; public ushort SectionHeaderCount => _sectionHeaderCount; public ushort SectionHeaderStringIndex => _sectionHeaderStringIndex; #endregion - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - src/Microsoft.Diagnostics.Runtime/Linux/Structs/ElfHeader64.cs [35:49]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - public ulong ProgramHeaderOffset => _programHeaderOffset; public ulong SectionHeaderOffset => _sectionHeaderOffset; public ushort ProgramHeaderEntrySize => _programHeaderEntrySize; public ushort ProgramHeaderCount => _programHeaderCount; public ushort SectionHeaderEntrySize => _sectionHeaderEntrySize; public ushort SectionHeaderCount => _sectionHeaderCount; public ushort SectionHeaderStringIndex => _sectionHeaderStringIndex; #endregion - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -