Lines Matching full:plugin
12 flaws, this plugin is available to identify and zero-initialize
15 This plugin was originally ported from grsecurity/PaX. More
65 # Plugin can be removed once the kernel only supports GCC 12+
77 # Plugin can be removed once the kernel only supports GCC 12+
96 # Plugin can be removed once the kernel only supports GCC 12+
157 structleak plugin finds a variable it thinks needs to be
159 by the plugin, this can produce false positive warnings.
182 This plugin was ported from grsecurity/PaX. More information at:
192 stackleak plugin finds a function it thinks needs to be
202 The STACKLEAK gcc plugin instruments the kernel code for tracking
350 One difference between the Clang and GCC plugin
352 plugin treats them as fully separate variables,
375 Use GCC plugin to randomize structure layout.
377 This plugin was ported from grsecurity/PaX. More