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

1 2

  /external/valgrind/main/coregrind/
m_libcproc.c 288 return sr_isError(res) ? -1 : sr_Res(res);
292 return sr_isError(res) ? -1 : sr_Res(res);
407 return sr_isError(res) ? -1 : sr_Res(res);
417 return sr_isError(res) ? -1 : sr_Res(res);
432 return sr_isError(res) ? -1 : sr_Res(res);
444 if (sr_isError(res) && sr_Res(res) == VKI_ENOSYS) {
462 if (!sr_isError(res) && sr_Res(res) > 0) {
464 pid[sr_Res(res)] = '\0';
474 return sr_Res(res);
490 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);
201 fd[0] = (Int)sr_Res(res);
214 fd[0] = (Int)sr_Res(res);
235 return sr_isError(res) ? (-1) : sr_Res(res);
240 return sr_isError(res) ? (-1) : sr_Res(res);
377 return sr_isError(res) ? -1 : sr_Res(res);
469 return sr_isError(res) ? -1 : sr_Res(res);
478 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 797 sb = (Superblock*)(AddrH)sr_Res(sres);
815 sb = (Superblock*)(AddrH)sr_Res(sres);
    [all...]
m_transtab.c     [all...]
m_main.c     [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 135 fd = sr_Res(res);
407 *out_stack_start = (vki_uint8_t*)sr_Res(res);
509 if (sr_isError(res) || sr_Res(res) != sizeof(mh)) {
719 if (sr_isError(res) || sr_Res(res) != sizeof(fh)) {
736 if (sr_isError(res) || sr_Res(res) != sizeof(arch)) {
781 if (sr_isError(res) || sr_Res(res) != sizeof(magic)) {
elf.c 102 if (sr_isError(sres) || sr_Res(sres) != sizeof(e->e)) {
142 if (sr_isError(sres) || sr_Res(sres) != phsz) {
379 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 198 static inline UWord sr_Res ( SysRes sr ) {
226 static inline UWord sr_Res ( SysRes sr ) {
  /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 857 actual_fd = sr_Res(fd);
874 if (sr_Res(preadres) == 0)
876 vg_assert(sr_Res(preadres) > 0 && sr_Res(preadres) <= sizeof(buf1k) );
880 if (!ML_(is_elf_object_file)( buf1k, (SizeT)sr_Res(preadres), False ))
883 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);
315 shared_mem_fd = sr_Res(o);
332 addr_shared = sr_Res (res);
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-main.c 877 gst->guest_EAX = sr_Res(canonical->sres);
    [all...]
syswrap-generic.c 772 while ((ret = VG_(getdents)(sr_Res(f), &d, sizeof(d))) != 0) {
780 if (fno != sr_Res(f))
790 VG_(lseek)(sr_Res(f), d.d_off, VKI_SEEK_SET);
794 VG_(close)(sr_Res(f));
    [all...]
priv_types_n_macros.h 326 return sr_Res(st->sres);
  /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);
862 vg_assert(sr_Res(sres) == anon_start);
    [all...]
  /external/valgrind/main/callgrind/
dump.c     [all...]

Completed in 521 milliseconds

1 2