Lines Matching defs:plugin
76 typedef struct plugin struct
79 struct plugin *next; argument
84 /* The list of argument string given to --plugin-opt. */ argument
85 plugin_arg_t *args; argument
88 /* The plugin's event handlers. */ argument
89 ld_plugin_claim_file_handler claim_file_handler; argument
90 ld_plugin_claim_file_handler_v2 claim_file_handler_v2; argument
91 ld_plugin_all_symbols_read_handler all_symbols_read_handler; argument
92 ld_plugin_cleanup_handler cleanup_handler; argument
95 } plugin_t; argument
223 set_plugin_error (const char *plugin) in set_plugin_error()
245 plugin_opt_plugin (const char *plugin) in plugin_opt_plugin()
1080 set_tv_plugin_args (plugin_t *plugin, struct ld_plugin_tv *tv) in set_tv_plugin_args()