Lines Matching refs:OPT_BOOLEAN
77 OPT_BOOLEAN('i', "ibt", &opts.ibt, "validate and annotate IBT"),
78 OPT_BOOLEAN('m', "mcount", &opts.mcount, "annotate mcount/fentry calls for ftrace"),
79 OPT_BOOLEAN('n', "noinstr", &opts.noinstr, "validate noinstr rules"),
80 OPT_BOOLEAN(0, "orc", &opts.orc, "generate ORC metadata"),
81 OPT_BOOLEAN('r', "retpoline", &opts.retpoline, "validate and annotate retpoline usage"),
82 OPT_BOOLEAN(0, "rethunk", &opts.rethunk, "validate and annotate rethunk usage"),
83 OPT_BOOLEAN(0, "unret", &opts.unret, "validate entry unret placement"),
85 OPT_BOOLEAN('l', "sls", &opts.sls, "validate straight-line-speculation mitigations"),
86 OPT_BOOLEAN('s', "stackval", &opts.stackval, "validate frame pointer rules"),
87 OPT_BOOLEAN('t', "static-call", &opts.static_call, "annotate static calls"),
88 OPT_BOOLEAN('u', "uaccess", &opts.uaccess, "validate uaccess rules for SMAP"),
89 …OPT_BOOLEAN(0 , "cfi", &opts.cfi, "annotate kernel control flow integrity (kCFI) function preambl…
93 OPT_BOOLEAN(0, "backtrace", &opts.backtrace, "unwind on error"),
94 OPT_BOOLEAN(0, "dry-run", &opts.dryrun, "don't write modifications"),
95 OPT_BOOLEAN(0, "link", &opts.link, "object is a linked object"),
96 OPT_BOOLEAN(0, "module", &opts.module, "object is part of a kernel module"),
97 OPT_BOOLEAN(0, "mnop", &opts.mnop, "nop out mcount call sites"),
98 …OPT_BOOLEAN(0, "no-unreachable", &opts.no_unreachable, "skip 'unreachable instruction' warnings"…
100 OPT_BOOLEAN(0, "sec-address", &opts.sec_address, "print section addresses in warnings"),
101 OPT_BOOLEAN(0, "stats", &opts.stats, "print statistics"),
102 OPT_BOOLEAN('v', "verbose", &opts.verbose, "verbose warnings"),
103 OPT_BOOLEAN(0, "Werror", &opts.werror, "return error on warnings"),