Home
last modified time | relevance | path

Searched refs:zForceBti (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DConfig.h304 bool zForceBti; member
H A DDriver.cpp460 if (config->zForceBti) in checkOptions()
1426 config->zForceBti = hasZOption(args, "force-bti"); in readConfigs()
2592 if (config->zForceBti && !(features & GNU_PROPERTY_AARCH64_FEATURE_1_BTI)) { in getAndFeatures()