Lines Matching refs:tmp_debug_fname
125 static char *tmp_debug_fname = NULL; variable
933 tmp_debug_fname = NULL; in handle_elf()
1014 tmp_debug_fname = (char *) xmalloc (debug_fname_len + sizeof (".XXXXXX")); in handle_elf()
1015 strcpy (mempcpy (tmp_debug_fname, debug_fname, debug_fname_len), in handle_elf()
1018 debug_fd = mkstemp (tmp_debug_fname); in handle_elf()
2451 tmp_debug_fname, elf_errmsg (-1)); in handle_elf()
2458 if (rename (tmp_debug_fname, debug_fname) != 0 in handle_elf()
2467 free (tmp_debug_fname); in handle_elf()
2468 tmp_debug_fname = NULL; in handle_elf()
2687 if (tmp_debug_fname != NULL) in cleanup_debug()
2689 unlink (tmp_debug_fname); in cleanup_debug()
2690 free (tmp_debug_fname); in cleanup_debug()
2691 tmp_debug_fname = NULL; in cleanup_debug()