Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DELFDumper.cpp3710 uint64_t CFProtection = in getGNUProperty() local
3714 if (CFProtection == 0) { in getGNUProperty()
3718 if (CFProtection & GNU_PROPERTY_X86_FEATURE_1_IBT) { in getGNUProperty()
3720 CFProtection &= ~GNU_PROPERTY_X86_FEATURE_1_IBT; in getGNUProperty()
3721 if (CFProtection) in getGNUProperty()
3724 if (CFProtection & GNU_PROPERTY_X86_FEATURE_1_SHSTK) { in getGNUProperty()
3726 CFProtection &= ~GNU_PROPERTY_X86_FEATURE_1_SHSTK; in getGNUProperty()
3727 if (CFProtection) in getGNUProperty()
3730 if (CFProtection) in getGNUProperty()
3731 OS << format("<unknown flags: 0x%llx>", CFProtection); in getGNUProperty()