Home
last modified time | relevance | path

Searched refs:VKI_O_TRUNC (Results 1 – 19 of 19) 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/include/vki/
Dvki-arm64-linux.h225 #define VKI_O_TRUNC 01000 /* not fcntl */ macro
Dvki-amd64-linux.h252 #define VKI_O_TRUNC 01000 /* not fcntl */ macro
Dvki-tilegx-linux.h225 #define VKI_O_TRUNC 01000 /* not fcntl */ macro
Dvki-s390x-linux.h322 #define VKI_O_TRUNC 00001000 /* not fcntl */ macro
Dvki-ppc64-linux.h371 #define VKI_O_TRUNC 01000 /* not fcntl */ macro
Dvki-ppc32-linux.h316 #define VKI_O_TRUNC 01000 /* not fcntl */ macro
Dvki-arm-linux.h249 #define VKI_O_TRUNC 01000 /* not fcntl */ macro
Dvki-x86-linux.h287 #define VKI_O_TRUNC 01000 /* not fcntl */ macro
Dvki-mips32-linux.h320 #define VKI_O_TRUNC 0x0200 /* not fcntl */ macro
Dvki-mips64-linux.h325 #define VKI_O_TRUNC 0x0200 /* not fcntl */ macro
Dvki-darwin.h267 #define VKI_O_TRUNC O_TRUNC macro
/external/valgrind/callgrind/
Ddump.c1192 fp = VG_(fopen)(filename, VKI_O_WRONLY|VKI_O_TRUNC, 0); in new_dumpfile()
1600 res = VG_(open)(filename, VKI_O_WRONLY|VKI_O_TRUNC, 0); in CLG_()
/external/valgrind/coregrind/m_coredump/
Dcoredump-elf.c610 Int oflags = VKI_O_CREAT|VKI_O_WRONLY|VKI_O_EXCL|VKI_O_TRUNC; in make_elf_coredump()
/external/valgrind/coregrind/
Dm_main.c1068 VKI_O_CREAT|VKI_O_WRONLY|VKI_O_TRUNC, in main_process_cmd_line_options()
1127 VKI_O_CREAT|VKI_O_WRONLY|VKI_O_TRUNC, in main_process_cmd_line_options()
Dm_libcfile.c797 VKI_O_CREAT|VKI_O_RDWR|VKI_O_EXCL|VKI_O_TRUNC, in VG_()
/external/valgrind/massif/
Dms_main.c2266 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.txt474 #define VKI_O_TRUNC 01000 /* not fcntl */