Searched refs:writable (Results 1 - 18 of 18) sorted by relevance

/haiku-buildtools/gcc/gcc/lto/
H A Dlto.h45 extern lto_file *lto_obj_file_open (const char *filename, bool writable);
H A Dlto-object.c96 lto_obj_file_open (const char *filename, bool writable) argument
128 (writable
138 if (!writable)
/haiku-buildtools/binutils/gas/testsuite/gas/ia64/
H A Dunwind-bad.l17 .*:44: Error: Operand 2 to \.spillreg must be a writable register
21 .*:52: Error: Operand 2 to \.spillreg must be a writable register
22 .*:54: Error: Operand 2 to \.spillreg must be a writable register
27 .*:64: Error: Operand 3 to \.spillreg.p must be a writable register
28 .*:66: Error: Operand 3 to \.spillreg.p must be a writable register
41 #FIXME .*:110: Error: Second operand to \.save\.g must be a writable general registers
44 #FIXME .*:117: Error: Second operand to \.save\.b must be a writable general registers
49 #FIXME .*:141: Error: Operand to \.vframe must be a writable general registers
50 #FIXME .*:147: Error: Second operand to \.prologue must be a writable general registers
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/ia64/
H A Dunwind-bad.l17 .*:44: Error: Operand 2 to \.spillreg must be a writable register
21 .*:52: Error: Operand 2 to \.spillreg must be a writable register
22 .*:54: Error: Operand 2 to \.spillreg must be a writable register
27 .*:64: Error: Operand 3 to \.spillreg.p must be a writable register
28 .*:66: Error: Operand 3 to \.spillreg.p must be a writable register
41 #FIXME .*:110: Error: Second operand to \.save\.g must be a writable general registers
44 #FIXME .*:117: Error: Second operand to \.save\.b must be a writable general registers
49 #FIXME .*:141: Error: Operand to \.vframe must be a writable general registers
50 #FIXME .*:147: Error: Second operand to \.prologue must be a writable general registers
/haiku-buildtools/legacy/binutils/bfd/
H A Dbfdwin.c114 bfd_boolean writable)
124 windowp->i, writable);
179 writable ? PROT_WRITE | PROT_READ : PROT_READ,
180 (writable
217 if (!writable)
243 if (!writable)
110 bfd_get_file_window(bfd *abfd, file_ptr offset, bfd_size_type size, bfd_window *windowp, bfd_boolean writable) argument
H A Delf.c3610 bfd_boolean writable;
3687 writable = FALSE;
3755 else if (! writable
3761 /* We don't want to put a writable section in a read only
3779 writable = TRUE;
3800 writable = TRUE;
3802 writable = FALSE;
3605 bfd_boolean writable; local
/haiku-buildtools/binutils/bfd/
H A Dbfdwin.c112 bfd_boolean writable)
122 windowp->i, writable);
177 writable ? PROT_WRITE | PROT_READ : PROT_READ,
178 (writable
216 if (!writable)
245 if (!writable)
108 bfd_get_file_window(bfd *abfd, file_ptr offset, bfd_size_type size, bfd_window *windowp, bfd_boolean writable) argument
H A Delf.c4506 bfd_boolean writable;
4594 writable = FALSE;
4685 However, like the writable/non-writable case below,
4697 else if (! writable
4702 /* We don't want to put a writable section in a read only
4729 writable = TRUE;
4751 writable = TRUE;
4753 writable = FALSE;
4504 bfd_boolean writable; local
/haiku-buildtools/legacy/gcc/libio/tests/
H A DtFile.cc64 assert(cout.writable());
68 assert(cerr.writable());
136 assert(sout.writable());
148 assert(!sin.writable());
171 assert(tf.writable());
199 assert(tf.writable());
214 assert(!tf.writable());
245 assert(rf.writable());
280 assert(pf.writable());
309 assert(strout.writable());
[all...]
/haiku-buildtools/gcc/gcc/
H A Dtree-ssa-strlen.c138 bool writable; member in struct:strinfo_struct
444 si->writable = false;
633 nsi->writable = si->writable;
737 si->writable = chainsi->writable;
817 si->writable = chainsi->writable;
1317 dsi->writable = true;
1567 dsi->writable
[all...]
/haiku-buildtools/gcc/gcc/ada/
H A Dadaint.h101 unsigned char writable; member in struct:file_attributes
H A Dadaint.c312 attr->writable = ATTR_UNSET;
1063 attr->writable = (!ret && (statbuf.st_mode & S_IWUSR));
1902 if (attr->writable == ATTR_UNSET)
1915 attr->writable = __gnat_check_OWNER_ACL
1920 attr->writable =
1928 return attr->writable;
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp811.C89 int writable();
270 inline int ios::writable() { return rdbuf()->_flags & 8 ; } function in class:ios
H A Dp784.C428 int writable();
596 inline int ios::writable() { return rdbuf()->_flags & 8 ; } function in class:ios
/haiku-buildtools/legacy/gcc/libio/
H A Dstreambuf.cc348 int ios::writable() { return !(rdbuf()->_flags & _IO_NO_WRITES); } function in class:ios
H A Dstreambuf.h247 int writable();
/haiku-buildtools/binutils/gold/
H A Doutput.cc4988 Output_file::open_base_file(const char* base_name, bool writable) argument
5016 writable = false;
5018 int oflags = writable ? O_RDWR : O_RDONLY;
5060 if (!this->map_no_anonymous(writable))
5192 Output_file::map_no_anonymous(bool writable) argument
5214 if (writable)
5223 if (writable)
H A Doutput.h70 open_base_file(const char* base_name, bool writable);

Completed in 1584 milliseconds