Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
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 = (char *) xmalloc (len + 1); in s_alpha_file()
3959 memcpy (first_file_directive, start, len); in s_alpha_file()
3960 first_file_directive[len] = '\0'; 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()
Dtc-mips.c18421 static int first_file_directive = 0; in s_mips_file() local
18438 if (filename != NULL && ! first_file_directive) in s_mips_file()
18443 first_file_directive = 1; in s_mips_file()