Home
last modified time | relevance | path

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

/external/elfutils/src/
Dstrip.c119 static char *tmp_debug_fname = NULL; variable
417 tmp_debug_fname = NULL; in handle_elf()
496 tmp_debug_fname = (char *) xmalloc (debug_fname_len + sizeof (".XXXXXX")); in handle_elf()
497 strcpy (mempcpy (tmp_debug_fname, debug_fname, debug_fname_len), in handle_elf()
500 debug_fd = mkstemp (tmp_debug_fname); in handle_elf()
1983 tmp_debug_fname, elf_errmsg (-1)); in handle_elf()
1990 if (rename (tmp_debug_fname, debug_fname) != 0 in handle_elf()
1999 free (tmp_debug_fname); in handle_elf()
2000 tmp_debug_fname = NULL; in handle_elf()
2220 if (tmp_debug_fname != NULL) in cleanup_debug()
[all …]
DChangeLog328 (tmp_debug_fname): Likewise.
332 (handle_elf): Use debug_fd and tmp_debug_fname statics and call