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.
EM_CURRENT
1 parent 7bda0bd commit 6dd0305Copy full SHA for 6dd0305
src/elf.rs
@@ -70,6 +70,8 @@ pub const EM_CURRENT: u16 = 40; // EM_ARM
70
pub const EM_CURRENT: u16 = 3; // EM_386
71
#[cfg(target_arch = "powerpc64")]
72
pub const EM_CURRENT: u16 = 21; // EM_PPC64
73
+#[cfg(target_arch = "s390x")]
74
+const EM_CURRENT: u16 = 22; // EM_S390
75
#[cfg(any(
76
target_arch = "mips",
77
target_arch = "mips32r6",
0 commit comments