Searched refs:O_RDONLY (Results 1 – 22 of 22) sorted by relevance
/toolchain/binutils/binutils-2.25/ld/ |
D | sysdep.h | 83 #ifndef O_RDONLY 84 #define O_RDONLY 0 macro 93 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
|
D | ldbuildid.c | 125 int fd = open ("/dev/urandom", O_RDONLY); in generate_build_id()
|
D | ldfile.c | 328 int fd = open (attempt, O_RDONLY | O_BINARY); in ldfile_try_open_bfd()
|
D | ldmain.c | 803 int fd = open (filename, O_RDONLY | O_BINARY); in add_archive_element()
|
D | ChangeLog-2010 | 574 (O_RDONLY): Supply default definition likewise to bfd's sysdep.h
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | sysdep.h | 99 #ifndef O_RDONLY 100 #define O_RDONLY 0 macro 109 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
|
D | coff-stgo32.c | 304 f = open (stub, O_RDONLY | O_BINARY); in create_go32_stub() 306 f = open (stub, O_RDONLY); in create_go32_stub()
|
D | opncls.c | 351 case O_RDONLY: mode = FOPEN_RB; break; in bfd_fdopenr()
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | sysdep.h | 119 #ifndef O_RDONLY 120 #define O_RDONLY 0 macro
|
D | rename.c | 49 fromfd = open (from, O_RDONLY | O_BINARY); in simple_copy()
|
D | objdump.c | 1129 int fd = open (fn, O_RDONLY | O_BINARY); in slurp_file()
|
D | ChangeLog-9197 | 2198 O_RDONLY and O_RDWR if necessary.
|
/toolchain/binutils/binutils-2.25/libiberty/ |
D | aclocal.m4 | 38 #ifndef O_RDONLY 39 #define O_RDONLY 0 50 dev_zero = open ("/dev/zero", O_RDONLY);
|
D | pex-djgpp.c | 86 return open (name, O_RDONLY | (binary ? O_BINARY : O_TEXT)); in pex_djgpp_open_read()
|
D | pex-unix.c | 346 return open (name, O_RDONLY); in pex_unix_open_read()
|
/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/gold/testsuite/ |
D | binary_unittest.cc | 80 int o = open_descriptor(-1, gold::program_name, O_RDONLY); in Sized_binary_test()
|
/toolchain/binutils/binutils-2.25/gold/ |
D | descriptors.cc | 166 pod->is_write = (flags & O_ACCMODE) != O_RDONLY; in open()
|
D | fileread.cc | 201 O_RDONLY); in open() 247 O_RDONLY); in reopen_descriptor()
|
D | output.cc | 4944 int oflags = writable ? O_RDWR : O_RDONLY; in open_base_file()
|
D | layout.cc | 3125 int descriptor = open_descriptor(-1, "/dev/urandom", O_RDONLY); in create_build_id()
|
/toolchain/binutils/binutils-2.25/intl/ |
D | loadmsgcat.c | 937 fd = open (domain_file->filename, O_RDONLY | O_BINARY);
|