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.
DT_GNU_HASH
1 parent 6299907 commit 78f638fCopy full SHA for 78f638f
src/elf.rs
@@ -53,6 +53,7 @@ pub const DT_REL: usize = 17;
53
pub const DT_RELSZ: usize = 18;
54
pub const DT_RELENT: usize = 19;
55
pub const DT_SYMENT: usize = 11;
56
+pub const DT_GNU_HASH: usize = 0x6fff_fef5;
57
pub const DT_VERSYM: usize = 0x6fff_fff0;
58
pub const DT_VERDEF: usize = 0x6fff_fffc;
59
pub const STB_WEAK: u8 = 2;
0 commit comments