Skip to content

Commit

Permalink
added more constants
Browse files Browse the repository at this point in the history
  • Loading branch information
Charisee committed Apr 21, 2023
1 parent 7552ab7 commit ea9c41f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/elf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1903,6 +1903,8 @@ pub const NT_GNU_PROPERTY_TYPE_0: u32 = 5;
// Property Type
pub const GNU_PROPERTY_AARCH64_FEATURE_1_AND: u32 = 0xc0000000;
pub const GNU_PROPERTY_X86_FEATURE_1_AND: u32 = 0xc0000002;
pub const GNU_PROPERTY_X86_FEATURE_1_IBT: u32 = 1 << 0;
pub const GNU_PROPERTY_X86_FEATURE_1_SHSTK: u32 = 1 << 1;

// TODO: Elf*_Move

Expand Down

0 comments on commit ea9c41f

Please sign in to comment.