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

  /external/valgrind/tsan/
common_util.cc 97 SysRes sres = VG_(open)((const Char*)file_name.c_str(), VKI_O_RDONLY, 0);
  /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 375 sres = VG_(open)(buf, VKI_O_RDONLY, 0);
macho.c 124 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);
343 remote_desc = open_fifo ("read", from_gdb, VKI_O_RDONLY|VKI_O_NONBLOCK);
server.c 561 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-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/callgrind/
command.c 385 res = VG_(open)(current_command_file, VKI_O_RDONLY,0);
  /external/valgrind/main/coregrind/m_debuginfo/
readelf.c     [all...]
readmacho.c 175 fd = VG_(open)(filename, VKI_O_RDONLY, 0);
    [all...]
debuginfo.c 825 oflags = VKI_O_RDONLY;
    [all...]
  /external/valgrind/main/coregrind/
m_errormgr.c     [all...]
m_main.c     [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-aix5.c 809 res = VG_(open)(exe_name, VKI_O_RDONLY, 0);
    [all...]
syswrap-generic.c 789 f = VG_(open)("/proc/self/fd", VKI_O_RDONLY, 0);
    [all...]
syswrap-darwin.c     [all...]
  /external/valgrind/main/coregrind/m_aspacemgr/
aspacemgr-linux.c     [all...]

Completed in 437 milliseconds