Home | History | Annotate | Download | only in src

Lines Matching full:debug_fd

424   int debug_fd = -1;
451 debug_fd = mkstemp (tmp_debug_fname);
452 if (unlikely (debug_fd == -1))
503 debugelf = elf_begin (debug_fd, ELF_C_WRITE_MMAP, NULL);
902 || fchmod (debug_fd, mode) != 0)
913 if (crc32_file (debug_fd, &debug_crc) != 0)
1690 if (debug_fd >= 0)
1694 close (debug_fd);