Searched refs:ofl_fd (Results 1 – 3 of 3) sorted by relevance
126 if ((ofl->ofl_fd = open(ofl->ofl_name, O_RDWR, in ld_open_outfile()137 (void) close(ofl->ofl_fd); in ld_open_outfile()157 if ((ofl->ofl_fd = open(ofl->ofl_name, O_RDWR | O_CREAT | O_TRUNC, in ld_open_outfile()397 fd = ofl->ofl_fd; in ld_create_outfile()
48 if ((ofl->ofl_fd > 0) && ((ofl->ofl_flags1 & FLG_OF1_NONREG) == 0)) in ld_exit()
255 int ofl_fd; /* file descriptor */ member