Lines Matching refs:debug_fd
123 static int debug_fd = -1;
1045 debug_fd = -1;
1074 debug_fd = mkstemp (tmp_debug_fname);
1075 if (unlikely (debug_fd == -1))
1155 debugelf = elf_begin (debug_fd, ELF_C_WRITE, NULL);
2478 || fchmod (debug_fd, mode) != 0)
2501 if (crc32_file (debug_fd, &debug_crc) != 0)
2704 if (debug_fd >= 0)
2712 close (debug_fd);
2713 debug_fd = -1;