Home | History | Annotate | Download | only in src

Lines Matching full:debug_fd

118 static int debug_fd = -1;
471 debug_fd = -1;
500 debug_fd = mkstemp (tmp_debug_fname);
501 if (unlikely (debug_fd == -1))
563 debugelf = elf_begin (debug_fd, ELF_C_WRITE_MMAP, NULL);
1991 || fchmod (debug_fd, mode) != 0)
2014 if (crc32_file (debug_fd, &debug_crc) != 0)
2218 if (debug_fd >= 0)
2226 close (debug_fd);
2227 debug_fd = -1;