Home | History | Annotate | Download | only in src

Lines Matching defs:outfd

1910       int outfd = open64 (output_file, O_RDWR | O_CREAT,
1912 if (outfd < 0)
1914 Elf *outelf = elf_begin (outfd, ELF_C_WRITE, NULL);
1933 close (outfd);