Searched refs:O_RDWR (Results 1 – 12 of 12) sorted by relevance
/toolchain/binutils/binutils-2.25/ld/ |
D | sysdep.h | 89 #ifndef O_RDWR 90 #define O_RDWR 2 macro 93 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
|
D | ChangeLog-2010 | 576 (O_RDWR): Likewise.
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | sysdep.h | 105 #ifndef O_RDWR 106 #define O_RDWR 2 macro 109 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
|
D | opncls.c | 353 case O_RDWR: mode = FOPEN_RUB; break; in bfd_fdopenr()
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | sysdep.h | 123 #ifndef O_RDWR 124 #define O_RDWR 2 macro
|
D | bucomm.c | 512 fd = open (tmpname, O_RDWR | O_CREAT | O_EXCL, 0600); in make_tempname()
|
D | ar.c | 1448 f = open (archname, O_RDWR | O_BINARY, 0); in ranlib_touch()
|
D | ChangeLog-9197 | 2198 O_RDONLY and O_RDWR if necessary.
|
/toolchain/binutils/binutils-2.25/bfd/hosts/ |
D | alphavms.h | 49 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
|
/toolchain/binutils/binutils-2.25/libiberty/ |
D | mkstemps.c | 126 fd = open (pattern, O_BINARY|O_RDWR|O_CREAT|O_EXCL, 0600); in mkstemps()
|
/toolchain/binutils/binutils-2.25/ld/emultempl/ |
D | spuelf.em | 359 fd = open (*fname, O_RDWR | O_CREAT | O_EXCL, 0600);
|
/toolchain/binutils/binutils-2.25/gold/ |
D | output.cc | 4944 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()
|