Searched refs:andFeatures (Results 1 – 9 of 9) sorted by relevance
2908 ctx.arg.andFeatures = -1; in readSecurityNotes()2932 uint32_t features = f->andFeatures; in readSecurityNotes()3018 ctx.arg.andFeatures &= features; in readSecurityNotes()3049 ctx.arg.andFeatures |= GNU_PROPERTY_X86_FEATURE_1_SHSTK; in readSecurityNotes()3053 ctx.arg.andFeatures |= GNU_PROPERTY_AARCH64_FEATURE_1_GCS; in readSecurityNotes()3055 ctx.arg.andFeatures &= ~GNU_PROPERTY_AARCH64_FEATURE_1_GCS; in readSecurityNotes()3060 ctx.arg.andFeatures |= GNU_PROPERTY_RISCV_FEATURE_1_CFI_LP_UNLABELED; in readSecurityNotes()3061 ctx.arg.andFeatures &= ~GNU_PROPERTY_RISCV_FEATURE_1_CFI_LP_FUNC_SIG; in readSecurityNotes()3063 ctx.arg.andFeatures |= GNU_PROPERTY_RISCV_FEATURE_1_CFI_LP_FUNC_SIG; in readSecurityNotes()3064 ctx.arg.andFeatures &= ~GNU_PROPERTY_RISCV_FEATURE_1_CFI_LP_UNLABELED; in readSecurityNotes()[all …]
242 uint32_t andFeatures = 0; variable
348 if (ctx.arg.andFeatures != 0) { in writeTo()351 write32(ctx, buf + offset + 8, ctx.arg.andFeatures); // Feature flags in writeTo()367 if (ctx.arg.andFeatures != 0) in getSize()1520 if (ctx.arg.andFeatures & GNU_PROPERTY_AARCH64_FEATURE_1_BTI) in computeContents()2619 (ctx.arg.andFeatures & GNU_PROPERTY_X86_FEATURE_1_IBT)) in PltSection()4956 (ctx.arg.andFeatures & GNU_PROPERTY_X86_FEATURE_1_IBT)) { in createSyntheticSections()4969 if (ctx.arg.andFeatures || ctx.aarch64PauthAbiCoreInfo) { in createSyntheticSections()
219 uint32_t andFeatures = 0; member
1584 (ctx.arg.andFeatures & GNU_PROPERTY_AARCH64_FEATURE_1_BTI) && in addThunkAArch64()
948 f.andFeatures |= read32<ELFT::Endianness>(desc.data()); in parseGnuPropertyNote()
1089 btiHeader = (ctx.arg.andFeatures & GNU_PROPERTY_AARCH64_FEATURE_1_BTI); in AArch64BtiPac()1312 if ((ctx.arg.andFeatures & GNU_PROPERTY_AARCH64_FEATURE_1_BTI) || in setAArch64TargetInfo()
728 if (ctx.arg.andFeatures & GNU_PROPERTY_X86_FEATURE_1_IBT) in setX86TargetInfo()
1412 if (ctx.arg.andFeatures & GNU_PROPERTY_X86_FEATURE_1_IBT) in setX86_64TargetInfo()