Searched refs:andFeatures (Results 1 – 9 of 9) sorted by relevance
631 btiHeader = (config->andFeatures & GNU_PROPERTY_AARCH64_FEATURE_1_BTI); in AArch64BtiPac()727 if (config->andFeatures & (GNU_PROPERTY_AARCH64_FEATURE_1_BTI | in getTargetInfo()
645 if (config->andFeatures & GNU_PROPERTY_X86_FEATURE_1_IBT) { in getX86TargetInfo()
1144 if (config->andFeatures & GNU_PROPERTY_X86_FEATURE_1_IBT) { in getTargetInfo()
99 uint32_t andFeatures = 0; member
234 uint32_t andFeatures = 0; variable
2137 uint32_t features = cast<ObjFile<ELFT>>(f)->andFeatures; in getAndFeatures()2398 config->andFeatures = getAndFeatures<ELFT>(); in link()
551 (config->andFeatures & GNU_PROPERTY_X86_FEATURE_1_IBT)) { in createSyntheticSections()562 if (config->andFeatures) in createSyntheticSections()
317 write32(buf + 24, config->andFeatures); // Feature flags in writeTo()1465 if (config->andFeatures & GNU_PROPERTY_AARCH64_FEATURE_1_BTI) in finalizeContents()2568 (config->andFeatures & GNU_PROPERTY_X86_FEATURE_1_IBT)) in PltSection()
1022 this->andFeatures = readAndFeatures<ELFT>(InputSection(*this, sec, name)); in createInputSection()