Home
last modified time | relevance | path

Searched refs:ARG3 (Results 1 – 21 of 21) sorted by relevance

/external/valgrind/coregrind/m_syswrap/
Dsyswrap-linux.c541 ARG1,(HChar*)ARG1, ARG2,(HChar*)ARG2, ARG3,(HChar*)ARG3, ARG4, ARG5); in PRE()
548 PRE_MEM_RASCIIZ( "mount(type)", ARG3); in PRE()
607 PRINT("sys_setresuid16 ( %lu, %lu, %lu )", ARG1, ARG2, ARG3); in PRE()
614 PRINT("sys_setresuid ( %lu, %lu, %lu )", ARG1, ARG2, ARG3); in PRE()
621 PRINT("sys_getresuid16 ( %#lx, %#lx, %#lx )", ARG1,ARG2,ARG3); in PRE()
627 PRE_MEM_WRITE( "getresuid16(suid)", ARG3, sizeof(vki_old_uid_t) ); in PRE()
635 POST_MEM_WRITE( ARG3, sizeof(vki_old_uid_t) ); in POST()
641 PRINT("sys_getresuid ( %#lx, %#lx, %#lx )", ARG1,ARG2,ARG3); in PRE()
646 PRE_MEM_WRITE( "getresuid(suid)", ARG3, sizeof(vki_uid_t) ); in PRE()
654 POST_MEM_WRITE( ARG3, sizeof(vki_uid_t) ); in POST()
[all …]
Dsyswrap-solaris.c1165 ARG1, (HChar *) ARG1, ARG2, ARG3, ARG4, ARG5); in PRE()
1171 if (ARG3 > 0) { in PRE()
1249 while ((Addr) kfa < ARG2 + ARG3) { in PRE()
1267 if (!VG_(am_is_valid_for_client)(ARG2, ARG3, VKI_PROT_READ)) { in PRE()
1295 attrs_size = ARG3 + sizeof(vki_spawn_attr_t); in PRE()
1298 SizeT file_actions_size = ARG3 - attrs->ksa_size; in PRE()
1316 (HChar *) ARG2 + ARG3 - file_actions_size, in PRE()
1321 attrs_size = ARG3; in PRE()
1740 SARG2, ARG3); in PRE()
1755 ARG2, ARG3)) in PRE()
[all …]
Dsyswrap-darwin.c1116 PRINT("ioctl ( %lu, 0x%lx, %#lx )", ARG1, ARG2, ARG3); in PRE()
1123 PRE_MEM_WRITE( "ioctl(TIOCGWINSZ)", ARG3, sizeof(struct vki_winsize) ); in PRE()
1126 PRE_MEM_READ( "ioctl(TIOCSWINSZ)", ARG3, sizeof(struct vki_winsize) ); in PRE()
1129 PRE_MEM_READ( "ioctl(TIOCMBIS)", ARG3, sizeof(unsigned int) ); in PRE()
1132 PRE_MEM_READ( "ioctl(TIOCMBIC)", ARG3, sizeof(unsigned int) ); in PRE()
1135 PRE_MEM_READ( "ioctl(TIOCMSET)", ARG3, sizeof(unsigned int) ); in PRE()
1138 PRE_MEM_WRITE( "ioctl(TIOCMGET)", ARG3, sizeof(unsigned int) ); in PRE()
1142 PRE_MEM_WRITE( "ioctl(TIOCGPGRP)", ARG3, sizeof(vki_pid_t) ); in PRE()
1146 PRE_MEM_WRITE( "ioctl(TIOCGPGRP)", ARG3, sizeof(vki_pid_t) ); in PRE()
1149 PRE_MEM_READ( "ioctl(FIONBIO)", ARG3, sizeof(int) ); in PRE()
[all …]
Dsyswrap-tilegx-linux.c503 PRINT("sys_clone ( %lx, %#lx, %#lx, %#lx, %#lx )",ARG1,ARG2,ARG3,ARG4,ARG5); in PRE()
512 PRE_MEM_WRITE("clone(parent_tidptr)", ARG3, sizeof(Int)); in PRE()
513 if (!VG_(am_is_valid_for_client)(ARG3, sizeof(Int), VKI_PROT_WRITE)) { in PRE()
542 (Long *)ARG3, /* parent_tidptr */ in PRE()
555 (Int *)ARG3, /* parent_tidptr */ in PRE()
577 POST_MEM_WRITE(ARG3, sizeof(Int)); in PRE()
648 PRINT("sys_ptrace ( %ld, %ld, %#lx, %#lx )", SARG1, SARG2, ARG3, ARG4); in PRE()
742 ML_(generic_PRE_sys_setsockopt)(tid, ARG1,ARG2,ARG3,ARG4,ARG5); in PRE()
752 ML_(linux_PRE_sys_getsockopt)(tid, ARG1,ARG2,ARG3,ARG4,ARG5); in PRE()
758 ARG1,ARG2,ARG3,ARG4,ARG5); in POST()
[all …]
Dsyswrap-generic.c2482 PRINT("sys_msync ( %#lx, %lu, %#lx )", ARG1, ARG2, ARG3); in PRE()
2503 PRINT("sys_getpmsg ( %ld, %#lx, %#lx, %#lx, %#lx )", SARG1, ARG2, ARG3, in PRE()
2509 data = (struct vki_pmsg_strbuf *)ARG3; in PRE()
2525 data = (struct vki_pmsg_strbuf *)ARG3; in POST()
2540 PRINT("sys_putpmsg ( %ld, %#lx, %#lx, %ld, %ld )", SARG1, ARG2, ARG3, in PRE()
2546 data = (struct vki_pmsg_strbuf *)ARG3; in PRE()
2574 PRINT("sys_setitimer ( %ld, %#lx, %#lx )", SARG1, ARG2, ARG3); in PRE()
2585 if (ARG3 != (Addr)NULL) { in PRE()
2586 struct vki_itimerval *ovalue = (struct vki_itimerval*)ARG3; in PRE()
2596 if (ARG3 != (Addr)NULL) { in POST()
[all …]
Dsyswrap-arm-linux.c356 ARG1, ARG2, ARG3, ARG4, ARG5, ARG6 ); in PRE()
362 r = ML_(generic_PRE_sys_mmap)( tid, ARG1, ARG2, ARG3, ARG4, ARG5, in PRE()
403 SARG1, ARG2, (HChar*)ARG2, ARG3); in PRE()
407 PRE_MEM_WRITE( "fstatat64(buf)", ARG3, sizeof(struct vki_stat64) ); in PRE()
412 POST_MEM_WRITE( ARG3, sizeof(struct vki_stat64) ); in POST()
431 PRINT("sys_clone ( %lx, %#lx, %#lx, %#lx, %#lx )",ARG1,ARG2,ARG3,ARG4,ARG5); in PRE()
440 PRE_MEM_WRITE("clone(parent_tidptr)", ARG3, sizeof(Int)); in PRE()
441 if (!VG_(am_is_valid_for_client)(ARG3, sizeof(Int), in PRE()
480 (Int *)ARG3, /* parent_tidptr */ in PRE()
493 (Int *)ARG3, /* parent_tidptr */ in PRE()
[all …]
Dsyswrap-ppc32-linux.c408 ARG1, ARG2, ARG3, ARG4, ARG5, ARG6 ); in PRE()
414 r = ML_(generic_PRE_sys_mmap)( tid, ARG1, ARG2, ARG3, ARG4, ARG5, in PRE()
427 ARG1, ARG2, ARG3, ARG4, ARG5, ARG6 ); in PRE()
433 r = ML_(generic_PRE_sys_mmap)( tid, ARG1, ARG2, ARG3, ARG4, ARG5, in PRE()
474 ARG3); in PRE()
478 PRE_MEM_WRITE( "fstatat64(buf)", ARG3, sizeof(struct vki_stat64) ); in PRE()
483 POST_MEM_WRITE( ARG3, sizeof(struct vki_stat64) ); in POST()
537 PRINT("sys_clone ( %lx, %#lx, %#lx, %#lx, %#lx )",ARG1,ARG2,ARG3,ARG4,ARG5); in PRE()
546 PRE_MEM_WRITE("clone(parent_tidptr)", ARG3, sizeof(Int)); in PRE()
547 if (!VG_(am_is_valid_for_client)(ARG3, sizeof(Int), in PRE()
[all …]
Dsyswrap-mips64-linux.c323 PRINT("sys_tee ( %ld, %ld, %lu, %#lx )", SARG1, SARG2, ARG3, ARG4); in PRE()
339 PRINT("sys_vmsplice ( %ld, %#lx, %lu, %ld )", SARG1, ARG2, ARG3, SARG4); in PRE()
378 PRINT("sys_sysfs ( %ld, %#lx, %#lx )", SARG1, ARG2, ARG3); in PRE()
385 PRINT("cacheflush (%lx, %lx, %lx)", ARG1, ARG2, ARG3); in PRE()
395 PRINT("sys_reboot ( %ld, %ld, %lu, %#lx )", SARG1, ARG2, ARG3, ARG4); in PRE()
418 PRINT("sys_ptrace ( %ld, %ld, %#lx, %#lx )", SARG1, SARG2, ARG3, ARG4); in PRE()
438 ML_(linux_PRE_getregset)(tid, ARG3, ARG4); in PRE()
460 ML_(linux_POST_getregset)(tid, ARG3, ARG4); in POST()
474 r = ML_(generic_PRE_sys_mmap)(tid, ARG1, ARG2, ARG3, ARG4, ARG5, in PRE()
483 PRINT("sys_clone ( %lx, %#lx, %#lx, %#lx, %#lx )", ARG1, ARG2, ARG3, in PRE()
[all …]
Dsyswrap-amd64-linux.c349 PRINT("sys_clone ( %lx, %#lx, %#lx, %#lx, %#lx )",ARG1,ARG2,ARG3,ARG4,ARG5); in PRE()
358 PRE_MEM_WRITE("clone(parent_tidptr)", ARG3, sizeof(Int)); in PRE()
359 if (!VG_(am_is_valid_for_client)(ARG3, sizeof(Int), VKI_PROT_WRITE)) { in PRE()
402 (Long *)ARG3, /* parent_tidptr */ in PRE()
415 (Int *)ARG3, /* parent_tidptr */ in PRE()
437 POST_MEM_WRITE(ARG3, sizeof(Int)); in PRE()
543 PRINT("sys_ptrace ( %ld, %ld, %#lx, %#lx )", SARG1, SARG2, ARG3, ARG4); in PRE()
579 ML_(linux_PRE_getregset)(tid, ARG3, ARG4); in PRE()
582 ML_(linux_PRE_setregset)(tid, ARG3, ARG4); in PRE()
613 ML_(linux_POST_getregset)(tid, ARG3, ARG4); in POST()
[all …]
Dsyswrap-x86-linux.c828 PRINT("sys_clone ( %lx, %#lx, %#lx, %#lx, %#lx )",ARG1,ARG2,ARG3,ARG4,ARG5); in PRE()
837 PRE_MEM_WRITE("clone(parent_tidptr)", ARG3, sizeof(Int)); in PRE()
838 if (!VG_(am_is_valid_for_client)(ARG3, sizeof(Int), in PRE()
911 (Int *)ARG3, /* parent_tidptr */ in PRE()
924 (Int *)ARG3, /* parent_tidptr */ in PRE()
944 POST_MEM_WRITE(ARG3, sizeof(Int)); in PRE()
1024 PRINT("sys_modify_ldt ( %ld, %#lx, %lu )", SARG1, ARG2, ARG3); in PRE()
1030 PRE_MEM_WRITE( "modify_ldt(ptr)", ARG2, ARG3 ); in PRE()
1037 SET_STATUS_from_SysRes( sys_modify_ldt( tid, ARG1, (void*)ARG2, ARG3 ) ); in PRE()
1076 PRINT("sys_ptrace ( %ld, %ld, %#lx, %#lx )", SARG1, SARG2, ARG3, ARG4); in PRE()
[all …]
Dsyswrap-arm64-linux.c434 PRINT("sys_fadvise64 ( %ld, %ld, %lu, %ld )", SARG1, SARG2, ARG3, SARG4); in PRE()
445 ARG1, ARG2, ARG3, ARG4, ARG5, ARG6 ); in PRE()
451 r = ML_(generic_PRE_sys_mmap)( tid, ARG1, ARG2, ARG3, ARG4, ARG5, ARG6 ); in PRE()
529 PRINT("sys_clone ( %lx, %#lx, %#lx, %#lx, %#lx )",ARG1,ARG2,ARG3,ARG4,ARG5); in PRE()
538 PRE_MEM_WRITE("clone(parent_tidptr)", ARG3, sizeof(Int)); in PRE()
539 if (!VG_(am_is_valid_for_client)(ARG3, sizeof(Int), in PRE()
578 (Int*)ARG3, /* parent_tidptr */ in PRE()
591 (Int*)ARG3, /* parent_tidptr */ in PRE()
609 POST_MEM_WRITE(ARG3, sizeof(Int)); in PRE()
Dsyswrap-s390x-linux.c334 PRINT("sys_ptrace ( %ld, %ld, %#lx, %#lx )", SARG1, SARG2, ARG3, ARG4); in PRE()
359 pa = (vki_ptrace_area *) ARG3; in PRE()
375 pa = (vki_ptrace_area *) ARG3; in PRE()
389 ML_(linux_PRE_getregset)(tid, ARG3, ARG4); in PRE()
392 ML_(linux_PRE_setregset)(tid, ARG3, ARG4); in PRE()
420 pa = (vki_ptrace_area *) ARG3; in POST()
425 ML_(linux_POST_getregset)(tid, ARG3, ARG4); in POST()
459 PRINT("sys_clone ( %lx, %#lx, %#lx, %#lx, %#lx )",ARG1,ARG2,ARG3,ARG4, ARG5); in PRE()
467 PRE_MEM_WRITE("clone(parent_tidptr)", ARG3, sizeof(Int)); in PRE()
468 if (!VG_(am_is_valid_for_client)(ARG3, sizeof(Int), in PRE()
[all …]
Dsyswrap-mips32-linux.c541 r = mips_PRE_sys_mmap(tid, ARG1, ARG2, ARG3, ARG4, ARG5, in PRE()
553 r = mips_PRE_sys_mmap(tid, ARG1, ARG2, ARG3, ARG4, ARG5, (Off64T) ARG6); in PRE()
597 SARG1, ARG2, (HChar*)ARG2, ARG3, ARG4); in PRE()
601 PRE_MEM_WRITE ("fstatat64(buf)", ARG3, sizeof (struct vki_stat64)); in PRE()
606 POST_MEM_WRITE (ARG3, sizeof (struct vki_stat64)); in POST()
625 PRINT ("sys_clone ( %lx, %#lx, %#lx, %#lx, %#lx )", ARG1, ARG2, ARG3, in PRE()
634 PRE_MEM_WRITE ("clone(parent_tidptr)", ARG3, sizeof (Int)); in PRE()
635 if (!VG_ (am_is_valid_for_client)(ARG3, sizeof (Int), VKI_PROT_WRITE)) in PRE()
670 ARG1, ARG2, ARG3, ARG4, ARG5); in PRE()
674 (Int *) ARG3, /* parent_tidptr */ in PRE()
[all …]
Dsyswrap-ppc64-linux.c557 ARG1, ARG2, ARG3, ARG4, ARG5, ARG6 ); in PRE()
563 r = ML_(generic_PRE_sys_mmap)( tid, ARG1, ARG2, ARG3, ARG4, ARG5, in PRE()
637 PRINT("sys_clone ( %lx, %#lx, %#lx, %#lx, %#lx )",ARG1,ARG2,ARG3,ARG4,ARG5); in PRE()
646 PRE_MEM_WRITE("clone(parent_tidptr)", ARG3, sizeof(Int)); in PRE()
647 if (!VG_(am_is_valid_for_client)(ARG3, sizeof(Int), in PRE()
678 (Int *)ARG3, /* parent_tidptr */ in PRE()
691 (Int *)ARG3, /* parent_tidptr */ in PRE()
708 POST_MEM_WRITE(ARG3, sizeof(Int)); in PRE()
Dsyswrap-x86-solaris.c631 (HChar*)ARG2, ARG3, SARG4); in PRE()
636 PRE_MEM_WRITE("fstatat64(buf)", ARG3, sizeof(struct vki_stat64)); in PRE()
646 POST_MEM_WRITE(ARG3, sizeof(struct vki_stat64)); in POST()
656 if (ARG3 & VKI_O_CREAT) { in PRE()
691 PRINT("sys_llseek32 ( %ld, %#lx, %#lx, %ld )", SARG1, ARG2, ARG3, SARG4); in PRE()
719 ARG1, ARG2, ARG3, ARG4, SARG5, ARG6, ARG7); in PRE()
729 r = ML_(generic_PRE_sys_mmap)(tid, ARG1, ARG2, ARG3, ARG4, ARG5, offset); in PRE()
920 SARG1, ARG2, ARG3, ARG4, ARG5); in PRE()
923 PRE_MEM_WRITE("pread64(buf)", ARG2, ARG3); in PRE()
942 SARG1, ARG2, ARG3, ARG4, ARG5); in PRE()
[all …]
Dpriv_types_n_macros.h316 #define ARG3 (arrghs->arg3) macro
326 #define SARG3 ((Word)ARG3)
Dsyswrap-xen.c258 ARG1, SARG2, ARG3, ARG4); in PRE()
547 PRINT("__HYPERVISOR_grant_table_op ( %lu, %#lx, %lu )", ARG1, ARG2, ARG3); in PRE()
1388 unsigned int *pdone = (unsigned int *)ARG3; in POST()
/external/avahi/avahi-compat-howl/include/salt/
Dplatform.h162 # define sw_memset(ARG1, ARG2, ARG3) memset((char*) ARG1, ARG2, ARG3) argument
163 # define sw_memcpy(ARG1, ARG2, ARG3) memmove((char*) ARG1, (char*) ARG2, ARG3) argument
164 # define sw_memcmp(ARG1, ARG2, ARG3) memcmp((char*) ARG1, ARG2, ARG3) argument
178 # define sw_strtok_r(ARG1, ARG2, ARG3) strtok_r(ARG1, ARG2, ARG3) argument
201 # define sw_memset(ARG1, ARG2, ARG3) memset((char*) ARG1, ARG2, ARG3) argument
202 # define sw_memcpy(ARG1, ARG2, ARG3) memcpy((char*) ARG1, (char*) ARG2, ARG3) argument
203 # define sw_memcmp(ARG1, ARG2, ARG3) memcmp((char*) ARG1, ARG2, ARG3) argument
233 # define sw_strtok_r(ARG1, ARG2, ARG3) strtok_r(ARG1, ARG2, ARG3) argument
243 # define sw_memset(ARG1, ARG2, ARG3) memset((char*) ARG1, ARG2, ARG3) argument
244 # define sw_memcpy(ARG1, ARG2, ARG3) memcpy((char*) ARG1, (char*) ARG2, ARG3) argument
[all …]
/external/mesa3d/src/mesa/x86/
Dassyntax.h377 #define ARG3(a,b,c) a,b,c macro
648 #define SHLD_L(a,b,c) CHOICE(shldl ARG3(a,b,c), shldl ARG3(a,b,c), _LTOG shld ARG3(c,b,a))
649 #define SHLD2_L(a,b) CHOICE(shldl ARG2(a,b), shldl ARG3(CL,a,b), _LTOG shld ARG3(b,a,CL))
650 #define SHLD_W(a,b,c) CHOICE(shldw ARG3(a,b,c), shldw ARG3(a,b,c), _WTOG shld ARG3(c,b,a))
651 #define SHLD2_W(a,b) CHOICE(shldw ARG2(a,b), shldw ARG3(CL,a,b), _WTOG shld ARG3(b,a,CL))
655 #define SHRD_L(a,b,c) CHOICE(shrdl ARG3(a,b,c), shrdl ARG3(a,b,c), _LTOG shrd ARG3(c,b,a))
656 #define SHRD2_L(a,b) CHOICE(shrdl ARG2(a,b), shrdl ARG3(CL,a,b), _LTOG shrd ARG3(b,a,CL))
657 #define SHRD_W(a,b,c) CHOICE(shrdw ARG3(a,b,c), shrdw ARG3(a,b,c), _WTOG shrd ARG3(c,b,a))
658 #define SHRD2_W(a,b) CHOICE(shrdw ARG2(a,b), shrdw ARG3(CL,a,b), _WTOG shrd ARG3(b,a,CL))
/external/selinux/secilc/docs/
Dcil_type_statements.md441 (macro domain_auto_trans ((type ARG1) (type ARG2) (type ARG3))
443 (call domain_trans (ARG1 ARG2 ARG3))
445 (typetransition ARG1 ARG2 process ARG3)
/external/llvm/lib/Target/X86/
DX86CallingConv.td441 // Pass in VM's registers: HP, P, ARG0, ARG1, ARG2, ARG3