Home
last modified time | relevance | path

Searched refs:O_RDWR (Results 1 – 12 of 12) sorted by relevance

/toolchain/binutils/binutils-2.25/ld/
Dsysdep.h89 #ifndef O_RDWR
90 #define O_RDWR 2 macro
93 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
DChangeLog-2010576 (O_RDWR): Likewise.
/toolchain/binutils/binutils-2.25/bfd/
Dsysdep.h105 #ifndef O_RDWR
106 #define O_RDWR 2 macro
109 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
Dopncls.c353 case O_RDWR: mode = FOPEN_RUB; break; in bfd_fdopenr()
/toolchain/binutils/binutils-2.25/binutils/
Dsysdep.h123 #ifndef O_RDWR
124 #define O_RDWR 2 macro
Dbucomm.c512 fd = open (tmpname, O_RDWR | O_CREAT | O_EXCL, 0600); in make_tempname()
Dar.c1448 f = open (archname, O_RDWR | O_BINARY, 0); in ranlib_touch()
DChangeLog-91972198 O_RDONLY and O_RDWR if necessary.
/toolchain/binutils/binutils-2.25/bfd/hosts/
Dalphavms.h49 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
/toolchain/binutils/binutils-2.25/libiberty/
Dmkstemps.c126 fd = open (pattern, O_BINARY|O_RDWR|O_CREAT|O_EXCL, 0600); in mkstemps()
/toolchain/binutils/binutils-2.25/ld/emultempl/
Dspuelf.em359 fd = open (*fname, O_RDWR | O_CREAT | O_EXCL, 0600);
/toolchain/binutils/binutils-2.25/gold/
Doutput.cc4944 int oflags = writable ? O_RDWR : O_RDONLY; in open_base_file()
5043 int o = open_descriptor(-1, this->name_, O_RDWR | O_CREAT | O_TRUNC, in open()