Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/binutils/
Ddlltool.c497 #define TMP_ASM dlltmp (&tmp_asm_buf, "%sc.s") macro
2005 f = fopen (TMP_ASM, FOPEN_WT); in gen_exp_file()
2008 fatal (_("Unable to open temporary assembler file: %s"), TMP_ASM); in gen_exp_file()
2011 inform (_("Opened temporary file: %s"), TMP_ASM); in gen_exp_file()
2231 assemble_file (TMP_ASM, exp_name); in gen_exp_file()
2234 unlink (TMP_ASM); in gen_exp_file()