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

  /src/external/gpl3/gcc.old/dist/lto-plugin/
lto-symtab.c 83 register_cleanup (ld_plugin_cleanup_handler handler) function
129 {.tv_register_cleanup = register_cleanup}
lto-plugin.c 163 static ld_plugin_register_cleanup register_cleanup; variable
1419 register_cleanup = p->tv_u.tv_register_cleanup;
1453 if (register_cleanup)
1455 status = register_cleanup (cleanup_handler);
  /src/external/gpl3/binutils/dist/ld/
plugin.c 490 register_cleanup (ld_plugin_cleanup_handler handler) function
1048 TVU(register_cleanup) = register_cleanup;
  /src/external/gpl3/binutils.old/dist/ld/
plugin.c 491 register_cleanup (ld_plugin_cleanup_handler handler) function
1049 TVU(register_cleanup) = register_cleanup;
  /src/external/gpl3/gcc/dist/lto-plugin/
lto-plugin.c 179 static ld_plugin_register_cleanup register_cleanup; variable
1545 register_cleanup = p->tv_u.tv_register_cleanup;
1592 if (register_cleanup)
1594 status = register_cleanup (cleanup_handler);

Completed in 20 milliseconds