File tree 1 file changed +14
-0
lines changed
1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -1900,6 +1900,20 @@ pub const NT_GNU_GOLD_VERSION: u32 = 4;
1900
1900
pub const NT_GNU_PROPERTY_TYPE_0 : u32 = 5 ;
1901
1901
1902
1902
// TODO: GNU_PROPERTY_*
1903
+
1904
+ /// GNU Property Type for X86
1905
+ pub const GNU_PROPERTY_X86_FEATURE_1_AND : u32 = 0xc0000002 ;
1906
+ /// GNU Property Type for IBT X86
1907
+ pub const GNU_PROPERTY_X86_FEATURE_1_IBT : u32 = 1 << 0 ;
1908
+ /// GNU Property Type for SHSTK X86
1909
+ pub const GNU_PROPERTY_X86_FEATURE_1_SHSTK : u32 = 1 << 1 ;
1910
+ /// GNU Property Type for AARCH64
1911
+ pub const GNU_PROPERTY_AARCH64_FEATURE_1_AND : u32 = 0xc0000000 ;
1912
+ /// GNU Property Type for BTI AArch64
1913
+ pub const GNU_PROPERTY_AARCH64_FEATURE_1_BTI : u32 = 1 << 0 ;
1914
+ /// GNU Property Type for PAC AArch64
1915
+ pub const GNU_PROPERTY_AARCH64_FEATURE_1_PAC : u32 = 1 << 0 ;
1916
+
1903
1917
// TODO: Elf*_Move
1904
1918
1905
1919
/// Header of `SHT_HASH` section.
You can’t perform that action at this time.
0 commit comments