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

  /external/valgrind/main/coregrind/m_syswrap/
syswrap-ppc64-linux.c 155 pid_t* child_tid in r7 (sc arg5)
203 " mr 7,7\n" // syscall arg5: child_tid
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);
816 ML_(generic_PRE_sys_semop)( tid, ARG2, ARG5, ARG3 );
823 UWord arg = deref_Addr( tid, ARG5, "semctl(arg)" );
828 ML_(generic_PRE_sys_semtimedop)( tid, ARG2, ARG5, ARG3, ARG6 )
    [all...]
syswrap-ppc32-linux.c 143 pid_t* child_tid in r7 (sc arg5)
181 " mr 7,7\n" // syscall arg5: child_tid
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);
802 ML_(generic_PRE_sys_semop)( tid, ARG2, ARG5, ARG3 );
809 UWord arg = deref_Addr( tid, ARG5, "semctl(arg)" );
814 ML_(generic_PRE_sys_semtimedop)( tid, ARG2, ARG5, ARG3, ARG6 )
    [all...]
syswrap-x86-linux.c 161 " movl 16+"FSZ"(%esp), %edi\n" /* syscall arg5: child tid * */
851 PRINT("sys_clone ( %lx, %#lx, %#lx, %#lx, %#lx )",ARG1,ARG2,ARG3,ARG4,ARG5);
880 PRE_MEM_WRITE("clone(child_tidptr)", ARG5, sizeof(Int));
881 if (!VG_(am_is_valid_for_client)(ARG5, sizeof(Int),
935 (Int *)ARG5, /* child_tidptr */
948 (Int *)ARG5)); /* child_tidptr */
    [all...]
syswrap-s390x-linux.c 135 void* tlsaddr in r6 (sc arg5)
792 ARG1,ARG2,ARG3,ARG4,ARG5,ARG6);
800 ML_(generic_PRE_sys_semop)( tid, ARG2, ARG5, ARG3 );
807 UWord arg = deref_Addr( tid, ARG5, "semctl(arg)" );
812 ML_(generic_PRE_sys_semtimedop)( tid, ARG2, ARG5, ARG3, ARG6 );
816 ML_(linux_PRE_sys_msgsnd)( tid, ARG2, ARG5, ARG3, ARG4 );
826 (Addr) (&((struct vki_ipc_kludge *)ARG5)->msgp),
829 (Addr) (&((struct vki_ipc_kludge *)ARG5)->msgtyp),
841 ML_(linux_PRE_sys_msgctl)( tid, ARG2, ARG3, ARG5 );
847 w = ML_(generic_PRE_sys_shmat)( tid, ARG2, ARG5, ARG3 )
    [all...]
syswrap-amd64-linux.c 157 " movq 8(%rsp), %r8\n" // syscall arg5: tls_ptr
399 PRINT("sys_clone ( %lx, %#lx, %#lx, %#lx, %#lx )",ARG1,ARG2,ARG3,ARG4,ARG5);
440 (Addr)ARG5)); /* set_tls */
534 // Nb: can't use "ARG2".."ARG5" here because that's our own macro...
652 PRINT("sys_setsockopt ( %ld, %ld, %ld, %#lx, %ld )",ARG1,ARG2,ARG3,ARG4,ARG5);
656 ML_(generic_PRE_sys_setsockopt)(tid, ARG1,ARG2,ARG3,ARG4,ARG5);
661 PRINT("sys_getsockopt ( %ld, %ld, %ld, %#lx, %#lx )",ARG1,ARG2,ARG3,ARG4,ARG5);
665 ML_(linux_PRE_sys_getsockopt)(tid, ARG1,ARG2,ARG3,ARG4,ARG5);
671 ARG1,ARG2,ARG3,ARG4,ARG5);
720 PRINT("sys_sendto ( %ld, %#lx, %ld, %lu, %#lx, %ld )",ARG1,ARG2,ARG3,ARG4,ARG5,ARG6)
    [all...]
syswrap-aix5.c 592 PRINT("_select ( %ld, %#lx, %#lx, %#lx, %#lx )", ARG1,ARG2,ARG3,ARG4,ARG5);
611 if (ARG5 != 0)
612 PRE_MEM_READ( "select(timeout)", ARG5,
    [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-darwin.c     [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);
809 PRINT( "sys_prctl ( %ld, %ld, %ld, %ld, %ld )", ARG1, ARG2, ARG3, ARG4, ARG5 );
875 unsigned long, arg4, unsigned long, arg5);
946 ARG5 - u32 *uaddr2 REQUEUE,CMP_REQUEUE
949 PRINT("sys_futex ( %#lx, %ld, %ld, %#lx, %#lx )", ARG1,ARG2,ARG3,ARG4,ARG5);
    [all...]
syswrap-generic.c     [all...]
priv_types_n_macros.h 58 UWord arg5; member in struct:SyscallArgs
290 #define ARG5 (arrghs->arg5)
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/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...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/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...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/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 165 milliseconds