Searched refs:tmp_debug_fname (Results 1 – 2 of 2) sorted by relevance
125 static char *tmp_debug_fname = NULL; variable979 tmp_debug_fname = NULL; in handle_elf()1060 tmp_debug_fname = (char *) xmalloc (debug_fname_len + sizeof (".XXXXXX")); in handle_elf()1061 strcpy (mempcpy (tmp_debug_fname, debug_fname, debug_fname_len), in handle_elf()1064 debug_fd = mkstemp (tmp_debug_fname); in handle_elf()2467 tmp_debug_fname, elf_errmsg (-1)); in handle_elf()2474 if (rename (tmp_debug_fname, debug_fname) != 0 in handle_elf()2483 free (tmp_debug_fname); in handle_elf()2484 tmp_debug_fname = NULL; in handle_elf()2703 if (tmp_debug_fname != NULL) in cleanup_debug()[all …]
1797 (tmp_debug_fname): Likewise.1801 (handle_elf): Use debug_fd and tmp_debug_fname statics and call