Home | History | Annotate | Download | only in gcc

Lines Matching defs:asm_out_file

169 FILE *asm_out_file;
551 ASM_OUTPUT_ALIGNED_DECL_COMMON (asm_out_file, NULL_TREE, "__gnu_lto_slim",
554 ASM_OUTPUT_ALIGNED_COMMON (asm_out_file, "__gnu_lto_slim",
557 ASM_OUTPUT_COMMON (asm_out_file, "__gnu_lto_slim",
695 asm_out_file = stdout;
709 asm_out_file = stdout;
712 asm_out_file = fopen (asm_file_name, "w");
719 if (asm_out_file == 0)
746 print_version (asm_out_file, ASM_COMMENT_START, true);
747 fputs (ASM_COMMENT_START, asm_out_file);
748 fputs (" options passed: ", asm_out_file);
751 fputs (cmdline, asm_out_file);
753 fputc ('\n', asm_out_file);
1999 if (asm_out_file)
2001 if (ferror (asm_out_file) != 0)
2003 if (fclose (asm_out_file) != 0)
2005 asm_out_file = NULL;