Searched refs:debug_fd (Results 1 – 1 of 1) sorted by relevance
456 int debug_fd = -1; in handle_elf() local485 debug_fd = mkstemp (tmp_debug_fname); in handle_elf()486 if (unlikely (debug_fd == -1)) in handle_elf()542 debugelf = elf_begin (debug_fd, ELF_C_WRITE_MMAP, NULL); in handle_elf()1883 || fchmod (debug_fd, mode) != 0) in handle_elf()1905 if (crc32_file (debug_fd, &debug_crc) != 0) in handle_elf()2084 if (debug_fd >= 0) in handle_elf()2088 close (debug_fd); in handle_elf()