Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-alpha.c3943 static char *first_file_directive; variable
3950 if (alpha_flag_mdebug < 0 && ! first_file_directive) in s_alpha_file()
3958 first_file_directive = xmemdup0 (start, len); in s_alpha_file()
3990 if (first_file_directive) in s_alpha_stab()
3993 input_line_pointer = first_file_directive; in s_alpha_stab()
3996 free (first_file_directive); in s_alpha_stab()
H A Dtc-mips.c19834 static int first_file_directive = 0; in s_mips_file() local
19851 if (filename != NULL && ! first_file_directive) in s_mips_file()
19856 first_file_directive = 1; in s_mips_file()
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-alpha.c3945 static char *first_file_directive; variable
3952 if (alpha_flag_mdebug < 0 && ! first_file_directive) in s_alpha_file()
3960 first_file_directive = xmemdup0 (start, len); in s_alpha_file()
3992 if (first_file_directive) in s_alpha_stab()
3995 input_line_pointer = first_file_directive; in s_alpha_stab()
3998 free (first_file_directive); in s_alpha_stab()
H A Dtc-mips.c19835 static int first_file_directive = 0; in s_mips_file() local
19852 if (filename != NULL && ! first_file_directive) in s_mips_file()
19857 first_file_directive = 1; in s_mips_file()