HomeSort by: relevance | last modified time | path
    Searched defs:claim_file_handler (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/lto-plugin/
lto-symtab.c 33 static ld_plugin_claim_file_handler claim_file_handler; variable
76 claim_file_handler = handler;
146 assert (claim_file_handler);
177 claim_file_handler (&file, &claimed);
290 claim_file_handler = 0;
lto-symtab.c 33 static ld_plugin_claim_file_handler claim_file_handler; variable
76 claim_file_handler = handler;
146 assert (claim_file_handler);
177 claim_file_handler (&file, &claimed);
290 claim_file_handler = 0;
lto-plugin.c 1075 /* Force claim_file_handler to abandon this file. */
1127 /* Force claim_file_handler to abandon this file. */
1153 claim_file_handler (const struct ld_plugin_input_file *file, int *claimed) function
1449 status = register_claim_file (claim_file_handler);
lto-plugin.c 1075 /* Force claim_file_handler to abandon this file. */
1127 /* Force claim_file_handler to abandon this file. */
1153 claim_file_handler (const struct ld_plugin_input_file *file, int *claimed) function
1449 status = register_claim_file (claim_file_handler);
  /src/external/gpl3/binutils/dist/ld/
plugin.c 88 ld_plugin_claim_file_handler claim_file_handler; member in struct:plugin
466 called_plugin->claim_file_handler = handler;
1177 if (curplug->claim_file_handler)
1189 rv = (*curplug->claim_file_handler) (file, claimed);
plugin.c 88 ld_plugin_claim_file_handler claim_file_handler; member in struct:plugin
466 called_plugin->claim_file_handler = handler;
1177 if (curplug->claim_file_handler)
1189 rv = (*curplug->claim_file_handler) (file, claimed);
  /src/external/gpl3/binutils.old/dist/ld/
plugin.c 89 ld_plugin_claim_file_handler claim_file_handler; member in struct:plugin
467 called_plugin->claim_file_handler = handler;
1178 if (curplug->claim_file_handler)
1190 rv = (*curplug->claim_file_handler) (file, claimed);
plugin.c 89 ld_plugin_claim_file_handler claim_file_handler; member in struct:plugin
467 called_plugin->claim_file_handler = handler;
1178 if (curplug->claim_file_handler)
1190 rv = (*curplug->claim_file_handler) (file, claimed);
  /src/external/gpl3/gcc/dist/lto-plugin/
lto-plugin.c 1120 /* Force claim_file_handler to abandon this file. */
1172 /* Force claim_file_handler to abandon this file. */
1394 claim_file_handler (const struct ld_plugin_input_file *file, int *claimed) function
1581 status = register_claim_file (claim_file_handler);
lto-plugin.c 1120 /* Force claim_file_handler to abandon this file. */
1172 /* Force claim_file_handler to abandon this file. */
1394 claim_file_handler (const struct ld_plugin_input_file *file, int *claimed) function
1581 status = register_claim_file (claim_file_handler);

Completed in 93 milliseconds