HomeSort by: relevance | last modified time | path
    Searched defs:TMP_ASM (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/binutils/
dlltool.c 488 #define TMP_ASM dlltmp (&tmp_asm_buf, "%sc.s")
1952 f = fopen (TMP_ASM, FOPEN_WT);
1955 fatal (_("Unable to open temporary assembler file: %s"), TMP_ASM);
1957 temp_file_to_remove[TEMP_EXPORT_FILE] = TMP_ASM;
1960 inform (_("Opened temporary file: %s"), TMP_ASM);
2190 assemble_file (TMP_ASM, exp_name);
2195 unlink (TMP_ASM);
  /src/external/gpl3/binutils.old/dist/binutils/
dlltool.c 488 #define TMP_ASM dlltmp (&tmp_asm_buf, "%sc.s")
1951 f = fopen (TMP_ASM, FOPEN_WT);
1954 fatal (_("Unable to open temporary assembler file: %s"), TMP_ASM);
1956 temp_file_to_remove[TEMP_EXPORT_FILE] = TMP_ASM;
1959 inform (_("Opened temporary file: %s"), TMP_ASM);
2189 assemble_file (TMP_ASM, exp_name);
2194 unlink (TMP_ASM);

Completed in 31 milliseconds