Lines Matching refs:tmp_debug_fname
124 static char *tmp_debug_fname = NULL; variable
989 tmp_debug_fname = NULL; in handle_elf()
1070 tmp_debug_fname = xmalloc (debug_fname_len + sizeof (".XXXXXX")); in handle_elf()
1071 strcpy (mempcpy (tmp_debug_fname, debug_fname, debug_fname_len), in handle_elf()
1074 debug_fd = mkstemp (tmp_debug_fname); in handle_elf()
2470 tmp_debug_fname, elf_errmsg (-1)); in handle_elf()
2477 if (rename (tmp_debug_fname, debug_fname) != 0 in handle_elf()
2486 free (tmp_debug_fname); in handle_elf()
2487 tmp_debug_fname = NULL; in handle_elf()
2703 if (tmp_debug_fname != NULL) in cleanup_debug()
2705 unlink (tmp_debug_fname); in cleanup_debug()
2706 free (tmp_debug_fname); in cleanup_debug()
2707 tmp_debug_fname = NULL; in cleanup_debug()