Lines Matching defs:plugin
73 typedef struct plugin struct
76 struct plugin *next; argument
81 /* The list of argument string given to --plugin-opt. */ argument
82 plugin_arg_t *args; argument
85 /* The plugin's event handlers. */ argument
86 ld_plugin_claim_file_handler claim_file_handler; argument
87 ld_plugin_all_symbols_read_handler all_symbols_read_handler; argument
88 ld_plugin_cleanup_handler cleanup_handler; argument
91 } plugin_t; argument
215 set_plugin_error (const char *plugin) in set_plugin_error()
237 plugin_opt_plugin (const char *plugin) in plugin_opt_plugin()
951 set_tv_plugin_args (plugin_t *plugin, struct ld_plugin_tv *tv) in set_tv_plugin_args()