Searched refs:debug_fd (Results 1 – 2 of 2) sorted by relevance
118 static int debug_fd = -1; variable471 debug_fd = -1; in handle_elf()500 debug_fd = mkstemp (tmp_debug_fname); in handle_elf()501 if (unlikely (debug_fd == -1)) in handle_elf()563 debugelf = elf_begin (debug_fd, ELF_C_WRITE_MMAP, NULL); in handle_elf()1991 || fchmod (debug_fd, mode) != 0) in handle_elf()2014 if (crc32_file (debug_fd, &debug_crc) != 0) in handle_elf()2218 if (debug_fd >= 0) in cleanup_debug()2226 close (debug_fd); in cleanup_debug()2227 debug_fd = -1; in cleanup_debug()
327 * strip.c (debug_fd): New static variable.332 (handle_elf): Use debug_fd and tmp_debug_fname statics and call