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

1 2

  /external/valgrind/main/coregrind/
m_libcproc.c 284 return sr_isError(res) ? -1 : sr_Res(res);
288 return sr_isError(res) ? -1 : sr_Res(res);
403 return sr_isError(res) ? -1 : sr_Res(res);
413 return sr_isError(res) ? -1 : sr_Res(res);
428 return sr_isError(res) ? -1 : sr_Res(res);
440 if (sr_isError(res) && sr_Res(res) == VKI_ENOSYS) {
458 if (!sr_isError(res) && sr_Res(res) > 0) {
460 pid[sr_Res(res)] = '\0';
470 return sr_Res(res);
486 return sr_Res( VG_(do_syscall0)(__NR_getpid) )
    [all...]
m_libcfile.c 139 return sr_Res (sr);
168 ret = (Int)(Word)sr_Res(res);
188 ret = (Int)(Word)sr_Res(res);
204 fd[0] = (Int)sr_Res(res);
225 return sr_isError(res) ? (-1) : sr_Res(res);
230 return sr_isError(res) ? (-1) : sr_Res(res);
241 return sr_isError(res) ? (-1) : sr_Res(res);
375 return sr_isError(res) ? -1 : sr_Res(res);
461 return sr_isError(res) ? -1 : sr_Res(res);
470 return sr_isError(res) ? -1 : sr_Res(res)
    [all...]
m_commandline.c 68 Int res = VG_(fstat)( sr_Res(fd), &stat_buf );
75 n = VG_(read)(sr_Res(fd), f_clo, stat_buf.size);
86 VG_(close)(sr_Res(fd));
m_libcsignal.c 359 return sr_isError(res) ? -1 : sr_Res(res);
464 sr_isError(sr) ? sr_Err(sr) : sr_Res(sr));
m_mallocfree.c 729 memfs_fd = sr_Res(sres);
762 char *mem = (char*)sr_Res(sres);
770 VG_(printf)("... ok; res=%p\n", (void*)sr_Res(sres));
827 sb = (Superblock*)(AddrH)sr_Res(sres);
849 sb = (Superblock*)(AddrH)sr_Res(sres);
    [all...]
m_transtab.c 780 sec->tc = (ULong*)(AddrH)sr_Res(sres);
789 sec->tt = (TTEntry*)(AddrH)sr_Res(sres);
    [all...]
  /external/valgrind/main/coregrind/m_ume/
main.c 81 fd = sr_Res(res);
104 if (sr_isError(res) || sr_Res(res) != bufsz) {
108 bufsz = sr_Res(res);
147 vg_assert2(sr_Res(res) >= 0 && sr_Res(res) < EXE_HANDLER_COUNT,
150 ret = (*exe_handlers[sr_Res(res)].load_fn)(fd, exe, info);
163 Int fd = sr_Res(res);
179 Int fd = sr_Res(res);
script.c 96 len = sr_Res(res);
macho.c 125 fd = sr_Res(res);
458 if (sr_isError(res) || sr_Res(res) != sizeof(mh)) {
650 if (sr_isError(res) || sr_Res(res) != sizeof(fh)) {
667 if (sr_isError(res) || sr_Res(res) != sizeof(arch)) {
712 if (sr_isError(res) || sr_Res(res) != sizeof(magic)) {
elf.c 103 if (sr_isError(sres) || sr_Res(sres) != sizeof(e->e)) {
143 if (sr_isError(sres) || sr_Res(sres) != phsz) {
380 intfd = sr_Res(sres);
  /external/valgrind/main/coregrind/m_aspacemgr/
aspacemgr-common.c 100 return sr_Res(sres);
252 return sr_isError(res) ? -1 : sr_Res(res);
264 return sr_isError(res) ? -1 : sr_Res(res);
276 return sr_isError(res) ? -1 : sr_Res(res);
369 stack = (VgStack*)(AddrH)sr_Res(sres);
aspacemgr-linux.c     [all...]
  /external/valgrind/main/include/
pub_tool_basics.h 197 static inline UWord sr_Res ( SysRes sr ) {
222 static inline UWord sr_Res ( SysRes sr ) {
  /external/valgrind/tsan/
common_util.cc 99 ret = sr_Res(sres);
  /external/valgrind/main/coregrind/m_debuginfo/
readelf.c     [all...]
readmacho.c 182 ( size, VKI_PROT_READ, sr_Res(fd), 0 );
188 VG_(close)(sr_Res(fd));
190 ii->img = (UChar*)sr_Res(sres);
    [all...]
debuginfo.c 842 actual_fd = sr_Res(fd);
859 if (sr_Res(preadres) == 0)
861 vg_assert(sr_Res(preadres) > 0 && sr_Res(preadres) <= sizeof(buf1k) );
865 if (!ML_(is_elf_object_file)( buf1k, (SizeT)sr_Res(preadres) ))
868 if (!ML_(is_macho_object_file)( buf1k, (SizeT)sr_Res(preadres) ))
    [all...]
  /external/valgrind/main/coregrind/m_gdbserver/
remote-utils.c 72 fd = sr_Res(o);
130 fd = sr_Res(o);
314 shared_mem_fd = sr_Res(o);
331 addr_shared = sr_Res (res);
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-main.c 824 gst->guest_EAX = sr_Res(canonical->sres);
838 gst->guest_RAX = sr_Res(canonical->sres);
854 gst->guest_GPR3 = sr_Res(canonical->sres);
872 gst->guest_GPR3 = sr_Res(canonical->sres);
    [all...]
syswrap-generic.c 795 while ((ret = VG_(getdents)(sr_Res(f), &d, sizeof(d))) != 0) {
803 if (fno != sr_Res(f))
813 VG_(lseek)(sr_Res(f), d.d_off, VKI_SEEK_SET);
817 VG_(close)(sr_Res(f));
    [all...]
priv_types_n_macros.h 307 return sr_Res(st->sres);
  /external/valgrind/main/callgrind/
command.c 125 fd = (Int) sr_Res(res);
184 else fd = (Int) sr_Res(res);
387 fd = (Int) sr_Res(res);
  /external/valgrind/main/exp-bbv/
bbv_main.c 119 pctrace_fd = sr_Res(sres);
160 return sr_Res(sres);
  /external/valgrind/main/coregrind/m_initimg/
initimg-darwin.c 86 VG_(cl_exec_fd) = sr_Res(res);
initimg-linux.c 99 VG_(cl_exec_fd) = sr_Res(res);
851 vg_assert(sr_Res(sres) == anon_start);
    [all...]

Completed in 1185 milliseconds

1 2