Searched defs:plugin (Results 1 – 1 of 1) sorted by relevance
55 typedef struct plugin struct58 struct plugin *next; argument63 /* The list of argument string given to --plugin-opt. */ argument64 plugin_arg_t *args; argument67 /* The plugin's event handlers. */ argument68 ld_plugin_claim_file_handler claim_file_handler; argument69 ld_plugin_all_symbols_read_handler all_symbols_read_handler; argument70 ld_plugin_cleanup_handler cleanup_handler; argument81 /* The last plugin added to the list, for receiving args. */ argument169 set_plugin_error (const char *plugin) in set_plugin_error()[all …]