Home
last modified time | relevance | path

Searched refs:first_file_directive (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-alpha.c3944 static char *first_file_directive; variable
3951 if (alpha_flag_mdebug < 0 && ! first_file_directive) in s_alpha_file()
3959 first_file_directive = xmemdup0 (start, len); in s_alpha_file()
3991 if (first_file_directive) in s_alpha_stab()
3994 input_line_pointer = first_file_directive; in s_alpha_stab()
3997 free (first_file_directive); in s_alpha_stab()
Dtc-mips.c18440 static int first_file_directive = 0; in s_mips_file() local
18457 if (filename != NULL && ! first_file_directive) in s_mips_file()
18462 first_file_directive = 1; in s_mips_file()