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

  /src/external/gpl3/gcc.old/dist/lto-plugin/
lto-symtab.c 34 static ld_plugin_all_symbols_read_handler all_symbols_read_handler; variable
67 all_symbols_read_handler = handler;
291 all_symbols_read_handler = 0;
350 all_symbols_read_handler ();
lto-plugin.c 726 all_symbols_read_handler (void) function
1463 status = register_all_symbols_read (all_symbols_read_handler);
  /src/external/gpl3/binutils/dist/ld/
plugin.c 90 ld_plugin_all_symbols_read_handler all_symbols_read_handler; member in struct:plugin
484 called_plugin->all_symbols_read_handler = handler;
1376 if (curplug->all_symbols_read_handler)
1380 rv = (*curplug->all_symbols_read_handler) ();
  /src/external/gpl3/binutils.old/dist/ld/
plugin.c 91 ld_plugin_all_symbols_read_handler all_symbols_read_handler; member in struct:plugin
485 called_plugin->all_symbols_read_handler = handler;
1372 if (curplug->all_symbols_read_handler)
1376 rv = (*curplug->all_symbols_read_handler) ();
  /src/external/gpl3/gcc/dist/lto-plugin/
lto-plugin.c 770 all_symbols_read_handler (void) function
1602 status = register_all_symbols_read (all_symbols_read_handler);

Completed in 32 milliseconds