HomeSort by relevance Sort by last modified time
    Searched refs:VKI_O_RDONLY (Results 1 - 24 of 24) 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 374 sres = VG_(open)(buf, VKI_O_RDONLY, 0);
macho.c 134 res = VG_(open)(filename, VKI_O_RDONLY, 0);
  /external/valgrind/main/coregrind/m_gdbserver/
remote-utils.c 122 o = VG_(open) (ptrace_scope_setting_file, VKI_O_RDONLY, 0);
344 remote_desc = open_fifo ("read", from_gdb, VKI_O_RDONLY|VKI_O_NONBLOCK);
server.c 569 fd = VG_(fd_open) (doc, VKI_O_RDONLY, 0);
    [all...]
  /external/valgrind/main/include/vki/
vki-amd64-linux.h 245 #define VKI_O_RDONLY 00
vki-arm-linux.h 243 #define VKI_O_RDONLY 00
vki-ppc32-linux.h 310 #define VKI_O_RDONLY 00
    [all...]
vki-ppc64-linux.h 363 #define VKI_O_RDONLY 00
vki-s390x-linux.h 309 #define VKI_O_RDONLY 00000000
vki-x86-linux.h 281 #define VKI_O_RDONLY 00
vki-mips32-linux.h 312 #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_debuginfo/
readelf.c     [all...]
readmacho.c 175 fd = VG_(open)(filename, VKI_O_RDONLY, 0);
    [all...]
debuginfo.c 840 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 766 f = VG_(open)("/proc/self/fd", VKI_O_RDONLY, 0);
    [all...]
syswrap-darwin.c     [all...]

Completed in 381 milliseconds