Home
last modified time | relevance | path

Searched refs:all_symbols_read_handler (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/lto-plugin/
DChangeLog33 * lto-plugin.c (all_symbols_read_handler): With -save-temps, use
58 (all_symbols_read_handler): If -ltrans-objects was specified,
74 (all_symbols_read_handler): Use it.
143 (all_symbols_read_handler): Take it into account.
226 (all_symbols_read_handler): When user specifies linker output do not
272 (all_symbols_read_handler): Don't add offload files to lto_arg_ptr.
280 * lto-plugin.c (all_symbols_read_handler): Assign default
287 (all_symbols_read_handler): Add -flinker-output option.
336 (all_symbols_read_handler): Add names from offload_files to lto-wrapper
552 (all_symbols_read_handler): Don't check pass_through_items if
[all …]
Dlto-plugin.c726 all_symbols_read_handler (void) in all_symbols_read_handler() function
1463 status = register_all_symbols_read (all_symbols_read_handler); in onload()
/netbsd/src/external/gpl3/binutils/dist/ld/
Dplugin.c91 ld_plugin_all_symbols_read_handler all_symbols_read_handler; member
486 called_plugin->all_symbols_read_handler = handler; in register_all_symbols_read()
1343 if (curplug->all_symbols_read_handler) in plugin_call_all_symbols_read()
1347 rv = (*curplug->all_symbols_read_handler) (); in plugin_call_all_symbols_read()