Searched refs:lang_add_output_format (Results 1 – 10 of 10) sorted by relevance
/dflybsd-src/contrib/binutils-2.27/ld/ |
H A D | mri.c | 286 lang_add_output_format ("srec", NULL, NULL, 1); in mri_format() 289 lang_add_output_format ("ieee", NULL, NULL, 1); in mri_format() 292 lang_add_output_format ("coff-m68k", NULL, NULL, 1); in mri_format()
|
H A D | ldlang.h | 615 extern void lang_add_output_format
|
H A D | ldgram.y | 331 { lang_add_output_format ($3, (char *) NULL, 334 { lang_add_output_format ($3, $5, $7, 1); }
|
H A D | lexsup.c | 1005 lang_add_output_format (optarg, NULL, NULL, 0); in parse_args()
|
H A D | ldlang.c | 7292 lang_add_output_format (const char *format, in lang_add_output_format() function
|
/dflybsd-src/contrib/binutils-2.34/ld/ |
H A D | mri.c | 288 lang_add_output_format ("srec", NULL, NULL, 1); in mri_format()
|
H A D | ldlang.h | 608 extern void lang_add_output_format
|
H A D | ldgram.y | 332 { lang_add_output_format ($3, (char *) NULL, 335 { lang_add_output_format ($3, $5, $7, 1); }
|
H A D | lexsup.c | 1044 lang_add_output_format (optarg, NULL, NULL, 0); in parse_args()
|
H A D | ldlang.c | 8175 lang_add_output_format (const char *format, in lang_add_output_format() function
|