Searched refs:linker_output (Results 1 – 15 of 15) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | lto-wrapper.c | 1309 const char *linker_output = NULL; in run_gcc() local 1440 linker_output = option->arg; in run_gcc() 1530 if (linker_output) in run_gcc() 1533 bool bit_bucket = strcmp (linker_output, HOST_BIT_BUCKET) == 0; in run_gcc() 1535 output_dir = xstrdup (linker_output); in run_gcc() 1542 linker_output = &linker_output[base - output_dir]; in run_gcc() 1662 if (linker_output) in run_gcc() 1664 obstack_ptr_grow (&argv_obstack, linker_output); in run_gcc() 1665 flto_out = (char *) xmalloc (strlen (linker_output) in run_gcc() 1667 strcpy (flto_out, linker_output); in run_gcc() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | lto-wrapper.cc | 1394 const char *linker_output = NULL; in run_gcc() local 1525 linker_output = option->arg; in run_gcc() 1663 if (!linker_output in run_gcc() 1664 || strcmp (linker_output, HOST_BIT_BUCKET) == 0) in run_gcc() 1668 const char *obase = lbasename (linker_output), *temp; in run_gcc() 1679 dumppfx = xstrndup (linker_output, in run_gcc() 1680 obase - linker_output + blen - xlen + 1); in run_gcc() 1682 dumppfx = concat (linker_output, ".", NULL); in run_gcc()
|
H A D | ChangeLog-2018 | 15589 * lto-wrapper.c: Add linker_output as prefix
|
H A D | ChangeLog-2011 | 37455 * lto-wrapper.c (run_gcc): Don't add -dumpdir if linker_output
|
/netbsd-src/external/gpl3/gcc.old/dist/lto-plugin/ |
H A D | lto-plugin.c | 198 static enum ld_plugin_output_file_type linker_output; variable 753 switch (linker_output) in all_symbols_read_handler() 776 message (LDPL_FATAL, "unsupported linker output %i", linker_output); in all_symbols_read_handler() 1407 linker_output = (enum ld_plugin_output_file_type) p->tv_u.tv_val; in onload()
|
/netbsd-src/external/gpl3/gcc/dist/lto-plugin/ |
H A D | lto-plugin.c | 200 static enum ld_plugin_output_file_type linker_output; variable 766 switch (linker_output) in all_symbols_read_handler() 790 message (LDPL_FATAL, "unsupported linker output %i", linker_output); in all_symbols_read_handler() 1434 linker_output = (enum ld_plugin_output_file_type) p->tv_u.tv_val; in onload()
|
H A D | ChangeLog | 286 * lto-plugin.c (linker_output, linker_output_set): New statics. 288 (onload): Record linker_output info.
|
/netbsd-src/external/gpl3/binutils.old/dist/ld/ |
H A D | testplug3.c | 117 static enum ld_plugin_output_file_type linker_output; variable 369 linker_output = tv->tv_u.tv_val; in parse_tv_tag()
|
H A D | testplug2.c | 117 static enum ld_plugin_output_file_type linker_output; variable 390 linker_output = tv->tv_u.tv_val; in parse_tv_tag()
|
H A D | testplug.c | 117 static enum ld_plugin_output_file_type linker_output; variable 438 linker_output = tv->tv_u.tv_val; in parse_tv_tag()
|
H A D | testplug4.c | 117 static enum ld_plugin_output_file_type linker_output; variable 390 linker_output = tv->tv_u.tv_val; in parse_tv_tag()
|
/netbsd-src/external/gpl3/binutils/dist/ld/ |
H A D | testplug3.c | 119 static enum ld_plugin_output_file_type linker_output; variable 371 linker_output = tv->tv_u.tv_val; in parse_tv_tag()
|
H A D | testplug.c | 119 static enum ld_plugin_output_file_type linker_output; variable 441 linker_output = tv->tv_u.tv_val; in parse_tv_tag()
|
H A D | testplug4.c | 119 static enum ld_plugin_output_file_type linker_output; variable 392 linker_output = tv->tv_u.tv_val; in parse_tv_tag()
|
H A D | testplug2.c | 119 static enum ld_plugin_output_file_type linker_output; variable 392 linker_output = tv->tv_u.tv_val; in parse_tv_tag()
|