| /src/external/gpl3/binutils/dist/ld/ |
| testplug.c | 118 static enum ld_plugin_output_file_type linker_output; variable in typeref:enum:ld_plugin_output_file_type 440 linker_output = tv->tv_u.tv_val;
|
| testplug2.c | 118 static enum ld_plugin_output_file_type linker_output; variable in typeref:enum:ld_plugin_output_file_type 391 linker_output = tv->tv_u.tv_val;
|
| testplug3.c | 118 static enum ld_plugin_output_file_type linker_output; variable in typeref:enum:ld_plugin_output_file_type 370 linker_output = tv->tv_u.tv_val;
|
| testplug4.c | 118 static enum ld_plugin_output_file_type linker_output; variable in typeref:enum:ld_plugin_output_file_type 391 linker_output = tv->tv_u.tv_val;
|
| /src/external/gpl3/binutils.old/dist/ld/ |
| testplug.c | 119 static enum ld_plugin_output_file_type linker_output; variable in typeref:enum:ld_plugin_output_file_type 441 linker_output = tv->tv_u.tv_val;
|
| testplug2.c | 119 static enum ld_plugin_output_file_type linker_output; variable in typeref:enum:ld_plugin_output_file_type 392 linker_output = tv->tv_u.tv_val;
|
| testplug3.c | 119 static enum ld_plugin_output_file_type linker_output; variable in typeref:enum:ld_plugin_output_file_type 371 linker_output = tv->tv_u.tv_val;
|
| testplug4.c | 119 static enum ld_plugin_output_file_type linker_output; variable in typeref:enum:ld_plugin_output_file_type 392 linker_output = tv->tv_u.tv_val;
|
| /src/external/gpl3/gcc.old/dist/lto-plugin/ |
| lto-plugin.c | 200 static enum ld_plugin_output_file_type linker_output; variable in typeref:enum:ld_plugin_output_file_type 766 switch (linker_output) 790 message (LDPL_FATAL, "unsupported linker output %i", linker_output); 1434 linker_output = (enum ld_plugin_output_file_type) p->tv_u.tv_val;
|
| /src/external/gpl3/gcc/dist/gcc/ |
| lto-wrapper.cc | 1409 const char *linker_output = NULL; local 1544 linker_output = option->arg; 1692 if (!linker_output 1693 || strcmp (linker_output, HOST_BIT_BUCKET) == 0) 1697 const char *obase = lbasename (linker_output), *temp; 1708 dumppfx = xstrndup (linker_output, 1709 obase - linker_output + blen - xlen + 1); 1711 dumppfx = concat (linker_output, ".", NULL);
|
| /src/external/gpl3/gcc/dist/lto-plugin/ |
| lto-plugin.c | 220 static enum ld_plugin_output_file_type linker_output; variable in typeref:enum:ld_plugin_output_file_type 810 switch (linker_output) 834 message (LDPL_FATAL, "unsupported linker output %i", linker_output); 1560 linker_output = (enum ld_plugin_output_file_type) p->tv_u.tv_val;
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| lto-wrapper.cc | 1394 const char *linker_output = NULL; local 1525 linker_output = option->arg; 1663 if (!linker_output 1664 || strcmp (linker_output, HOST_BIT_BUCKET) == 0) 1668 const char *obase = lbasename (linker_output), *temp; 1679 dumppfx = xstrndup (linker_output, 1680 obase - linker_output + blen - xlen + 1); 1682 dumppfx = concat (linker_output, ".", NULL);
|