Lines Matching refs:plugin
1 preferred-plugin-hostcc := $(if-success,[ $(gcc-version) -ge 40800 ],$(HOSTCXX),$(HOSTCC))
5 …default "$(shell,$(srctree)/scripts/gcc-plugin.sh "$(preferred-plugin-hostcc)" "$(HOSTCXX)" "$(CC)…
8 $(HOSTCC), or a null string if GCC plugin is unsupported.
40 Enabling this plugin reports the complexity to stderr during the
42 gcc plugin for the kernel.
47 This plugin inserts a __sanitizer_cov_trace_pc() call at the start of
48 basic blocks. It supports all gcc versions with plugin support (from
65 This plugin was ported from grsecurity/PaX. More information at:
76 This plugin zero-initializes any structures containing a
80 This plugin was ported from grsecurity/PaX. More information at:
98 structleak plugin finds a variable it thinks needs to be
100 by the plugin, this can produce false positive warnings.
127 This plugin was ported from grsecurity/PaX. More information at: