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 289 return sr_isError(res) ? -1 : sr_Res(res);
293 return sr_isError(res) ? -1 : sr_Res(res);
408 return sr_isError(res) ? -1 : sr_Res(res);
418 return sr_isError(res) ? -1 : sr_Res(res);
433 return sr_isError(res) ? -1 : sr_Res(res);
445 if (sr_isError(res) && sr_Res(res) == VKI_ENOSYS) {
469 if (!sr_isError(res) && sr_Res(res) > 0) {
471 pid[sr_Res(res)] = '\0';
481 return sr_Res(res);
497 return sr_Res( VG_(do_syscall0)(__NR_getpid) )
    [all...]
m_libcfile.c 147 return sr_Res (sr);
176 ret = (Int)(Word)sr_Res(res);
196 ret = (Int)(Word)sr_Res(res);
209 fd[0] = (Int)sr_Res(res);
225 fd[0] = (Int)sr_Res(res);
246 return sr_isError(res) ? (-1) : sr_Res(res);
251 return sr_isError(res) ? (-1) : sr_Res(res);
406 return sr_isError(res) ? -1 : sr_Res(res);
528 return sr_isError(res) ? -1 : sr_Res(res);
537 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 822 sb = (Superblock*)(AddrH)sr_Res(sres);
835 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);
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)) {
script.c 97 len = sr_Res(res);
elf.c 102 if (sr_isError(sres) || sr_Res(sres) != sizeof(e->e)) {
142 if (sr_isError(sres) || sr_Res(sres) != phsz) {
384 intfd = sr_Res(sres);
  /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_aspacemgr/
aspacemgr-common.c 100 return sr_Res(sres);
263 return sr_isError(res) ? -1 : sr_Res(res);
280 return sr_isError(res) ? -1 : sr_Res(res);
292 return sr_isError(res) ? -1 : sr_Res(res);
385 stack = (VgStack*)(AddrH)sr_Res(sres);
aspacemgr-linux.c     [all...]
  /external/valgrind/main/coregrind/m_gdbserver/
remote-utils.c 132 fd = sr_Res(o);
185 fd = sr_Res(o);
232 || (sr_Res(ret) > 0 && poll_cond(write_remote_desc_ok.revents))) {
381 shared_mem_fd = sr_Res(o);
398 addr_shared = sr_Res (res);
534 || (sr_Res(ret) && poll_cond(remote_desc_pollfdread_activity.revents))) {
544 retval = sr_Res(ret);
905 if (sr_isError(ret) || sr_Res(ret) != 1) {
909 dlog(0, "readchar: poll got %d, expecting 1\n", (int)sr_Res(ret));
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-main.c     [all...]
syswrap-generic.c 849 while ((ret = VG_(getdents)(sr_Res(f), &d, sizeof(d))) != 0) {
857 if (fno != sr_Res(f))
867 VG_(lseek)(sr_Res(f), d.d_off, VKI_SEEK_SET);
871 VG_(close)(sr_Res(f));
    [all...]
syswrap-mips32-linux.c 496 (Addr)sr_Res(sres), /* addr kernel actually assigned */
504 di_handle = VG_(di_notify_mmap)( (Addr)sr_Res(sres),
508 (Addr)sr_Res(sres), /* addr kernel actually assigned */
518 vg_assert(sr_Res(sres) == arg1);
    [all...]
priv_types_n_macros.h 329 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_debuginfo/
image.c 600 if (VG_(fstat)(sr_Res(fd), &stat_buf) != 0) {
601 VG_(close)(sr_Res(fd));
609 VG_(close)(sr_Res(fd));
615 img->source.fd = sr_Res(fd);
    [all...]
debuginfo.c 870 actual_fd = sr_Res(fd);
887 if (sr_Res(preadres) == 0)
889 vg_assert(sr_Res(preadres) > 0 && sr_Res(preadres) <= sizeof(buf1k) );
893 if (!ML_(is_elf_object_file)( buf1k, (SizeT)sr_Res(preadres), False ))
896 if (!ML_(is_macho_object_file)( buf1k, (SizeT)sr_Res(preadres) ))
    [all...]
  /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...]
  /external/valgrind/main/callgrind/
dump.c     [all...]

Completed in 767 milliseconds

1 2