Searched refs:debug_fd (Results 1 - 1 of 1) sorted by relevance

/external/elfutils/src/
H A Dstrip.c437 int debug_fd = -1; local
464 debug_fd = mkstemp (tmp_debug_fname);
465 if (unlikely (debug_fd == -1))
516 debugelf = elf_begin (debug_fd, ELF_C_WRITE_MMAP, NULL);
1600 || fchmod (debug_fd, mode) != 0)
1611 if (crc32_file (debug_fd, &debug_crc) != 0)
1738 if (debug_fd >= 0)
1742 close (debug_fd);

Completed in 63 milliseconds