Lines Matching refs:option
8 This option enables the Undefined Behaviour sanity checker.
18 depends on $(cc-option, -fsanitize-undefined-trap-on-error)
31 def_bool $(cc-option,-fsanitize=bounds)
34 def_bool $(cc-option,-fsanitize=array-bounds)
41 This option enables detection of directly indexed out of bounds
64 depends on $(cc-option,-fsanitize=local-bounds)
66 This option enables -fsanitize=local-bounds which traps when an
70 Enabling this option detects errors due to accesses through a
78 depends on $(cc-option,-fsanitize=shift)
80 This option enables -fsanitize=shift which checks for bit-shift
86 depends on $(cc-option,-fsanitize=integer-divide-by-zero)
91 This option enables -fsanitize=integer-divide-by-zero which checks
101 depends on $(cc-option,-fsanitize=unreachable)
103 This option enables -fsanitize=unreachable which checks for control
109 depends on $(cc-option,-fsanitize=bool)
111 This option enables -fsanitize=bool which checks for boolean values being
117 depends on $(cc-option,-fsanitize=enum)
119 This option enables -fsanitize=enum which checks for values being loaded
126 depends on $(cc-option,-fsanitize=alignment)
128 This option enables the check of unaligned memory accesses.
129 Enabling this option on architectures that support unaligned
137 This option activates instrumentation for the entire kernel.
138 If you don't enable this option, you have to explicitly specify
140 Enabling this option will get kernel image size increased