Home
last modified time | relevance | path

Searched refs:O_ACCMODE (Results 1 – 8 of 8) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/hosts/
Dalphavms.h48 #ifndef O_ACCMODE
49 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR) macro
/toolchain/binutils/binutils-2.25/ld/
Dsysdep.h92 #ifndef O_ACCMODE
93 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR) macro
DChangeLog-2010577 (O_ACCMODE): Likewise.
/toolchain/binutils/binutils-2.25/bfd/
Dsysdep.h108 #ifndef O_ACCMODE
109 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR) macro
Dopncls.c349 switch (fdflags & (O_ACCMODE)) in bfd_fdopenr()
DChangeLog-96973927 * hosts/alphavms.h (O_ACCMODE): Define if needed.
DChangeLog-00015534 O_ACCMODE.
/toolchain/binutils/binutils-2.25/gold/
Ddescriptors.cc166 pod->is_write = (flags & O_ACCMODE) != O_RDONLY; in open()