Skip to content

Commit 78f638f

Browse files
authored
Add DT_GNU_HASH to elf.rs. (#140)
1 parent 6299907 commit 78f638f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/elf.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ pub const DT_REL: usize = 17;
5353
pub const DT_RELSZ: usize = 18;
5454
pub const DT_RELENT: usize = 19;
5555
pub const DT_SYMENT: usize = 11;
56+
pub const DT_GNU_HASH: usize = 0x6fff_fef5;
5657
pub const DT_VERSYM: usize = 0x6fff_fff0;
5758
pub const DT_VERDEF: usize = 0x6fff_fffc;
5859
pub const STB_WEAK: u8 = 2;

0 commit comments

Comments
 (0)