Home
last modified time | relevance | path

Searched refs:TARGET_O_RDONLY (Results 1 – 21 of 21) sorted by relevance

/dports/emulators/qemu42/qemu-4.2.1/linux-user/generic/
H A Dfcntl.h13 #define TARGET_O_RDONLY 00 macro
/dports/emulators/qemu/qemu-6.2.0/linux-user/generic/
H A Dfcntl.h13 #define TARGET_O_RDONLY 00 macro
/dports/emulators/qemu60/qemu-6.0.0/linux-user/generic/
H A Dfcntl.h13 #define TARGET_O_RDONLY 00 macro
/dports/emulators/qemu-utils/qemu-4.2.1/linux-user/generic/
H A Dfcntl.h13 #define TARGET_O_RDONLY 00 macro
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/linux-user/generic/
H A Dfcntl.h13 #define TARGET_O_RDONLY 00 macro
/dports/emulators/qemu-guest-agent/qemu-5.0.1/linux-user/generic/
H A Dfcntl.h13 #define TARGET_O_RDONLY 00 macro
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/linux-user/generic/
H A Dfcntl.h13 #define TARGET_O_RDONLY 00 macro
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/linux-user/generic/
H A Dfcntl.h13 #define TARGET_O_RDONLY 00 macro
/dports/emulators/qemu5/qemu-5.2.0/linux-user/generic/
H A Dfcntl.h13 #define TARGET_O_RDONLY 00 macro
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/sim/arm/
H A Darmos.c254 TARGET_O_RDONLY, /* "r" */
255 TARGET_O_RDONLY + TARGET_O_BINARY, /* "rb" */
319 if (flags == TARGET_O_RDONLY) /* opening tty "r" */ in SWIopen()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/sim/arm/
H A Darmos.c254 TARGET_O_RDONLY, /* "r" */
255 TARGET_O_RDONLY + TARGET_O_BINARY, /* "rb" */
319 if (flags == TARGET_O_RDONLY) /* opening tty "r" */ in SWIopen()
/dports/devel/avr-gdb/gdb-7.3.1/sim/arm/
H A Darmos.c254 TARGET_O_RDONLY, /* "r" */
255 TARGET_O_RDONLY + TARGET_O_BINARY, /* "rb" */
332 if (flags == TARGET_O_RDONLY) /* opening tty "r" */ in SWIopen()
/dports/devel/gdb761/gdb-7.6.1/sim/arm/
H A Darmos.c253 TARGET_O_RDONLY, /* "r" */
254 TARGET_O_RDONLY + TARGET_O_BINARY, /* "rb" */
331 if (flags == TARGET_O_RDONLY) /* opening tty "r" */ in SWIopen()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/sim/common/
H A Dcallback.c727 case TARGET_O_RDONLY :
730 if ((target_val & (TARGET_O_RDONLY | TARGET_O_WRONLY | TARGET_O_RDWR))
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/sim/common/
H A Dcallback.c727 case TARGET_O_RDONLY :
730 if ((target_val & (TARGET_O_RDONLY | TARGET_O_WRONLY | TARGET_O_RDWR))
/dports/devel/avr-gdb/gdb-7.3.1/sim/common/
H A Dcallback.c961 case TARGET_O_RDONLY :
964 if ((target_val & (TARGET_O_RDONLY | TARGET_O_WRONLY | TARGET_O_RDWR))
/dports/devel/gdb761/gdb-7.6.1/sim/common/
H A Dcallback.c961 case TARGET_O_RDONLY :
964 if ((target_val & (TARGET_O_RDONLY | TARGET_O_WRONLY | TARGET_O_RDWR))
/dports/devel/avr-gdb/gdb-7.3.1/sim/cris/
H A Dtraps.c701 #define TARGET_O_RDONLY 0x0 macro
709 { O_RDONLY, TARGET_O_RDONLY },
1577 retval = TARGET_O_RDONLY; in cris_break_13_handler()
/dports/devel/gdb761/gdb-7.6.1/sim/cris/
H A Dtraps.c700 #define TARGET_O_RDONLY 0x0 macro
708 { O_RDONLY, TARGET_O_RDONLY },
1576 retval = TARGET_O_RDONLY; in cris_break_13_handler()
/dports/devel/avr-gdb/gdb-7.3.1/sim/
H A DChangeLog579 * cris/traps.c (TARGET_O_RDONLY, TARGET_O_WRONLY): Define.
580 (open_map): Use TARGET_O_ACCMODE, TARGET_O_RDONLY and
/dports/devel/gdb761/gdb-7.6.1/sim/
H A DChangeLog670 * cris/traps.c (TARGET_O_RDONLY, TARGET_O_WRONLY): Define.
671 (open_map): Use TARGET_O_ACCMODE, TARGET_O_RDONLY and