https://bugs.kde.org/show_bug.cgi?id=474838
Bug ID: 474838 Summary: ELF structure definition e_phoff array should be named "Program headers" Classification: Applications Product: okteta Version: 0.26.7 Platform: unspecified OS: Unspecified Status: REPORTED Severity: normal Priority: NOR Component: Structures Tool Assignee: arichardson....@gmail.com Reporter: alexh.public+...@gmail.com CC: kosse...@kde.org Target Milestone: --- SUMMARY kasten/controllers/view/structures/examples/okteta/structures/elf/main.osd In this ELF structure definition, the arrays under both e_phoff and e_shoff are called "Section headers". e_shoff is correct, but e_phoff should be "Program headers". Reference: https://refspecs.linuxfoundation.org/elf/gabi4+/ch4.eheader.html STEPS TO REPRODUCE 1. Open any ELF file 2. Open the Structures tool view 3. Expand Elf32_Ehdr > e_phoff and e_shoff OBSERVED RESULT Both arrays are called "Section headers". EXPECTED RESULT e_phoff array should be called "Program headers". SOFTWARE/OS VERSIONS Linux: Kubuntu 22.04 KDE Plasma: 5.24.7 -- You are receiving this mail because: You are watching all bug changes.