Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/binutils/
Ddlltool.c500 #define TMP_TAIL_S dlltmp (&tmp_tail_s_buf, "%st.s") macro
3129 FILE *f = fopen (TMP_TAIL_S, FOPEN_WT); in make_tail()
3134 fatal (_("failed to open temporary tail file: %s"), TMP_TAIL_S); in make_tail()
3138 temp_file_to_remove[TEMP_TAIL_FILE] = TMP_TAIL_S; in make_tail()
3188 assemble_file (TMP_TAIL_S, TMP_TAIL_O); in make_tail()