Lines Matching defs:plugin
74 typedef struct plugin struct
77 struct plugin *next; argument
82 /* The list of argument string given to --plugin-opt. */ argument
83 plugin_arg_t *args; argument
86 /* The plugin's event handlers. */ argument
87 ld_plugin_claim_file_handler claim_file_handler; argument
88 ld_plugin_all_symbols_read_handler all_symbols_read_handler; argument
89 ld_plugin_cleanup_handler cleanup_handler; argument
92 } plugin_t; argument
219 set_plugin_error (const char *plugin) in set_plugin_error()
241 plugin_opt_plugin (const char *plugin) in plugin_opt_plugin()
1064 set_tv_plugin_args (plugin_t *plugin, struct ld_plugin_tv *tv) in set_tv_plugin_args()