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

  /external/valgrind/coregrind/m_syswrap/
syswrap-arm64-linux.c 164 " mov x4, x4\n" // syscall arg5: child_tid
420 //ZZ ARG1, (ULong)ARG2, ARG3, ARG4, ARG5, ARG6 );
426 //ZZ r = ML_(generic_PRE_sys_mmap)( tid, ARG1, ARG2, ARG3, ARG4, ARG5,
445 ARG1, ARG2, ARG3, ARG4, ARG5, ARG6 );
451 r = ML_(generic_PRE_sys_mmap)( tid, ARG1, ARG2, ARG3, ARG4, ARG5, ARG6 );
529 PRINT("sys_clone ( %lx, %#lx, %#lx, %#lx, %#lx )",ARG1,ARG2,ARG3,ARG4,ARG5);
554 PRE_MEM_WRITE("clone(child_tidptr)", ARG5, sizeof(Int));
555 if (!VG_(am_is_valid_for_client)(ARG5, sizeof(Int),
579 (Int*)ARG5, /* child_tidptr */
592 (Int*)ARG5)); /* child_tidptr *
    [all...]
syswrap-ppc64-linux.c 203 pid_t* child_tid in r7 (sc arg5)
252 " mr 7,7\n" // syscall arg5: child_tid
324 " mr 7,7\n" // syscall arg5: child_tid
557 ARG1, ARG2, ARG3, ARG4, ARG5, ARG6 );
563 r = ML_(generic_PRE_sys_mmap)( tid, ARG1, ARG2, ARG3, ARG4, ARG5,
576 //zz ARG1, (ULong)ARG2, ARG3, ARG4, ARG5, ARG6 );
582 //zz r = ML_(generic_PRE_sys_mmap)( tid, ARG1, ARG2, ARG3, ARG4, ARG5,
637 PRINT("sys_clone ( %lx, %#lx, %#lx, %#lx, %#lx )",ARG1,ARG2,ARG3,ARG4,ARG5);
654 PRE_MEM_WRITE("clone(child_tidptr)", ARG5, sizeof(Int));
655 if (!VG_(am_is_valid_for_client)(ARG5, sizeof(Int),
    [all...]
syswrap-tilegx-linux.c 503 PRINT("sys_clone ( %lx, %#lx, %#lx, %#lx, %#lx )",ARG1,ARG2,ARG3,ARG4,ARG5);
544 (Addr)ARG5)); /* set_tls */
742 ML_(generic_PRE_sys_setsockopt)(tid, ARG1,ARG2,ARG3,ARG4,ARG5);
748 ARG4, ARG5);
752 ML_(linux_PRE_sys_getsockopt)(tid, ARG1,ARG2,ARG3,ARG4,ARG5);
758 ARG1,ARG2,ARG3,ARG4,ARG5);
808 ARG4, ARG5, SARG6);
813 ML_(generic_PRE_sys_sendto)(tid, ARG1,ARG2,ARG3,ARG4,ARG5,ARG6);
820 ARG4, ARG5, ARG6);
824 ML_(generic_PRE_sys_recvfrom)(tid, ARG1,ARG2,ARG3,ARG4,ARG5,ARG6)
    [all...]
syswrap-darwin.c     [all...]
syswrap-solaris.c     [all...]
syswrap-ppc32-linux.c 141 pid_t* child_tid in r7 (sc arg5)
180 " mr 7,7\n" // syscall arg5: child_tid
408 ARG1, ARG2, ARG3, ARG4, ARG5, ARG6 );
414 r = ML_(generic_PRE_sys_mmap)( tid, ARG1, ARG2, ARG3, ARG4, ARG5,
427 ARG1, ARG2, ARG3, ARG4, ARG5, ARG6 );
433 r = ML_(generic_PRE_sys_mmap)( tid, ARG1, ARG2, ARG3, ARG4, ARG5,
537 PRINT("sys_clone ( %lx, %#lx, %#lx, %#lx, %#lx )",ARG1,ARG2,ARG3,ARG4,ARG5);
554 PRE_MEM_WRITE("clone(child_tidptr)", ARG5, sizeof(Int));
555 if (!VG_(am_is_valid_for_client)(ARG5, sizeof(Int),
579 (Int *)ARG5, /* child_tidptr *
    [all...]
syswrap-mips32-linux.c 227 UWord arg4, UWord arg5, Off64T arg6);
393 UWord arg4, UWord arg5, Off64T arg6)
454 arg5, arg6);
472 arg5, arg6);
483 arg5, /* fd */
488 False/*allow_SkFileV*/, (Int)arg5 );
541 r = mips_PRE_sys_mmap(tid, ARG1, ARG2, ARG3, ARG4, ARG5,
553 r = mips_PRE_sys_mmap(tid, ARG1, ARG2, ARG3, ARG4, ARG5, (Off64T) ARG6);
626 ARG4, ARG5);
646 PRE_MEM_WRITE ("clone(child_tidptr)", ARG5, sizeof (Int))
    [all...]
syswrap-arm-linux.c 356 ARG1, ARG2, ARG3, ARG4, ARG5, ARG6 );
362 r = ML_(generic_PRE_sys_mmap)( tid, ARG1, ARG2, ARG3, ARG4, ARG5,
431 PRINT("sys_clone ( %lx, %#lx, %#lx, %#lx, %#lx )",ARG1,ARG2,ARG3,ARG4,ARG5);
448 PRE_MEM_WRITE("clone(child_tidptr)", ARG5, sizeof(Int));
449 if (!VG_(am_is_valid_for_client)(ARG5, sizeof(Int),
481 (Int *)ARG5, /* child_tidptr */
494 (Int *)ARG5)); /* child_tidptr */
513 POST_MEM_WRITE(ARG5, sizeof(Int));
    [all...]
syswrap-mips64-linux.c 331 SARG1, ARG2, SARG3, ARG4, ARG5, ARG6);
474 r = ML_(generic_PRE_sys_mmap)(tid, ARG1, ARG2, ARG3, ARG4, ARG5,
484 ARG4, ARG5);
499 PRE_MEM_WRITE("clone(child_tidptr)", ARG5, sizeof (Int));
500 if (!VG_(am_is_valid_for_client)(ARG5, sizeof (Int), VKI_PROT_WRITE))
521 (Int *)ARG5, /* child_tidptr */
532 (Int *)ARG5)); /* child_tidptr */
550 POST_MEM_WRITE(ARG5, sizeof(Int));
    [all...]
syswrap-linux.c 541 ARG1,(HChar*)ARG1, ARG2,(HChar*)ARG2, ARG3,(HChar*)ARG3, ARG4, ARG5);
788 PRINT("sys_llseek ( %lu, 0x%lx, 0x%lx, %#lx, %lu )", ARG1,ARG2,ARG3,ARG4,ARG5);
    [all...]
syswrap-x86-linux.c 160 " movl 16+"FSZ"(%esp), %edi\n" /* syscall arg5: child tid * */
828 PRINT("sys_clone ( %lx, %#lx, %#lx, %#lx, %#lx )",ARG1,ARG2,ARG3,ARG4,ARG5);
857 PRE_MEM_WRITE("clone(child_tidptr)", ARG5, sizeof(Int));
858 if (!VG_(am_is_valid_for_client)(ARG5, sizeof(Int),
912 (Int *)ARG5, /* child_tidptr */
925 (Int *)ARG5)); /* child_tidptr */
946 POST_MEM_WRITE(ARG5, sizeof(Int));
    [all...]
syswrap-amd64-linux.c 156 " movq 8(%rsp), %r8\n" // syscall arg5: tls_ptr
349 PRINT("sys_clone ( %lx, %#lx, %#lx, %#lx, %#lx )",ARG1,ARG2,ARG3,ARG4,ARG5);
404 (Addr)ARG5)); /* set_tls */
498 // Nb: can't use "ARG2".."ARG5" here because that's our own macro...
637 r = ML_(generic_PRE_sys_mmap)( tid, ARG1, ARG2, ARG3, ARG4, ARG5, ARG6 );
661 ARG4, ARG5, ARG6 );
673 ARG4, ARG5, ARG6 );
    [all...]
priv_types_n_macros.h 60 UWord arg5; member in struct:SyscallArgs
318 #define ARG5 (arrghs->arg5)
328 #define SARG5 ((Word)ARG5)
syswrap-generic.c     [all...]
syswrap-x86-solaris.c 729 r = ML_(generic_PRE_sys_mmap)(tid, ARG1, ARG2, ARG3, ARG4, ARG5, offset);
    [all...]
syswrap-s390x-linux.c 133 void* tlsaddr in r6 (sc arg5)
459 PRINT("sys_clone ( %lx, %#lx, %#lx, %#lx, %#lx )",ARG1,ARG2,ARG3,ARG4, ARG5);
485 /* The kernel simply copies reg6 (ARG5) into AR0 and AR1, no checks */
510 (Addr)ARG5)); /* tlsaddr */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
genrtl.h 98 int arg5,
111 XINT (rt, 5) = arg5;
128 int arg5,
141 XINT (rt, 5) = arg5;
159 int arg5,
173 XINT (rt, 5) = arg5;
216 const char *arg5 MEM_STAT_DECL)
229 XSTR (rt, 7) = arg5;
262 rtvec arg5,
274 XVEC (rt, 5) = arg5;
    [all...]

Completed in 644 milliseconds