Home
last modified time | relevance | path

Searched refs:VKI_O_WRONLY (Results 1 – 22 of 22) sorted by relevance

/external/valgrind/exp-bbv/
Dbbv_main.c108 fp = VG_(fopen)(pc_out_file, VKI_O_CREAT|VKI_O_TRUNC|VKI_O_WRONLY, in dumpPcFile()
142 fp = VG_(fopen)(temp_string, VKI_O_CREAT|VKI_O_TRUNC|VKI_O_WRONLY, in open_tracefile()
/external/valgrind/callgrind/
Ddump.c1192 fp = VG_(fopen)(filename, VKI_O_WRONLY|VKI_O_TRUNC, 0); in new_dumpfile()
1196 fp = VG_(fopen)(filename, VKI_O_WRONLY|VKI_O_APPEND, 0); in new_dumpfile()
1202 fp = VG_(fopen)(filename, VKI_O_CREAT|VKI_O_WRONLY, in new_dumpfile()
1600 res = VG_(open)(filename, VKI_O_WRONLY|VKI_O_TRUNC, 0); in CLG_()
1602 res = VG_(open)(filename, VKI_O_CREAT|VKI_O_WRONLY, in CLG_()
/external/valgrind/include/vki/
Dvki-arm64-linux.h221 #define VKI_O_WRONLY 01 macro
Dvki-amd64-linux.h248 #define VKI_O_WRONLY 01 macro
Dvki-tilegx-linux.h220 #define VKI_O_WRONLY 01 macro
Dvki-s390x-linux.h316 #define VKI_O_WRONLY 00000001 macro
Dvki-ppc64-linux.h367 #define VKI_O_WRONLY 01 macro
Dvki-ppc32-linux.h312 #define VKI_O_WRONLY 01 macro
Dvki-x86-linux.h283 #define VKI_O_WRONLY 01 macro
Dvki-arm-linux.h245 #define VKI_O_WRONLY 01 macro
Dvki-mips32-linux.h314 #define VKI_O_WRONLY 01 macro
Dvki-mips64-linux.h318 #define VKI_O_WRONLY 01 macro
Dvki-darwin.h264 #define VKI_O_WRONLY O_WRONLY macro
Dvki-solaris.h477 #define VKI_O_WRONLY O_WRONLY macro
/external/valgrind/coregrind/m_gdbserver/
Dremote-utils.c250 write_remote_desc = open_fifo ("write", to_gdb, VKI_O_WRONLY); in ensure_write_remote_desc()
/external/valgrind/coregrind/m_coredump/
Dcoredump-elf.c599 Int oflags = VKI_O_CREAT|VKI_O_WRONLY|VKI_O_EXCL|VKI_O_TRUNC; in make_elf_coredump()
Dcoredump-solaris.c885 Int oflags = VKI_O_CREAT|VKI_O_WRONLY|VKI_O_EXCL|VKI_O_TRUNC; in VG_()
/external/valgrind/coregrind/
Dm_main.c1047 VKI_O_CREAT|VKI_O_WRONLY|VKI_O_TRUNC, in main_process_cmd_line_options()
1106 VKI_O_CREAT|VKI_O_WRONLY|VKI_O_TRUNC, in main_process_cmd_line_options()
/external/valgrind/massif/
Dms_main.c2267 fp = VG_(fopen)(massif_out_file, VKI_O_CREAT|VKI_O_TRUNC|VKI_O_WRONLY, in write_snapshots_to_file()
/external/valgrind/cachegrind/
Dcg_main.c1389 fp = VG_(fopen)(cachegrind_out_file, VKI_O_CREAT|VKI_O_TRUNC|VKI_O_WRONLY, in fprint_CC_table_and_calc_totals()
/external/valgrind/docs/internals/
Dporting-to-ARM.txt471 #define VKI_O_WRONLY 01
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-generic.c3937 if (flags & (VKI_O_WRONLY | VKI_O_RDWR)) { in ML_()