Lines Matching refs:OPT_BOOLEAN

76 	OPT_BOOLEAN(0,		 "checksum", &opts.checksum, "generate per-function checksums"),
77 OPT_BOOLEAN(0, "cfi", &opts.cfi, "annotate kernel control flow integrity (kCFI) function preambles"),
80 OPT_BOOLEAN('i', "ibt", &opts.ibt, "validate and annotate IBT"),
81 OPT_BOOLEAN('m', "mcount", &opts.mcount, "annotate mcount/fentry calls for ftrace"),
82 OPT_BOOLEAN(0, "noabs", &opts.noabs, "reject absolute references in allocatable sections"),
83 OPT_BOOLEAN('n', "noinstr", &opts.noinstr, "validate noinstr rules"),
84 OPT_BOOLEAN(0, "orc", &opts.orc, "generate ORC metadata"),
85 OPT_BOOLEAN('r', "retpoline", &opts.retpoline, "validate and annotate retpoline usage"),
86 OPT_BOOLEAN(0, "rethunk", &opts.rethunk, "validate and annotate rethunk usage"),
87 OPT_BOOLEAN(0, "unret", &opts.unret, "validate entry unret placement"),
89 OPT_BOOLEAN('l', "sls", &opts.sls, "validate straight-line-speculation mitigations"),
90 OPT_BOOLEAN('s', "stackval", &opts.stackval, "validate frame pointer rules"),
91 OPT_BOOLEAN('t', "static-call", &opts.static_call, "annotate static calls"),
92 OPT_BOOLEAN('u', "uaccess", &opts.uaccess, "validate uaccess rules for SMAP"),
96 OPT_BOOLEAN(0, "backtrace", &opts.backtrace, "unwind on error"),
97 OPT_BOOLEAN(0, "backup", &opts.backup, "create backup (.orig) file on warning/error"),
99 OPT_BOOLEAN(0, "dry-run", &opts.dryrun, "don't write modifications"),
100 OPT_BOOLEAN(0, "link", &opts.link, "object is a linked object"),
101 OPT_BOOLEAN(0, "module", &opts.module, "object is part of a kernel module"),
102 OPT_BOOLEAN(0, "mnop", &opts.mnop, "nop out mcount call sites"),
103 OPT_BOOLEAN(0, "no-unreachable", &opts.no_unreachable, "skip 'unreachable instruction' warnings"),
105 OPT_BOOLEAN(0, "sec-address", &opts.sec_address, "print section addresses in warnings"),
106 OPT_BOOLEAN(0, "stats", &opts.stats, "print statistics"),
108 OPT_BOOLEAN('v', "verbose", &opts.verbose, "verbose warnings"),
109 OPT_BOOLEAN(0, "werror", &opts.werror, "return error on warnings"),
110 OPT_BOOLEAN(0, "wide", &opts.wide, "wide output"),