Home
last modified time | relevance | path

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

12

/external/valgrind/coregrind/m_ume/
Dmain.c77 res = VG_(open)(exe_name, VKI_O_RDONLY, 0); in VG_()
160 SysRes res = VG_(open)(f, VKI_O_RDONLY, 0); in is_hash_bang_file()
176 SysRes res = VG_(open)(f, VKI_O_RDONLY, 0); in is_binary_file()
Delf.c404 sres = VG_(open)(buf, VKI_O_RDONLY, 0); in VG_()
Dmacho.c138 res = VG_(open)(filename, VKI_O_RDONLY, 0); in open_dylinker()
/external/valgrind/include/vki/
Dvki-arm64-linux.h220 #define VKI_O_RDONLY 00 macro
Dvki-amd64-linux.h247 #define VKI_O_RDONLY 00 macro
Dvki-tilegx-linux.h219 #define VKI_O_RDONLY 00 macro
Dvki-s390x-linux.h315 #define VKI_O_RDONLY 00000000 macro
Dvki-ppc64-linux.h366 #define VKI_O_RDONLY 00 macro
Dvki-ppc32-linux.h311 #define VKI_O_RDONLY 00 macro
Dvki-x86-linux.h282 #define VKI_O_RDONLY 00 macro
Dvki-arm-linux.h244 #define VKI_O_RDONLY 00 macro
Dvki-mips32-linux.h313 #define VKI_O_RDONLY 00 macro
Dvki-mips64-linux.h317 #define VKI_O_RDONLY 00 macro
Dvki-darwin.h263 #define VKI_O_RDONLY O_RDONLY macro
Dvki-solaris.h476 #define VKI_O_RDONLY O_RDONLY macro
/external/valgrind/coregrind/m_gdbserver/
Dremote-utils.c178 o = VG_(open) (ptrace_scope_setting_file, VKI_O_RDONLY, 0); in VG_()
291 remote_desc = open_fifo ("read", from_gdb, VKI_O_RDONLY|VKI_O_NONBLOCK); in setup_remote_desc_for_reading()
Dserver.c850 fd = VG_(fd_open) (doc, VKI_O_RDONLY, 0); in handle_query()
/external/valgrind/coregrind/m_initimg/
Dinitimg-darwin.c83 res = VG_(open)(exe_name, VKI_O_RDONLY, VKI_S_IRUSR); in load_client()
Dinitimg-solaris.c103 res = VG_(open)(exe_name, VKI_O_RDONLY, VKI_S_IRUSR); in load_client()
Dinitimg-linux.c96 res = VG_(open)(exe_name, VKI_O_RDONLY, VKI_S_IRUSR); in load_client()
/external/valgrind/coregrind/m_debuginfo/
Dimage.c615 fd = VG_(open)(fullpath, VKI_O_RDONLY, 0); in ML_()
Ddebuginfo.c985 oflags = VKI_O_RDONLY; in VG_()
1355 sres = VG_(open)(pdbname, VKI_O_RDONLY, 0); in VG_()
/external/valgrind/coregrind/
Dm_errormgr.c1274 sres = VG_(open)( filename, VKI_O_RDONLY, 0 ); in load_one_suppressions_file()
/external/valgrind/coregrind/m_aspacemgr/
Daspacemgr-linux.c3303 fd = ML_(am_open)( "/proc/self/maps", VKI_O_RDONLY, 0 ); in read_procselfmaps_into_buf()
3815 SysRes res = ML_(am_open)(filename, VKI_O_RDONLY, 0); in read_proc_file()
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-generic.c896 f = VG_(open)("/proc/self/fd", VKI_O_RDONLY, 0); in VG_()
934 f = VG_(open)("/proc/self/fd", VKI_O_RDONLY, 0); in VG_()

12