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

  /external/valgrind/main/coregrind/m_syswrap/
syswrap-amd64-linux.c 156 " movq %r8, %r10\n" // syscall arg4: child_tid
399 PRINT("sys_clone ( %lx, %#lx, %#lx, %#lx, %#lx )",ARG1,ARG2,ARG3,ARG4,ARG5);
415 PRE_MEM_WRITE("clone(child_tidptr)", ARG4, sizeof(Int));
416 if (!VG_(am_is_valid_for_client)(ARG4, sizeof(Int), VKI_PROT_WRITE)) {
439 (Long *)ARG4, /* child_tidptr */
452 (Int *)ARG4)); /* child_tidptr */
475 POST_MEM_WRITE(ARG4, sizeof(Int));
569 PRINT("sys_ptrace ( %ld, %ld, %#lx, %#lx )", ARG1,ARG2,ARG3,ARG4);
576 PRE_MEM_WRITE( "ptrace(peek)", ARG4,
580 PRE_MEM_WRITE( "ptrace(getregs)", ARG4,
    [all...]
syswrap-arm-linux.c 621 PRINT("sys_setsockopt ( %ld, %ld, %ld, %#lx, %ld )",ARG1,ARG2,ARG3,ARG4,ARG5);
625 ML_(generic_PRE_sys_setsockopt)(tid, ARG1,ARG2,ARG3,ARG4,ARG5);
630 PRINT("sys_getsockopt ( %ld, %ld, %ld, %#lx, %#lx )",ARG1,ARG2,ARG3,ARG4,ARG5);
634 ML_(linux_PRE_sys_getsockopt)(tid, ARG1,ARG2,ARG3,ARG4,ARG5);
640 ARG1,ARG2,ARG3,ARG4,ARG5);
672 PRINT("sys_sendto ( %ld, %#lx, %ld, %lu, %#lx, %ld )",ARG1,ARG2,ARG3,ARG4,ARG5,ARG6);
677 ML_(generic_PRE_sys_sendto)(tid, ARG1,ARG2,ARG3,ARG4,ARG5,ARG6);
683 PRINT("sys_recvfrom ( %ld, %#lx, %ld, %lu, %#lx, %#lx )",ARG1,ARG2,ARG3,ARG4,ARG5,ARG6);
687 ML_(generic_PRE_sys_recvfrom)(tid, ARG1,ARG2,ARG3,ARG4,ARG5,ARG6);
693 ARG1,ARG2,ARG3,ARG4,ARG5,ARG6)
    [all...]
syswrap-linux.c 471 ARG1,(Char*)ARG1, ARG2,(Char*)ARG2, ARG3,(Char*)ARG3, ARG4, ARG5);
668 PRINT("sys_llseek ( %ld, 0x%lx, 0x%lx, %#lx, %ld )", ARG1,ARG2,ARG3,ARG4,ARG5);
676 PRE_MEM_WRITE( "llseek(result)", ARG4, sizeof(vki_loff_t));
682 POST_MEM_WRITE( ARG4, sizeof(vki_loff_t) );
809 PRINT( "sys_prctl ( %ld, %ld, %ld, %ld, %ld )", ARG1, ARG2, ARG3, ARG4, ARG5 );
875 unsigned long, arg4, unsigned long, arg5);
906 PRINT("sys_sendfile ( %ld, %ld, %#lx, %lu )", ARG1,ARG2,ARG3,ARG4);
923 PRINT("sendfile64 ( %ld, %ld, %#lx, %lu )",ARG1,ARG2,ARG3,ARG4);
945 ARG4 - struct timespec *utime WAIT:time* REQUEUE,CMP_REQUEUE:val2
949 PRINT("sys_futex ( %#lx, %ld, %ld, %#lx, %#lx )", ARG1,ARG2,ARG3,ARG4,ARG5)
    [all...]
syswrap-x86-linux.c 162 " movl 24+"FSZ"(%esp), %esi\n" /* syscall arg4: tls_ptr * */
851 PRINT("sys_clone ( %lx, %#lx, %#lx, %#lx, %#lx )",ARG1,ARG2,ARG3,ARG4,ARG5);
870 PRE_MEM_READ("clone(tlsinfo)", ARG4, sizeof(vki_modify_ldt_t));
871 if (!VG_(am_is_valid_for_client)(ARG4, sizeof(vki_modify_ldt_t),
936 (vki_modify_ldt_t *)ARG4)); /* set_tls */
    [all...]
syswrap-s390x-linux.c 134 int* child_tid in r5 (sc arg4)
351 // instead of ARG4
354 PRINT("sys_ptrace ( %ld, %ld, %#lx, %#lx )", ARG1,ARG2,ARG3,ARG4);
361 PRE_MEM_WRITE( "ptrace(peek)", ARG4,
365 PRE_MEM_WRITE( "ptrace(geteventmsg)", ARG4, sizeof(unsigned long));
368 PRE_MEM_WRITE( "ptrace(getsiginfo)", ARG4, sizeof(vki_siginfo_t));
371 PRE_MEM_READ( "ptrace(setsiginfo)", ARG4, sizeof(vki_siginfo_t));
418 POST_MEM_WRITE( ARG4, sizeof (long));
421 POST_MEM_WRITE( ARG4, sizeof(unsigned long));
427 POST_MEM_WRITE( ARG4, sizeof(vki_siginfo_t))
    [all...]
syswrap-darwin.c     [all...]
syswrap-aix5.c 592 PRINT("_select ( %ld, %#lx, %#lx, %#lx, %#lx )", ARG1,ARG2,ARG3,ARG4,ARG5);
608 if (ARG4 != 0)
610 ARG4, nfds/8 /* __FD_SETSIZE/8 */ );
    [all...]
syswrap-ppc64-linux.c 154 ?? child_tls in r6 (sc arg4)
202 " mr 6,13\n" // syscall arg4: REAL THREAD tls
724 ARG1, (ULong)ARG2, ARG3, ARG4, ARG5, ARG6 );
730 r = ML_(generic_PRE_sys_mmap)( tid, ARG1, ARG2, ARG3, ARG4, ARG5,
743 //zz ARG1, (ULong)ARG2, ARG3, ARG4, ARG5, ARG6 );
749 //zz r = ML_(generic_PRE_sys_mmap)( tid, ARG1, ARG2, ARG3, ARG4, ARG5,
808 PRINT("sys_ipc ( %ld, %ld, %ld, %ld, %#lx, %ld )", ARG1,ARG2,ARG3,ARG4,ARG5,ARG6);
824 ML_(generic_PRE_sys_semctl)( tid, ARG2, ARG3, ARG4, arg );
832 ML_(linux_PRE_sys_msgsnd)( tid, ARG2, ARG5, ARG3, ARG4 );
833 if ((ARG4 & VKI_IPC_NOWAIT) == 0
    [all...]
syswrap-ppc32-linux.c 142 ?? child_tls in r6 (sc arg4)
180 " mr 6,2\n" // syscall arg4: REAL THREAD tls
696 ARG1, (ULong)ARG2, ARG3, ARG4, ARG5, ARG6 );
702 r = ML_(generic_PRE_sys_mmap)( tid, ARG1, ARG2, ARG3, ARG4, ARG5,
715 ARG1, (ULong)ARG2, ARG3, ARG4, ARG5, ARG6 );
721 r = ML_(generic_PRE_sys_mmap)( tid, ARG1, ARG2, ARG3, ARG4, ARG5,
794 PRINT("sys_ipc ( %ld, %ld, %ld, %ld, %#lx, %ld )", ARG1,ARG2,ARG3,ARG4,ARG5,ARG6);
810 ML_(generic_PRE_sys_semctl)( tid, ARG2, ARG3, ARG4, arg );
818 ML_(linux_PRE_sys_msgsnd)( tid, ARG2, ARG5, ARG3, ARG4 );
819 if ((ARG4 & VKI_IPC_NOWAIT) == 0
    [all...]
syswrap-generic.c     [all...]
priv_types_n_macros.h 57 UWord arg4; member in struct:SyscallArgs
289 #define ARG4 (arrghs->arg4)
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
genrtl.h 97 rtx arg4,
110 XEXP (rt, 4) = arg4;
127 rtx arg4,
140 XEXP (rt, 4) = arg4;
158 rtx arg4,
172 XEXP (rt, 4) = arg4;
215 int arg4,
228 XINT (rt, 6) = arg4;
261 rtvec arg4,
273 XVEC (rt, 4) = arg4;
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
genrtl.h 97 rtx arg4,
110 XEXP (rt, 4) = arg4;
127 rtx arg4,
140 XEXP (rt, 4) = arg4;
158 rtx arg4,
172 XEXP (rt, 4) = arg4;
215 int arg4,
228 XINT (rt, 6) = arg4;
261 rtvec arg4,
273 XVEC (rt, 4) = arg4;
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
genrtl.h 97 rtx arg4,
110 XEXP (rt, 4) = arg4;
127 rtx arg4,
140 XEXP (rt, 4) = arg4;
158 rtx arg4,
172 XEXP (rt, 4) = arg4;
215 int arg4,
228 XINT (rt, 6) = arg4;
261 rtvec arg4,
273 XVEC (rt, 4) = arg4;
    [all...]

Completed in 155 milliseconds