/external/valgrind/coregrind/m_ume/ |
D | main.c | 77 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()
|
D | elf.c | 404 sres = VG_(open)(buf, VKI_O_RDONLY, 0); in VG_()
|
D | macho.c | 138 res = VG_(open)(filename, VKI_O_RDONLY, 0); in open_dylinker()
|
/external/valgrind/include/vki/ |
D | vki-arm64-linux.h | 220 #define VKI_O_RDONLY 00 macro
|
D | vki-amd64-linux.h | 247 #define VKI_O_RDONLY 00 macro
|
D | vki-tilegx-linux.h | 219 #define VKI_O_RDONLY 00 macro
|
D | vki-s390x-linux.h | 315 #define VKI_O_RDONLY 00000000 macro
|
D | vki-ppc64-linux.h | 366 #define VKI_O_RDONLY 00 macro
|
D | vki-ppc32-linux.h | 311 #define VKI_O_RDONLY 00 macro
|
D | vki-x86-linux.h | 282 #define VKI_O_RDONLY 00 macro
|
D | vki-arm-linux.h | 244 #define VKI_O_RDONLY 00 macro
|
D | vki-mips32-linux.h | 313 #define VKI_O_RDONLY 00 macro
|
D | vki-mips64-linux.h | 317 #define VKI_O_RDONLY 00 macro
|
D | vki-darwin.h | 263 #define VKI_O_RDONLY O_RDONLY macro
|
D | vki-solaris.h | 476 #define VKI_O_RDONLY O_RDONLY macro
|
/external/valgrind/coregrind/m_gdbserver/ |
D | remote-utils.c | 178 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()
|
D | server.c | 850 fd = VG_(fd_open) (doc, VKI_O_RDONLY, 0); in handle_query()
|
/external/valgrind/coregrind/m_initimg/ |
D | initimg-darwin.c | 83 res = VG_(open)(exe_name, VKI_O_RDONLY, VKI_S_IRUSR); in load_client()
|
D | initimg-solaris.c | 103 res = VG_(open)(exe_name, VKI_O_RDONLY, VKI_S_IRUSR); in load_client()
|
D | initimg-linux.c | 96 res = VG_(open)(exe_name, VKI_O_RDONLY, VKI_S_IRUSR); in load_client()
|
/external/valgrind/coregrind/m_debuginfo/ |
D | image.c | 615 fd = VG_(open)(fullpath, VKI_O_RDONLY, 0); in ML_()
|
D | debuginfo.c | 985 oflags = VKI_O_RDONLY; in VG_() 1355 sres = VG_(open)(pdbname, VKI_O_RDONLY, 0); in VG_()
|
/external/valgrind/coregrind/ |
D | m_errormgr.c | 1274 sres = VG_(open)( filename, VKI_O_RDONLY, 0 ); in load_one_suppressions_file()
|
/external/valgrind/coregrind/m_aspacemgr/ |
D | aspacemgr-linux.c | 3303 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/ |
D | syswrap-generic.c | 896 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_()
|