Searched refs:lang_add_output_format (Results 1 – 18 of 18) sorted by relevance
/netbsd-src/external/gpl3/binutils.old/dist/ld/ |
H A D | mri.c | 288 lang_add_output_format ("srec", NULL, NULL, 1); in mri_format()
|
H A D | ldlang.h | 627 extern void lang_add_output_format
|
H A D | ldgram.y | 324 { lang_add_output_format ($3, (char *) NULL, 327 { lang_add_output_format ($3, $5, $7, 1); }
|
H A D | ldgram.c | 2805 { lang_add_output_format ((yyvsp[-1].name), (char *) NULL, in yyparse() 2812 … { lang_add_output_format ((yyvsp[-5].name), (yyvsp[-3].name), (yyvsp[-1].name), 1); } in yyparse()
|
H A D | lexsup.c | 1131 lang_add_output_format (optarg, NULL, NULL, 0); in parse_args()
|
H A D | ChangeLog-9197 | 4102 * ldlang.c (lang_add_output_format): Add arguments big and little. 4105 * ldlang.h (lang_add_output_format): Update declaration. 6300 * ldlang.c (lang_add_output_format): Take new arg, FROM_SCRIPT.
|
H A D | ldlang.c | 8604 lang_add_output_format (const char *format, in lang_add_output_format() function
|
H A D | ChangeLog-0203 | 694 * emultempl/ticoff.em: Remove lang_add_output_format declaration.
|
/netbsd-src/external/gpl3/binutils/dist/ld/ |
H A D | mri.c | 288 lang_add_output_format ("srec", NULL, NULL, 1); in mri_format()
|
H A D | ldlang.h | 641 extern void lang_add_output_format
|
H A D | ldgram.y | 327 { lang_add_output_format ($3, (char *) NULL, 330 { lang_add_output_format ($3, $5, $7, 1); }
|
H A D | ldgram.c | 2832 { lang_add_output_format ((yyvsp[-1].name), (char *) NULL, in yyparse() 2839 … { lang_add_output_format ((yyvsp[-5].name), (yyvsp[-3].name), (yyvsp[-1].name), 1); } in yyparse()
|
H A D | lexsup.c | 1195 lang_add_output_format (optarg, NULL, NULL, 0); in parse_args()
|
H A D | ChangeLog-9197 | 4102 * ldlang.c (lang_add_output_format): Add arguments big and little. 4105 * ldlang.h (lang_add_output_format): Update declaration. 6300 * ldlang.c (lang_add_output_format): Take new arg, FROM_SCRIPT.
|
H A D | ldlang.c | 8831 lang_add_output_format (const char *format, in lang_add_output_format() function
|
H A D | ChangeLog-0203 | 694 * emultempl/ticoff.em: Remove lang_add_output_format declaration.
|
/netbsd-src/external/gpl3/binutils/dist/ld/emultempl/ |
H A D | ticoff.em | 88 lang_add_output_format (buf, NULL, NULL, 0);
|
/netbsd-src/external/gpl3/binutils.old/dist/ld/emultempl/ |
H A D | ticoff.em | 87 lang_add_output_format (buf, NULL, NULL, 0);
|