/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 | 374 sres = VG_(open)(buf, VKI_O_RDONLY, 0); in VG_()
|
D | macho.c | 134 res = VG_(open)(filename, VKI_O_RDONLY, 0); in open_dylinker()
|
/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() 344 remote_desc = open_fifo ("read", from_gdb, VKI_O_RDONLY|VKI_O_NONBLOCK); in remote_open()
|
D | server.c | 569 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-arm-linux.h | 243 #define VKI_O_RDONLY 00 macro
|
D | vki-ppc64-linux.h | 363 #define VKI_O_RDONLY 00 macro
|
D | vki-s390x-linux.h | 309 #define VKI_O_RDONLY 00000000 macro
|
D | vki-x86-linux.h | 281 #define VKI_O_RDONLY 00 macro
|
D | vki-mips32-linux.h | 312 #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/coregrind/m_debuginfo/ |
D | readelf.c | 1068 fd = VG_(open)(name, VKI_O_RDONLY, 0); in open_debug_file() 1169 SysRes fd = VG_(open)(nm, VKI_O_RDONLY, 0); in find_ad_hoc_debug_image() 1441 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 | 840 oflags = VKI_O_RDONLY; in VG_() 1185 sres = VG_(open)(pdbname, VKI_O_RDONLY, 0); in VG_()
|
/external/valgrind/main/coregrind/ |
D | m_errormgr.c | 1196 sres = VG_(open)( filename, VKI_O_RDONLY, 0 ); in load_one_suppressions_file()
|
D | m_main.c | 1312 fd = VG_(open) ( "/proc/version", VKI_O_RDONLY, 0 ); in print_preamble()
|
/external/valgrind/main/docs/internals/ |
D | porting-to-ARM.txt | 470 #define VKI_O_RDONLY 00
|
/external/valgrind/main/coregrind/m_syswrap/ |
D | syswrap-linux.c | 3992 else if ((fdfl & VKI_O_RDONLY) != 0) in PRE() 4004 if ((fdfl & VKI_O_RDONLY) != 0) in POST()
|
D | syswrap-generic.c | 766 f = VG_(open)("/proc/self/fd", VKI_O_RDONLY, 0); in VG_()
|
D | syswrap-darwin.c | 2739 res = VG_(open)(exe_name, VKI_O_RDONLY, 0); in simple_pre_exec_check()
|
/external/valgrind/main/coregrind/m_aspacemgr/ |
D | aspacemgr-linux.c | 3175 fd = ML_(am_open)( "/proc/self/maps", VKI_O_RDONLY, 0 ); in read_procselfmaps_into_buf()
|