HomeSort by relevance Sort by last modified time
    Searched refs:ARG3 (Results 1 - 25 of 27) sorted by null

1 2

  /external/valgrind/coregrind/m_syswrap/
syswrap-linux.c 541 ARG1,(HChar*)ARG1, ARG2,(HChar*)ARG2, ARG3,(HChar*)ARG3, ARG4, ARG5);
548 PRE_MEM_RASCIIZ( "mount(type)", ARG3);
607 PRINT("sys_setresuid16 ( %lu, %lu, %lu )", ARG1, ARG2, ARG3);
614 PRINT("sys_setresuid ( %lu, %lu, %lu )", ARG1, ARG2, ARG3);
621 PRINT("sys_getresuid16 ( %#lx, %#lx, %#lx )", ARG1,ARG2,ARG3);
627 PRE_MEM_WRITE( "getresuid16(suid)", ARG3, sizeof(vki_old_uid_t) );
635 POST_MEM_WRITE( ARG3, sizeof(vki_old_uid_t) );
641 PRINT("sys_getresuid ( %#lx, %#lx, %#lx )", ARG1,ARG2,ARG3);
646 PRE_MEM_WRITE( "getresuid(suid)", ARG3, sizeof(vki_uid_t) )
    [all...]
syswrap-darwin.c     [all...]
syswrap-solaris.c     [all...]
syswrap-tilegx-linux.c 282 " move r3, r4\n" // arg3 = child tid
503 PRINT("sys_clone ( %lx, %#lx, %#lx, %#lx, %#lx )",ARG1,ARG2,ARG3,ARG4,ARG5);
512 PRE_MEM_WRITE("clone(parent_tidptr)", ARG3, sizeof(Int));
513 if (!VG_(am_is_valid_for_client)(ARG3, sizeof(Int), VKI_PROT_WRITE)) {
542 (Long *)ARG3, /* parent_tidptr */
555 (Int *)ARG3, /* parent_tidptr */
577 POST_MEM_WRITE(ARG3, sizeof(Int));
642 // ARG3 is only used for pointers into the traced process's address
648 PRINT("sys_ptrace ( %ld, %ld, %#lx, %#lx )", SARG1, SARG2, ARG3, ARG4);
742 ML_(generic_PRE_sys_setsockopt)(tid, ARG1,ARG2,ARG3,ARG4,ARG5)
    [all...]
syswrap-generic.c     [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,
403 SARG1, ARG2, (HChar*)ARG2, ARG3);
407 PRE_MEM_WRITE( "fstatat64(buf)", ARG3, sizeof(struct vki_stat64) );
412 POST_MEM_WRITE( ARG3, sizeof(struct vki_stat64) );
431 PRINT("sys_clone ( %lx, %#lx, %#lx, %#lx, %#lx )",ARG1,ARG2,ARG3,ARG4,ARG5);
440 PRE_MEM_WRITE("clone(parent_tidptr)", ARG3, sizeof(Int));
441 if (!VG_(am_is_valid_for_client)(ARG3, sizeof(Int),
480 (Int *)ARG3, /* parent_tidptr */
493 (Int *)ARG3, /* parent_tidptr *
    [all...]
syswrap-mips64-linux.c 323 PRINT("sys_tee ( %ld, %ld, %lu, %#lx )", SARG1, SARG2, ARG3, ARG4);
339 PRINT("sys_vmsplice ( %ld, %#lx, %lu, %ld )", SARG1, ARG2, ARG3, SARG4);
378 PRINT("sys_sysfs ( %ld, %#lx, %#lx )", SARG1, ARG2, ARG3);
385 PRINT("cacheflush (%lx, %lx, %lx)", ARG1, ARG2, ARG3);
395 PRINT("sys_reboot ( %ld, %ld, %lu, %#lx )", SARG1, ARG2, ARG3, ARG4);
418 PRINT("sys_ptrace ( %ld, %ld, %#lx, %#lx )", SARG1, SARG2, ARG3, ARG4);
438 ML_(linux_PRE_getregset)(tid, ARG3, ARG4);
460 ML_(linux_POST_getregset)(tid, ARG3, ARG4);
474 r = ML_(generic_PRE_sys_mmap)(tid, ARG1, ARG2, ARG3, ARG4, ARG5,
483 PRINT("sys_clone ( %lx, %#lx, %#lx, %#lx, %#lx )", ARG1, ARG2, ARG3,
    [all...]
syswrap-arm64-linux.c 162 " mov x2, x5\n" // syscall arg3: parent_tid
420 //ZZ ARG1, (ULong)ARG2, ARG3, ARG4, ARG5, ARG6 );
426 //ZZ r = ML_(generic_PRE_sys_mmap)( tid, ARG1, ARG2, ARG3, ARG4, ARG5,
434 PRINT("sys_fadvise64 ( %ld, %ld, %lu, %ld )", SARG1, SARG2, ARG3, SARG4);
445 ARG1, ARG2, ARG3, ARG4, ARG5, ARG6 );
451 r = ML_(generic_PRE_sys_mmap)( tid, ARG1, ARG2, ARG3, ARG4, ARG5, ARG6 );
491 //ZZ PRINT("sys_fstatat64 ( %ld, %#lx(%s), %#lx )",ARG1,ARG2,(char*)ARG2,ARG3);
495 //ZZ PRE_MEM_WRITE( "fstatat64(buf)", ARG3, sizeof(struct vki_stat64) );
500 //ZZ POST_MEM_WRITE( ARG3, sizeof(struct vki_stat64) );
529 PRINT("sys_clone ( %lx, %#lx, %#lx, %#lx, %#lx )",ARG1,ARG2,ARG3,ARG4,ARG5)
    [all...]
syswrap-amd64-linux.c 154 " movq %r9, %rdx\n" // syscall arg3: parent_tid
349 PRINT("sys_clone ( %lx, %#lx, %#lx, %#lx, %#lx )",ARG1,ARG2,ARG3,ARG4,ARG5);
358 PRE_MEM_WRITE("clone(parent_tidptr)", ARG3, sizeof(Int));
359 if (!VG_(am_is_valid_for_client)(ARG3, sizeof(Int), VKI_PROT_WRITE)) {
402 (Long *)ARG3, /* parent_tidptr */
415 (Int *)ARG3, /* parent_tidptr */
437 POST_MEM_WRITE(ARG3, sizeof(Int));
537 // ARG3 is only used for pointers into the traced process's address
543 PRINT("sys_ptrace ( %ld, %ld, %#lx, %#lx )", SARG1, SARG2, ARG3, ARG4);
579 ML_(linux_PRE_getregset)(tid, ARG3, ARG4)
    [all...]
syswrap-ppc32-linux.c 139 pid_t* parent_tid in r5 (sc arg3)
178 " mr 5,8\n" // syscall arg3: parent_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,
474 ARG3);
478 PRE_MEM_WRITE( "fstatat64(buf)", ARG3, sizeof(struct vki_stat64) );
483 POST_MEM_WRITE( ARG3, sizeof(struct vki_stat64) );
537 PRINT("sys_clone ( %lx, %#lx, %#lx, %#lx, %#lx )",ARG1,ARG2,ARG3,ARG4,ARG5)
    [all...]
syswrap-s390x-linux.c 131 int* parent_tid in r4 (sc arg3)
327 containing the real addr, data, and len field pointed to by ARG3
334 PRINT("sys_ptrace ( %ld, %ld, %#lx, %#lx )", SARG1, SARG2, ARG3, ARG4);
359 pa = (vki_ptrace_area *) ARG3;
375 pa = (vki_ptrace_area *) ARG3;
389 ML_(linux_PRE_getregset)(tid, ARG3, ARG4);
392 ML_(linux_PRE_setregset)(tid, ARG3, ARG4);
420 pa = (vki_ptrace_area *) ARG3;
425 ML_(linux_POST_getregset)(tid, ARG3, ARG4);
459 PRINT("sys_clone ( %lx, %#lx, %#lx, %#lx, %#lx )",ARG1,ARG2,ARG3,ARG4, ARG5)
    [all...]
syswrap-ppc64-linux.c 201 pid_t* parent_tid in r5 (sc arg3)
250 " mr 5,8\n" // syscall arg3: parent_tid
322 " mr 5,8\n" // syscall arg3: parent_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);
646 PRE_MEM_WRITE("clone(parent_tidptr)", ARG3, sizeof(Int));
647 if (!VG_(am_is_valid_for_client)(ARG3, sizeof(Int),
    [all...]
syswrap-mips32-linux.c 226 UWord arg1, UWord arg2, UWord arg3,
392 UWord arg1, UWord arg2, UWord arg3,
452 sres = VG_(am_do_mmap_NO_NOTIFY)(advised, arg2, arg3,
470 sres = VG_(am_do_mmap_NO_NOTIFY)(advised, arg2, arg3,
481 arg3, /* prot */
493 arg3, /* prot */
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);
597 SARG1, ARG2, (HChar*)ARG2, ARG3, ARG4);
601 PRE_MEM_WRITE ("fstatat64(buf)", ARG3, sizeof (struct vki_stat64))
    [all...]
syswrap-x86-linux.c 159 " movl 20+"FSZ"(%esp), %edx\n" /* syscall arg3: parent tid * */
828 PRINT("sys_clone ( %lx, %#lx, %#lx, %#lx, %#lx )",ARG1,ARG2,ARG3,ARG4,ARG5);
837 PRE_MEM_WRITE("clone(parent_tidptr)", ARG3, sizeof(Int));
838 if (!VG_(am_is_valid_for_client)(ARG3, sizeof(Int),
911 (Int *)ARG3, /* parent_tidptr */
924 (Int *)ARG3, /* parent_tidptr */
944 POST_MEM_WRITE(ARG3, sizeof(Int));
    [all...]
syswrap-x86-solaris.c 631 (HChar*)ARG2, ARG3, SARG4);
636 PRE_MEM_WRITE("fstatat64(buf)", ARG3, sizeof(struct vki_stat64));
646 POST_MEM_WRITE(ARG3, sizeof(struct vki_stat64));
656 if (ARG3 & VKI_O_CREAT) {
691 PRINT("sys_llseek32 ( %ld, %#lx, %#lx, %ld )", SARG1, ARG2, ARG3, SARG4);
719 ARG1, ARG2, ARG3, ARG4, SARG5, ARG6, ARG7);
729 r = ML_(generic_PRE_sys_mmap)(tid, ARG1, ARG2, ARG3, ARG4, ARG5, offset);
    [all...]
priv_types_n_macros.h 58 UWord arg3; member in struct:SyscallArgs
316 #define ARG3 (arrghs->arg3)
326 #define SARG3 ((Word)ARG3)
syswrap-xen.c 258 ARG1, SARG2, ARG3, ARG4);
547 PRINT("__HYPERVISOR_grant_table_op ( %lu, %#lx, %lu )", ARG1, ARG2, ARG3);
    [all...]
  /external/avahi/avahi-compat-howl/include/salt/
platform.h 162 # define sw_memset(ARG1, ARG2, ARG3) memset((char*) ARG1, ARG2, ARG3)
163 # define sw_memcpy(ARG1, ARG2, ARG3) memmove((char*) ARG1, (char*) ARG2, ARG3)
164 # define sw_memcmp(ARG1, ARG2, ARG3) memcmp((char*) ARG1, ARG2, ARG3)
178 # define sw_strtok_r(ARG1, ARG2, ARG3) strtok_r(ARG1, ARG2, ARG3)
201 # define sw_memset(ARG1, ARG2, ARG3) memset((char*) ARG1, ARG2, ARG3)
    [all...]
  /device/google/contexthub/firmware/inc/platform/stm32f4xx/cmsis/
core_cmSimd.h 123 #define __PKHBT(ARG1,ARG2,ARG3) ( ((((uint32_t)(ARG1)) ) & 0x0000FFFFUL) | \
124 ((((uint32_t)(ARG2)) << (ARG3)) & 0xFFFF0000UL) )
126 #define __PKHTB(ARG1,ARG2,ARG3) ( ((((uint32_t)(ARG1)) ) & 0xFFFF0000UL) | \
127 ((((uint32_t)(ARG2)) >> (ARG3)) & 0x0000FFFFUL) )
129 #define __SMMLA(ARG1,ARG2,ARG3) ( (int32_t)((((int64_t)(ARG1) * (ARG2)) + \
130 ((int64_t)(ARG3) << 32) ) >> 32))
643 #define __PKHBT(ARG1,ARG2,ARG3) \
646 __ASM ("pkhbt %0, %1, %2, lsl %3" : "=r" (__RES) : "r" (__ARG1), "r" (__ARG2), "I" (ARG3) ); \
650 #define __PKHTB(ARG1,ARG2,ARG3) \
653 if (ARG3 == 0) \
    [all...]
arm_math.h 429 #define __PKHBT(ARG1, ARG2, ARG3) ( (((int32_t)(ARG1) << 0) & (int32_t)0x0000FFFF) | \
430 (((int32_t)(ARG2) << ARG3) & (int32_t)0xFFFF0000) )
431 #define __PKHTB(ARG1, ARG2, ARG3) ( (((int32_t)(ARG1) << 0) & (int32_t)0xFFFF0000) | \
432 (((int32_t)(ARG2) >> ARG3) & (int32_t)0x0000FFFF) )
    [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 96 basic_block arg3,
109 XBBDEF (rt, 3) = arg3;
126 basic_block arg3,
139 XBBDEF (rt, 3) = arg3;
157 basic_block arg3,
171 XBBDEF (rt, 3) = arg3;
214 basic_block arg3,
225 XBBDEF (rt, 3) = arg3;
260 rtvec arg3,
272 XVEC (rt, 3) = arg3;
    [all...]
  /external/mesa3d/src/mesa/x86/
assyntax.h 377 #define ARG3(a,b,c) a,b,c
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)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /external/guice/extensions/struts2/lib/
core-3.1.1.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.jdt.core_3.11.0.v20150602-1242.jar 

Completed in 1914 milliseconds

1 2