We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a83b5db commit 0010836Copy full SHA for 0010836
src/elf_sections.rs
@@ -1,6 +1,6 @@
1
2
#[derive(Debug)]
3
-#[repr(C)]
+#[repr(packed)] // repr(C) would add unwanted padding before first_section
4
pub struct ElfSectionsTag {
5
typ: u32,
6
size: u32,
0 commit comments