Searched refs:debug_fd (Results 1 – 2 of 2) sorted by relevance
124 static int debug_fd = -1; variable1035 debug_fd = -1; in handle_elf()1064 debug_fd = mkstemp (tmp_debug_fname); in handle_elf()1065 if (unlikely (debug_fd == -1)) in handle_elf()1146 debugelf = elf_begin (debug_fd, ELF_C_WRITE, NULL); in handle_elf()2475 || fchmod (debug_fd, mode) != 0) in handle_elf()2498 if (crc32_file (debug_fd, &debug_crc) != 0) in handle_elf()2701 if (debug_fd >= 0) in cleanup_debug()2709 close (debug_fd); in cleanup_debug()2710 debug_fd = -1; in cleanup_debug()
1796 * strip.c (debug_fd): New static variable.1801 (handle_elf): Use debug_fd and tmp_debug_fname statics and call