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"
521 * Every gcc plugin exports a plugin_init() function that is called right
522 * after the plugin is loaded. This function is responsible for registering
523 * the plugin callbacks and doing other required initialization.
549 * versions of the plugin this new pass was inserted before the in plugin_init()
564 error(G_("incompatible gcc/plugin versions")); in plugin_init()
568 /* Parse the plugin arguments */ in plugin_init()
609 /* Give the information about the plugin */ in plugin_init()