Searched refs:linker_output (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dlto-wrapper.c882 const char *linker_output = NULL; local
982 linker_output = option->arg;
1028 if (linker_output)
1031 bool bit_bucket = strcmp (linker_output, HOST_BIT_BUCKET) == 0;
1033 output_dir = xstrdup (linker_output);
1040 linker_output = &linker_output[base - output_dir];
1102 if (linker_output)
1103 obstack_ptr_grow (&argv_obstack, linker_output);
1113 if (linker_output)
[all...]
/haiku-buildtools/binutils/ld/
H A Dtestplug.c116 static enum ld_plugin_output_file_type linker_output; variable in typeref:enum:ld_plugin_output_file_type
437 linker_output = tv->tv_u.tv_val;
H A Dtestplug3.c116 static enum ld_plugin_output_file_type linker_output; variable in typeref:enum:ld_plugin_output_file_type
365 linker_output = tv->tv_u.tv_val;
H A Dtestplug4.c116 static enum ld_plugin_output_file_type linker_output; variable in typeref:enum:ld_plugin_output_file_type
386 linker_output = tv->tv_u.tv_val;
H A Dtestplug2.c116 static enum ld_plugin_output_file_type linker_output; variable in typeref:enum:ld_plugin_output_file_type
386 linker_output = tv->tv_u.tv_val;

Completed in 47 milliseconds