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

/freebsd-9.3-release/contrib/gcc/config/i386/
H A Dmingw32.h88 putc ('\"', asm_file); \
98 putc ('\\', asm_file); \
99 putc (c, asm_file); \
102 fprintf (asm_file, "\\%03o", (unsigned char) c); \
105 putc ('\"', asm_file); \
/freebsd-9.3-release/contrib/gcc/
H A Dtoplev.c651 output_quoted_string (FILE *asm_file, const char *string) argument
654 OUTPUT_QUOTED_STRING (asm_file, string);
658 putc ('\"', asm_file);
664 putc ('\\', asm_file);
665 putc (c, asm_file);
668 fprintf (asm_file, "\\%03o", (unsigned char) c);
670 putc ('\"', asm_file);
677 output_file_directive (FILE *asm_file, const char *input_name) argument
697 ASM_OUTPUT_SOURCE_FILENAME (asm_file, na);
699 fprintf (asm_file, "\
[all...]

Completed in 103 milliseconds