Home
last modified time | relevance | path

Searched refs:VKI_O_RDONLY (Results 1 – 25 of 28) 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()
Dmacho.c141 res = VG_(open)(filename, VKI_O_RDONLY, 0); in open_dylinker()
Delf.c647 sres = VG_(open)(buf, VKI_O_RDONLY, 0); in VG_()
/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-ppc64-linux.h366 #define VKI_O_RDONLY 00 macro
Dvki-ppc32-linux.h311 #define VKI_O_RDONLY 00 macro
Dvki-s390x-linux.h315 #define VKI_O_RDONLY 00000000 macro
Dvki-x86-linux.h282 #define VKI_O_RDONLY 00 macro
Dvki-arm-linux.h244 #define VKI_O_RDONLY 00 macro
Dvki-mips64-linux.h317 #define VKI_O_RDONLY 00 macro
Dvki-mips32-linux.h313 #define VKI_O_RDONLY 00 macro
Dvki-darwin.h263 #define VKI_O_RDONLY O_RDONLY macro
Dvki-solaris.h491 #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.c902 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.c95 res = VG_(open)(exe_name, VKI_O_RDONLY, VKI_S_IRUSR); in load_client()
/external/valgrind/coregrind/
Dm_libcprint.c253 fd = VG_(open)("/proc/version", VKI_O_RDONLY, 0); in VG_()
Dm_errormgr.c1273 sres = VG_(open)( filename, VKI_O_RDONLY, 0 ); in load_one_suppressions_file()
/external/valgrind/coregrind/m_debuginfo/
Dimage.c827 fd = VG_(open)(fullpath, VKI_O_RDONLY, 0); in ML_()
Ddebuginfo.c981 oflags = VKI_O_RDONLY; in VG_()
1351 sres = VG_(open)(pdbname, VKI_O_RDONLY, 0); in VG_()
/external/valgrind/coregrind/m_aspacemgr/
Daspacemgr-linux.c3319 fd = ML_(am_open)( "/proc/self/maps", VKI_O_RDONLY, 0 ); in read_procselfmaps_into_buf()
3831 SysRes res = ML_(am_open)(filename, VKI_O_RDONLY, 0); in read_proc_file()
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-generic.c899 f = VG_(open)("/proc/self/fd", VKI_O_RDONLY, 0); in VG_()
937 f = VG_(open)("/proc/self/fd", VKI_O_RDONLY, 0); in VG_()

12