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

1 2

  /external/valgrind/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 89 len = sr_Res(res);
macho.c 139 fd = sr_Res(res);
421 *out_stack_start = (vki_uint8_t*)sr_Res(res);
523 if (sr_isError(res) || sr_Res(res) != sizeof(mh)) {
735 if (sr_isError(res) || sr_Res(res) != sizeof(fh)) {
752 if (sr_isError(res) || sr_Res(res) != sizeof(arch)) {
797 if (sr_isError(res) || sr_Res(res) != sizeof(magic)) {
elf.c 106 if (sr_isError(sres) || sr_Res(sres) != sizeof(e->e)) {
145 if (sr_isError(sres) || sr_Res(sres) != phsz) {
409 intfd = sr_Res(sres);
  /external/valgrind/coregrind/
m_libcproc.c 354 return sr_isError(res) ? -1 : sr_Res(res);
358 return sr_isError(res) ? -1 : sr_Res(res);
533 return sr_Res(res);
606 return sr_isError(res) ? -1 : sr_Res(res);
623 return sr_isError(res) ? -1 : sr_Res(res);
633 return sr_isError(res) ? -1 : sr_Res(res);
648 return sr_isError(res) ? -1 : sr_Res(res);
660 if (sr_isError(res) && sr_Res(res) == VKI_ENOSYS) {
684 if (!sr_isError(res) && sr_Res(res) > 0) {
686 pid[sr_Res(res)] = '\0'
    [all...]
m_libcfile.c 185 return sr_Res (sr);
214 ret = (Int)(Word)sr_Res(res);
234 ret = (Int)(Word)sr_Res(res);
247 fd[0] = (Int)sr_Res(res);
263 fd[0] = (Int)sr_Res(res);
274 fd[0] = (Int)sr_Res(res);
296 return sr_isError(res) ? (-1) : sr_Res(res);
301 return sr_isError(res) ? (-1) : sr_Res(res);
305 return sr_isError(res) ? (-1) : ((ULong)sr_ResHI(res) << 32 | sr_Res(res));
309 return sr_isError(res) ? (-1) : sr_Res(res)
    [all...]
m_commandline.c 71 Int res = VG_(fstat)( sr_Res(fd), &stat_buf );
77 n = VG_(read)(sr_Res(fd), f_clo, stat_buf.size);
88 VG_(close)(sr_Res(fd));
m_libcsignal.c 422 return sr_isError(res) ? -1 : sr_Res(res);
527 sr_isError(sr) ? sr_Err(sr) : sr_Res(sr));
550 return sr_isError(res) ? -1 : sr_Res(res);
m_libcprint.c 334 fp->fd = sr_Res(res);
659 VG_(sprintf)(buf, "Success(0x%lx)", sr_Res(sr));
672 VG_(sprintf)(buf, "Success(0x%lx:0x%lx)", sr_ResHI(sr), sr_Res(sr));
m_transtab.c     [all...]
m_main.c     [all...]
  /external/valgrind/include/
pub_tool_basics.h 223 static inline UWord sr_Res ( SysRes sr ) {
262 static inline UWord sr_Res ( SysRes sr ) {
289 static inline UWord sr_Res ( SysRes sr ) {
339 static inline UWord sr_Res ( SysRes sr ) {
  /external/valgrind/coregrind/m_aspacemgr/
aspacemgr-common.c 93 return sr_Res(sres);
278 return sr_isError(res) ? -1 : sr_Res(res);
303 return sr_isError(res) ? -1 : sr_Res(res);
315 return sr_isError(res) ? -1 : sr_Res(res);
444 stack = (VgStack*)(Addr)sr_Res(sres);
aspacemgr-linux.c     [all...]
  /external/valgrind/coregrind/m_gdbserver/
remote-utils.c 133 fd = sr_Res(o);
186 fd = sr_Res(o);
233 || (sr_Res(ret) > 0 && poll_cond(write_remote_desc_ok.revents))) {
404 shared_mem_fd = sr_Res(o);
421 addr_shared = sr_Res (res);
569 || (sr_Res(ret) && poll_cond(remote_desc_pollfdread_activity.revents))) {
579 retval = sr_Res(ret);
959 if (sr_isError(ret) || sr_Res(ret) != 1) {
963 dlog(0, "readchar: poll got %d, expecting 1\n", (int)sr_Res(ret));
    [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-main.c     [all...]
syswrap-generic.c 902 while ((ret = VG_(getdents64)(sr_Res(f), &d, sizeof(d))) != 0) {
910 if (fno != sr_Res(f))
920 VG_(lseek)(sr_Res(f), d.d_off, VKI_SEEK_SET);
924 VG_(close)(sr_Res(f));
940 while ((ret = VG_(getdents64)(sr_Res(f), (struct vki_dirent64 *) buf,
950 if (fno != sr_Res(f))
965 VG_(close)(sr_Res(f));
    [all...]
syswrap-mips32-linux.c 479 (Addr)sr_Res(sres), /* addr kernel actually assigned */
487 di_handle = VG_(di_notify_mmap)( (Addr)sr_Res(sres),
491 (Addr)sr_Res(sres), /* addr kernel actually assigned */
501 vg_assert(sr_Res(sres) == arg1);
    [all...]
priv_types_n_macros.h 345 return sr_Res(st->sres);
  /external/valgrind/coregrind/m_coredump/
coredump-solaris.c 137 return sr_Res(VG_(do_syscall0)(SYS_getuid));
142 return sr_Res(VG_(do_syscall0)(SYS_getgid));
163 return sr_Res(sres);
902 core_fd = sr_Res(sres);
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
image.c 619 if (VG_(fstat)(sr_Res(fd), &stat_buf) != 0) {
620 VG_(close)(sr_Res(fd));
628 VG_(close)(sr_Res(fd));
634 img->source.fd = sr_Res(fd);
    [all...]
debuginfo.c     [all...]
  /external/valgrind/coregrind/m_initimg/
initimg-darwin.c 85 VG_(cl_exec_fd) = sr_Res(res);
initimg-linux.c 98 VG_(cl_exec_fd) = sr_Res(res);
902 vg_assert(sr_Res(sres) == anon_start);
    [all...]
initimg-solaris.c 105 VG_(cl_exec_fd) = sr_Res(res);
    [all...]

Completed in 5889 milliseconds

1 2