Lines Matching full:plugin
11 * This gcc plugin is needed for tracking the lowest border of the kernel stack.
15 * to the "track-min-size" plugin parameter.
17 * This plugin is ported from grsecurity/PaX. For more information see:
24 * - add "-fdump-tree-all -fdump-rtl-all" to the plugin CFLAGS in
50 "disable\t\tdo not activate the plugin\n"
498 * Every gcc plugin exports a plugin_init() function that is called right
499 * after the plugin is loaded. This function is responsible for registering
500 * the plugin callbacks and doing other required initialization.
526 * versions of the plugin this new pass was inserted before the in plugin_init()
541 error(G_("incompatible gcc/plugin versions")); in plugin_init()
545 /* Parse the plugin arguments */ in plugin_init()
586 /* Give the information about the plugin */ in plugin_init()