HomeSort by relevance Sort by last modified time
    Searched refs:VKI_O_RDONLY (Results 1 - 25 of 25) sorted by null

  /external/valgrind/main/coregrind/m_ume/
main.c 77 res = VG_(open)(exe_name, VKI_O_RDONLY, 0);
160 SysRes res = VG_(open)(f, VKI_O_RDONLY, 0);
176 SysRes res = VG_(open)(f, VKI_O_RDONLY, 0);
elf.c 379 sres = VG_(open)(buf, VKI_O_RDONLY, 0);
macho.c 134 res = VG_(open)(filename, VKI_O_RDONLY, 0);
  /external/valgrind/main/include/vki/
vki-amd64-linux.h 247 #define VKI_O_RDONLY 00
vki-arm64-linux.h 220 #define VKI_O_RDONLY 00
vki-arm-linux.h 244 #define VKI_O_RDONLY 00
vki-ppc32-linux.h 311 #define VKI_O_RDONLY 00
    [all...]
vki-ppc64-linux.h 364 #define VKI_O_RDONLY 00
vki-s390x-linux.h 309 #define VKI_O_RDONLY 00000000
vki-x86-linux.h 282 #define VKI_O_RDONLY 00
vki-mips32-linux.h 313 #define VKI_O_RDONLY 00
    [all...]
vki-mips64-linux.h 317 #define VKI_O_RDONLY 00
    [all...]
vki-darwin.h 255 #define VKI_O_RDONLY O_RDONLY
  /external/valgrind/main/coregrind/m_initimg/
initimg-darwin.c 84 res = VG_(open)(exe_name, VKI_O_RDONLY, VKI_S_IRUSR);
initimg-linux.c 97 res = VG_(open)(exe_name, VKI_O_RDONLY, VKI_S_IRUSR);
    [all...]
  /external/valgrind/main/coregrind/m_gdbserver/
remote-utils.c 177 o = VG_(open) (ptrace_scope_setting_file, VKI_O_RDONLY, 0);
411 remote_desc = open_fifo ("read", from_gdb, VKI_O_RDONLY|VKI_O_NONBLOCK);
    [all...]
server.c 767 fd = VG_(fd_open) (doc, VKI_O_RDONLY, 0);
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
image.c 596 fd = VG_(open)(fullpath, VKI_O_RDONLY, 0);
    [all...]
debuginfo.c 853 oflags = VKI_O_RDONLY;
    [all...]
  /external/valgrind/main/coregrind/
m_errormgr.c     [all...]
m_main.c     [all...]
  /external/valgrind/main/coregrind/m_aspacemgr/
aspacemgr-linux.c     [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-linux.c     [all...]
syswrap-generic.c 843 f = VG_(open)("/proc/self/fd", VKI_O_RDONLY, 0);
    [all...]
syswrap-darwin.c     [all...]

Completed in 773 milliseconds