Searched refs:andFeatures (Results 1 – 9 of 9) sorted by relevance
776 btiHeader = (config->andFeatures & GNU_PROPERTY_AARCH64_FEATURE_1_BTI); in AArch64BtiPac()876 if ((config->andFeatures & GNU_PROPERTY_AARCH64_FEATURE_1_BTI) || in getTargetInfo()
692 if (config->andFeatures & GNU_PROPERTY_X86_FEATURE_1_IBT) { in getX86TargetInfo()
1158 if (config->andFeatures & GNU_PROPERTY_X86_FEATURE_1_IBT) { in getTargetInfo()
106 uint32_t andFeatures = 0; member
209 uint32_t andFeatures = 0;
506 (config->andFeatures & GNU_PROPERTY_X86_FEATURE_1_IBT)) { in createSyntheticSections()519 if (config->andFeatures) in createSyntheticSections()
319 write32(buf + 24, config->andFeatures); // Feature flags in writeTo()1464 if (config->andFeatures & GNU_PROPERTY_AARCH64_FEATURE_1_BTI) in computeContents()2544 (config->andFeatures & GNU_PROPERTY_X86_FEATURE_1_IBT)) in PltSection()
2343 uint32_t features = f->andFeatures; in getAndFeatures()2702 config->andFeatures = getAndFeatures(); in link()
957 this->andFeatures = readAndFeatures<ELFT>(InputSection(*this, sec, name)); in createInputSection()