Lines Matching refs:file_fd
49 static int file_fd = -1;
86 file_fd = open (current_path, O_RDONLY | (flag_only_regular_files
88 if (file_fd < 0)
96 if (fstat (file_fd, &st) != 0)
113 if (file_fd >= 0)
115 close (file_fd);
116 file_fd = -1;
137 elf = dwelf_elf_begin (file_fd);
139 elf = elf_begin (file_fd, ELF_C_READ, NULL);
807 else if (file_fd == -1)