Home
last modified time | relevance | path

Searched refs:ARG4 (Results 1 – 11 of 11) sorted by relevance

/external/valgrind/main/coregrind/m_syswrap/
Dsyswrap-amd64-linux.c399 PRINT("sys_clone ( %lx, %#lx, %#lx, %#lx, %#lx )",ARG1,ARG2,ARG3,ARG4,ARG5); in PRE()
415 PRE_MEM_WRITE("clone(child_tidptr)", ARG4, sizeof(Int)); in PRE()
416 if (!VG_(am_is_valid_for_client)(ARG4, sizeof(Int), VKI_PROT_WRITE)) { in PRE()
439 (Long *)ARG4, /* child_tidptr */ in PRE()
452 (Int *)ARG4)); /* child_tidptr */ in PRE()
475 POST_MEM_WRITE(ARG4, sizeof(Int)); in PRE()
569 PRINT("sys_ptrace ( %ld, %ld, %#lx, %#lx )", ARG1,ARG2,ARG3,ARG4); in PRE()
576 PRE_MEM_WRITE( "ptrace(peek)", ARG4, in PRE()
580 PRE_MEM_WRITE( "ptrace(getregs)", ARG4, in PRE()
584 PRE_MEM_WRITE( "ptrace(getfpregs)", ARG4, in PRE()
[all …]
Dsyswrap-arm-linux.c621 PRINT("sys_setsockopt ( %ld, %ld, %ld, %#lx, %ld )",ARG1,ARG2,ARG3,ARG4,ARG5); in PRE()
625 ML_(generic_PRE_sys_setsockopt)(tid, ARG1,ARG2,ARG3,ARG4,ARG5); in PRE()
630 PRINT("sys_getsockopt ( %ld, %ld, %ld, %#lx, %#lx )",ARG1,ARG2,ARG3,ARG4,ARG5); in PRE()
634 ML_(linux_PRE_sys_getsockopt)(tid, ARG1,ARG2,ARG3,ARG4,ARG5); in PRE()
640 ARG1,ARG2,ARG3,ARG4,ARG5); in POST()
672 PRINT("sys_sendto ( %ld, %#lx, %ld, %lu, %#lx, %ld )",ARG1,ARG2,ARG3,ARG4,ARG5,ARG6); in PRE()
677 ML_(generic_PRE_sys_sendto)(tid, ARG1,ARG2,ARG3,ARG4,ARG5,ARG6); in PRE()
683 PRINT("sys_recvfrom ( %ld, %#lx, %ld, %lu, %#lx, %#lx )",ARG1,ARG2,ARG3,ARG4,ARG5,ARG6); in PRE()
687 ML_(generic_PRE_sys_recvfrom)(tid, ARG1,ARG2,ARG3,ARG4,ARG5,ARG6); in PRE()
693 ARG1,ARG2,ARG3,ARG4,ARG5,ARG6); in POST()
[all …]
Dsyswrap-linux.c471 ARG1,(Char*)ARG1, ARG2,(Char*)ARG2, ARG3,(Char*)ARG3, ARG4, ARG5); in PRE()
668 PRINT("sys_llseek ( %ld, 0x%lx, 0x%lx, %#lx, %ld )", ARG1,ARG2,ARG3,ARG4,ARG5); in PRE()
676 PRE_MEM_WRITE( "llseek(result)", ARG4, sizeof(vki_loff_t)); in PRE()
682 POST_MEM_WRITE( ARG4, sizeof(vki_loff_t) ); in POST()
809 PRINT( "sys_prctl ( %ld, %ld, %ld, %ld, %ld )", ARG1, ARG2, ARG3, ARG4, ARG5 ); in PRE()
906 PRINT("sys_sendfile ( %ld, %ld, %#lx, %lu )", ARG1,ARG2,ARG3,ARG4); in PRE()
923 PRINT("sendfile64 ( %ld, %ld, %#lx, %lu )",ARG1,ARG2,ARG3,ARG4); in PRE()
949 PRINT("sys_futex ( %#lx, %ld, %ld, %#lx, %#lx )", ARG1,ARG2,ARG3,ARG4,ARG5); in PRE()
1000 if (ARG4 != 0) in PRE()
1001 PRE_MEM_READ( "futex(timeout)", ARG4, sizeof(struct vki_timespec) ); in PRE()
[all …]
Dsyswrap-darwin.c1305 PRINT("semctl ( %ld, %ld, %ld, %#lx )",ARG1,ARG2,ARG3,ARG4); in PRE()
1311 PRINT("semctl ( %ld, %ld, %ld, %#lx )",ARG1,ARG2,ARG3,ARG4); in PRE()
1316 PRINT("semctl ( %ld, %ld, %ld, %#lx )",ARG1,ARG2,ARG3,ARG4); in PRE()
1326 ML_(generic_PRE_sys_semctl)(tid, ARG1,ARG2,ARG3,ARG4); in PRE()
1330 ML_(generic_POST_sys_semctl)(tid, RES,ARG1,ARG2,ARG3,ARG4); in POST()
1338 ARG1,(char*)ARG1,ARG2,ARG3,ARG4); in PRE()
1428 ARG1, ARG2, ARG3, ARG4, ARG5, ARG6); in PRE()
1437 ARG4, ARG5 * sizeof(struct vki_kevent)); in PRE()
1446 PRINT("kevent ret %ld dst %#lx (%zu)", RES, ARG4, sizeof(struct vki_kevent)); in POST()
1447 if (RES > 0) POST_MEM_WRITE(ARG4, RES * sizeof(struct vki_kevent)); in POST()
[all …]
Dsyswrap-s390x-linux.c354 PRINT("sys_ptrace ( %ld, %ld, %#lx, %#lx )", ARG1,ARG2,ARG3,ARG4); in PRE()
361 PRE_MEM_WRITE( "ptrace(peek)", ARG4, in PRE()
365 PRE_MEM_WRITE( "ptrace(geteventmsg)", ARG4, sizeof(unsigned long)); in PRE()
368 PRE_MEM_WRITE( "ptrace(getsiginfo)", ARG4, sizeof(vki_siginfo_t)); in PRE()
371 PRE_MEM_READ( "ptrace(setsiginfo)", ARG4, sizeof(vki_siginfo_t)); in PRE()
418 POST_MEM_WRITE( ARG4, sizeof (long)); in POST()
421 POST_MEM_WRITE( ARG4, sizeof(unsigned long)); in POST()
427 POST_MEM_WRITE( ARG4, sizeof(vki_siginfo_t)); in POST()
792 ARG1,ARG2,ARG3,ARG4,ARG5,ARG6); in PRE()
808 ML_(generic_PRE_sys_semctl)( tid, ARG2, ARG3, ARG4, arg ); in PRE()
[all …]
Dsyswrap-x86-linux.c851 PRINT("sys_clone ( %lx, %#lx, %#lx, %#lx, %#lx )",ARG1,ARG2,ARG3,ARG4,ARG5); in PRE()
870 PRE_MEM_READ("clone(tlsinfo)", ARG4, sizeof(vki_modify_ldt_t)); in PRE()
871 if (!VG_(am_is_valid_for_client)(ARG4, sizeof(vki_modify_ldt_t), in PRE()
936 (vki_modify_ldt_t *)ARG4)); /* set_tls */ in PRE()
1099 PRINT("sys_ptrace ( %ld, %ld, %#lx, %#lx )", ARG1,ARG2,ARG3,ARG4); in PRE()
1106 PRE_MEM_WRITE( "ptrace(peek)", ARG4, in PRE()
1110 PRE_MEM_WRITE( "ptrace(getregs)", ARG4, in PRE()
1114 PRE_MEM_WRITE( "ptrace(getfpregs)", ARG4, in PRE()
1118 PRE_MEM_WRITE( "ptrace(getfpxregs)", ARG4, in PRE()
1122 PRE_MEM_READ( "ptrace(setregs)", ARG4, in PRE()
[all …]
Dsyswrap-ppc64-linux.c724 ARG1, (ULong)ARG2, ARG3, ARG4, ARG5, ARG6 ); in PRE()
730 r = ML_(generic_PRE_sys_mmap)( tid, ARG1, ARG2, ARG3, ARG4, ARG5, in PRE()
808 PRINT("sys_ipc ( %ld, %ld, %ld, %ld, %#lx, %ld )", ARG1,ARG2,ARG3,ARG4,ARG5,ARG6); in PRE()
824 ML_(generic_PRE_sys_semctl)( tid, ARG2, ARG3, ARG4, arg ); in PRE()
832 ML_(linux_PRE_sys_msgsnd)( tid, ARG2, ARG5, ARG3, ARG4 ); in PRE()
833 if ((ARG4 & VKI_IPC_NOWAIT) == 0) in PRE()
848 ML_(linux_PRE_sys_msgrcv)( tid, ARG2, msgp, ARG3, msgtyp, ARG4 ); in PRE()
850 if ((ARG4 & VKI_IPC_NOWAIT) == 0) in PRE()
862 PRE_MEM_WRITE( "shmat(raddr)", ARG4, sizeof(Addr) ); in PRE()
896 ML_(generic_PRE_sys_semctl)( tid, ARG2, ARG3, ARG4, arg ); in POST()
[all …]
Dsyswrap-aix5.c592 PRINT("_select ( %ld, %#lx, %#lx, %#lx, %#lx )", ARG1,ARG2,ARG3,ARG4,ARG5); in PRE()
608 if (ARG4 != 0) in PRE()
610 ARG4, nfds/8 /* __FD_SETSIZE/8 */ ); in PRE()
1067 ARG1,(Char*)ARG1, ARG2, ARG3, ARG4); in PRE()
1071 PRE_MEM_WRITE( "finfo(buffer)", ARG3, ARG4 ); in PRE()
1075 POST_MEM_WRITE( ARG3, ARG4 ); in POST()
1091 PRINT("fstatx ( %ld, %#lx, %ld, %ld )", ARG1, ARG2, ARG3, ARG4 ); in PRE()
1196 ARG1, ARG2, ARG3, ARG4, ARG5, ARG6 ); in PRE()
1208 PRE_MEM_WRITE( "getprocs(FileBuffer)", ARG3, ARG4 * ARG6 ); in PRE()
1216 POST_MEM_WRITE( ARG3, ARG4 * ARG6 ); in POST()
[all …]
Dsyswrap-ppc32-linux.c696 ARG1, (ULong)ARG2, ARG3, ARG4, ARG5, ARG6 ); in PRE()
702 r = ML_(generic_PRE_sys_mmap)( tid, ARG1, ARG2, ARG3, ARG4, ARG5, in PRE()
715 ARG1, (ULong)ARG2, ARG3, ARG4, ARG5, ARG6 ); in PRE()
721 r = ML_(generic_PRE_sys_mmap)( tid, ARG1, ARG2, ARG3, ARG4, ARG5, in PRE()
794 PRINT("sys_ipc ( %ld, %ld, %ld, %ld, %#lx, %ld )", ARG1,ARG2,ARG3,ARG4,ARG5,ARG6); in PRE()
810 ML_(generic_PRE_sys_semctl)( tid, ARG2, ARG3, ARG4, arg ); in PRE()
818 ML_(linux_PRE_sys_msgsnd)( tid, ARG2, ARG5, ARG3, ARG4 ); in PRE()
819 if ((ARG4 & VKI_IPC_NOWAIT) == 0) in PRE()
834 ML_(linux_PRE_sys_msgrcv)( tid, ARG2, msgp, ARG3, msgtyp, ARG4 ); in PRE()
836 if ((ARG4 & VKI_IPC_NOWAIT) == 0) in PRE()
[all …]
Dsyswrap-generic.c2216 PRINT("sys_getpmsg ( %ld, %#lx, %#lx, %#lx, %#lx )", ARG1,ARG2,ARG3,ARG4,ARG5); in PRE()
2226 if (ARG4) in PRE()
2227 PRE_MEM_WRITE( "getpmsg(bandp)", (Addr)ARG4, sizeof(int)); in PRE()
2252 PRINT("sys_putpmsg ( %ld, %#lx, %#lx, %ld, %ld )", ARG1,ARG2,ARG3,ARG4,ARG5); in PRE()
2334 if (ARG4 & VKI_MREMAP_FIXED) { in PRE()
2336 ARG1, (ULong)ARG2, ARG3, ARG4, ARG5); in PRE()
2343 ARG1, (ULong)ARG2, ARG3, ARG4); in PRE()
2349 do_mremap((Addr)ARG1, ARG2, (Addr)ARG5, ARG3, ARG4, tid) in PRE()
2398 ARG1, ARG2, (ULong)ARG3, MERGE64(ARG4,ARG5)); in PRE()
2404 ARG1, ARG2, (ULong)ARG3, (Long)ARG4); in PRE()
[all …]
Dpriv_types_n_macros.h289 #define ARG4 (arrghs->arg4) macro