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 committed Jan 8, 2025
1 parent ae48be6 commit 131a4d6
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 131a4d6

Please sign in to comment.