Skip to content

Commit

Permalink
Add DT_GNU_HASH to elf.rs. (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunfishcode authored Jan 7, 2025
1 parent 6299907 commit 78f638f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/elf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ pub const DT_REL: usize = 17;
pub const DT_RELSZ: usize = 18;
pub const DT_RELENT: usize = 19;
pub const DT_SYMENT: usize = 11;
pub const DT_GNU_HASH: usize = 0x6fff_fef5;
pub const DT_VERSYM: usize = 0x6fff_fff0;
pub const DT_VERDEF: usize = 0x6fff_fffc;
pub const STB_WEAK: u8 = 2;
Expand Down

0 comments on commit 78f638f

Please sign in to comment.