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

/freebsd-10-stable/contrib/binutils/gas/config/
H A Dtc-alpha.c3668 static char *first_file_directive;
3675 if (alpha_flag_mdebug < 0 && ! first_file_directive)
3683 first_file_directive = xmalloc (len + 1);
3684 memcpy (first_file_directive, start, len);
3685 first_file_directive[len] = '\0';
3717 if (first_file_directive)
3720 input_line_pointer = first_file_directive;
3723 free (first_file_directive);
3659 static char *first_file_directive; variable
H A Dtc-mips.c14795 static int first_file_directive = 0;
14812 if (filename != NULL && ! first_file_directive)
14817 first_file_directive = 1;
14782 static int first_file_directive = 0; local

Completed in 393 milliseconds