/external/valgrind/main/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 | 375 sres = VG_(open)(buf, VKI_O_RDONLY, 0);
|
D | macho.c | 124 res = VG_(open)(filename, VKI_O_RDONLY, 0); in open_dylinker()
|
/external/valgrind/tsan/ |
D | common_util.cc | 97 SysRes sres = VG_(open)((const Char*)file_name.c_str(), VKI_O_RDONLY, 0); in OpenFileReadOnly()
|
/external/valgrind/main/coregrind/m_gdbserver/ |
D | remote-utils.c | 122 o = VG_(open) (ptrace_scope_setting_file, VKI_O_RDONLY, 0); in set_ptracer() 343 remote_desc = open_fifo ("read", from_gdb, VKI_O_RDONLY|VKI_O_NONBLOCK); in remote_open()
|
D | server.c | 561 fd = VG_(fd_open) (doc, VKI_O_RDONLY, 0); in handle_query()
|
/external/valgrind/main/include/vki/ |
D | vki-amd64-linux.h | 245 #define VKI_O_RDONLY 00 macro
|
D | vki-ppc32-linux.h | 310 #define VKI_O_RDONLY 00 macro
|
D | vki-s390x-linux.h | 309 #define VKI_O_RDONLY 00000000 macro
|
D | vki-arm-linux.h | 243 #define VKI_O_RDONLY 00 macro
|
D | vki-x86-linux.h | 281 #define VKI_O_RDONLY 00 macro
|
D | vki-ppc64-linux.h | 363 #define VKI_O_RDONLY 00 macro
|
D | vki-darwin.h | 255 #define VKI_O_RDONLY O_RDONLY macro
|
/external/valgrind/main/coregrind/m_initimg/ |
D | initimg-darwin.c | 84 res = VG_(open)(exe_name, VKI_O_RDONLY, VKI_S_IRUSR); in load_client()
|
D | initimg-linux.c | 97 res = VG_(open)(exe_name, VKI_O_RDONLY, VKI_S_IRUSR); in load_client()
|
/external/valgrind/main/callgrind/ |
D | command.c | 385 res = VG_(open)(current_command_file, VKI_O_RDONLY,0); in CLG_()
|
/external/valgrind/main/coregrind/m_debuginfo/ |
D | readelf.c | 1019 fd = VG_(open)(name, VKI_O_RDONLY, 0); in open_debug_file() 1120 SysRes fd = VG_(open)(nm, VKI_O_RDONLY, 0); in find_ad_hoc_debug_image() 1382 fd = VG_(open)(di->fsm.filename, VKI_O_RDONLY, 0); in ML_()
|
D | readmacho.c | 175 fd = VG_(open)(filename, VKI_O_RDONLY, 0); in map_image_aboard()
|
D | debuginfo.c | 825 oflags = VKI_O_RDONLY; in VG_() 1181 sres = VG_(open)(pdbname, VKI_O_RDONLY, 0); in VG_()
|
/external/valgrind/main/coregrind/ |
D | m_errormgr.c | 1207 sres = VG_(open)( filename, VKI_O_RDONLY, 0 ); in load_one_suppressions_file()
|
D | m_main.c | 1206 fd = VG_(open) ( "/proc/version", VKI_O_RDONLY, 0 ); in print_preamble()
|
/external/valgrind/main/coregrind/m_syswrap/ |
D | syswrap-aix5.c | 809 res = VG_(open)(exe_name, VKI_O_RDONLY, 0); in simple_pre_exec_check()
|
D | syswrap-generic.c | 789 f = VG_(open)("/proc/self/fd", VKI_O_RDONLY, 0); in VG_()
|
/external/valgrind/main/docs/internals/ |
D | porting-to-ARM.txt | 470 #define VKI_O_RDONLY 00
|
/external/valgrind/main/coregrind/m_aspacemgr/ |
D | aspacemgr-linux.c | 3193 fd = ML_(am_open)( "/proc/self/maps", VKI_O_RDONLY, 0 ); in read_procselfmaps_into_buf()
|