Searched refs:debug_fd (Results 1 – 2 of 2) sorted by relevance
123 static int debug_fd = -1; variable1045 debug_fd = -1; in handle_elf()1074 debug_fd = mkstemp (tmp_debug_fname); in handle_elf()1075 if (unlikely (debug_fd == -1)) in handle_elf()1155 debugelf = elf_begin (debug_fd, ELF_C_WRITE, NULL); in handle_elf()2478 || fchmod (debug_fd, mode) != 0) in handle_elf()2501 if (crc32_file (debug_fd, &debug_crc) != 0) in handle_elf()2704 if (debug_fd >= 0) in cleanup_debug()2712 close (debug_fd); in cleanup_debug()2713 debug_fd = -1; in cleanup_debug()
2078 * strip.c (debug_fd): New static variable.2083 (handle_elf): Use debug_fd and tmp_debug_fname statics and call