Home
last modified time | relevance | path

Searched defs:plugin (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.25/ld/
Dplugin.c55 typedef struct plugin struct
58 struct plugin *next; argument
63 /* The list of argument string given to --plugin-opt. */ argument
64 plugin_arg_t *args; argument
67 /* The plugin's event handlers. */ argument
68 ld_plugin_claim_file_handler claim_file_handler; argument
69 ld_plugin_all_symbols_read_handler all_symbols_read_handler; argument
70 ld_plugin_cleanup_handler cleanup_handler; argument
81 /* The last plugin added to the list, for receiving args. */ argument
169 set_plugin_error (const char *plugin) in set_plugin_error()
[all …]