Searched refs:tmp_debug_fname (Results 1 – 1 of 1) sorted by relevance
402 char *tmp_debug_fname = NULL; in handle_elf() local481 tmp_debug_fname = (char *) alloca (debug_fname_len + sizeof (".XXXXXX")); in handle_elf()482 strcpy (mempcpy (tmp_debug_fname, debug_fname, debug_fname_len), in handle_elf()485 debug_fd = mkstemp (tmp_debug_fname); in handle_elf()1882 if (rename (tmp_debug_fname, debug_fname) != 0 in handle_elf()1891 tmp_debug_fname = NULL; in handle_elf()2086 if (tmp_debug_fname != NULL) in handle_elf()2087 unlink (tmp_debug_fname); in handle_elf()