Searched refs:VKI_O_RDONLY (Results 1 - 25 of 25) sorted by relevance

/external/valgrind/main/coregrind/m_ume/
H A Dmain.c77 res = VG_(open)(exe_name, VKI_O_RDONLY, 0);
160 SysRes res = VG_(open)(f, VKI_O_RDONLY, 0);
176 SysRes res = VG_(open)(f, VKI_O_RDONLY, 0);
H A Delf.c379 sres = VG_(open)(buf, VKI_O_RDONLY, 0);
H A Dmacho.c134 res = VG_(open)(filename, VKI_O_RDONLY, 0);
/external/valgrind/main/include/vki/
H A Dvki-amd64-linux.h247 #define VKI_O_RDONLY 00 macro
H A Dvki-arm64-linux.h220 #define VKI_O_RDONLY 00 macro
H A Dvki-arm-linux.h244 #define VKI_O_RDONLY 00 macro
H A Dvki-ppc32-linux.h311 #define VKI_O_RDONLY 00 macro
H A Dvki-ppc64-linux.h364 #define VKI_O_RDONLY 00 macro
H A Dvki-s390x-linux.h309 #define VKI_O_RDONLY 00000000 macro
H A Dvki-x86-linux.h282 #define VKI_O_RDONLY 00 macro
H A Dvki-mips32-linux.h313 #define VKI_O_RDONLY 00 macro
H A Dvki-mips64-linux.h317 #define VKI_O_RDONLY 00 macro
H A Dvki-darwin.h255 #define VKI_O_RDONLY O_RDONLY macro
/external/valgrind/main/coregrind/m_initimg/
H A Dinitimg-darwin.c84 res = VG_(open)(exe_name, VKI_O_RDONLY, VKI_S_IRUSR);
H A Dinitimg-linux.c97 res = VG_(open)(exe_name, VKI_O_RDONLY, VKI_S_IRUSR);
/external/valgrind/main/coregrind/m_gdbserver/
H A Dremote-utils.c177 o = VG_(open) (ptrace_scope_setting_file, VKI_O_RDONLY, 0);
411 remote_desc = open_fifo ("read", from_gdb, VKI_O_RDONLY|VKI_O_NONBLOCK);
H A Dserver.c767 fd = VG_(fd_open) (doc, VKI_O_RDONLY, 0);
/external/valgrind/main/coregrind/m_debuginfo/
H A Dimage.c596 fd = VG_(open)(fullpath, VKI_O_RDONLY, 0);
H A Ddebuginfo.c853 oflags = VKI_O_RDONLY;
1198 sres = VG_(open)(pdbname, VKI_O_RDONLY, 0);
/external/valgrind/main/coregrind/
H A Dm_errormgr.c1249 sres = VG_(open)( filename, VKI_O_RDONLY, 0 );
H A Dm_main.c1359 fd = VG_(open) ( "/proc/version", VKI_O_RDONLY, 0 );
/external/valgrind/main/coregrind/m_aspacemgr/
H A Daspacemgr-linux.c3191 fd = ML_(am_open)( "/proc/self/maps", VKI_O_RDONLY, 0 );
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-linux.c5115 if ((fdfl & VKI_O_ACCMODE) == VKI_O_RDONLY)
5129 if ((fdfl & VKI_O_ACCMODE) == VKI_O_RDONLY)
H A Dsyswrap-generic.c843 f = VG_(open)("/proc/self/fd", VKI_O_RDONLY, 0);
H A Dsyswrap-darwin.c2765 res = VG_(open)(exe_name, VKI_O_RDONLY, 0);

Completed in 7206 milliseconds