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

  /external/valgrind/main/coregrind/m_syswrap/
syswrap-aix5.c 488 PRE_REG_READ2(int, "_clock_settime", int, arg1, int, arg2);
535 PRE_REG_READ2(void, "_nsleep", struct timestruc_t*, arg1,
632 PRE_REG_READ2(int, "setpgid", int, pid, int, pgid);
685 PRE_REG_READ2(int, "access", char*, pathname, int, mode);
700 PRE_REG_READ2(int, "appgetrlimit", int, arg1, struct rlimit*, arg2);
712 PRE_REG_READ2(int, "appgetrusage", int, arg1, struct rusage*, arg2);
733 PRE_REG_READ2(long, "appulimit", long, arg1, long, arg2);
755 PRE_REG_READ2(int, "chmod", char*, path, int, mode);
    [all...]
syswrap-linux.c 439 PRE_REG_READ2(long, "umount2", char *, path, int, flags);
760 PRE_REG_READ2(int, "prctl", int, option, int, signal);
763 PRE_REG_READ2(int, "prctl", int, option, int *, signal);
770 PRE_REG_READ2(int, "prctl", int, option, int, dump);
773 PRE_REG_READ2(int, "prctl", int, option, int *, value);
777 PRE_REG_READ2(int, "prctl", int, option, int, value);
783 PRE_REG_READ2(int, "prctl", int, option, int, keepcaps);
786 PRE_REG_READ2(int, "prctl", int, option, int *, value);
790 PRE_REG_READ2(int, "prctl", int, option, int, value);
793 PRE_REG_READ2(int, "prctl", int, option, int *, value)
    [all...]
syswrap-generic.c     [all...]
syswrap-ppc32-linux.c 435 PRE_REG_READ2(long, "socketcall", int, call, unsigned long *, args);
731 PRE_REG_READ2(long, "stat64", char *, file_name, struct stat64 *, buf);
744 PRE_REG_READ2(long, "lstat64", char *, file_name, struct stat64 *, buf);
774 PRE_REG_READ2(long, "fstat64", unsigned long, fd, struct stat64 *, buf);
    [all...]
syswrap-arm-linux.c 357 PRE_REG_READ2(long, "socketcall", int, call, unsigned long *, args);
780 PRE_REG_READ2(long, "msgget", vki_key_t, key, int, msgflg);
882 PRE_REG_READ2(int, "shutdown", int, s, int, how);
896 PRE_REG_READ2(long, "listen", int, s, int, backlog);
996 PRE_REG_READ2(long, "lstat64", char *, file_name, struct stat64 *, buf);
1012 PRE_REG_READ2(long, "stat64", char *, file_name, struct stat64 *, buf);
1039 PRE_REG_READ2(long, "fstat64", unsigned long, fd, struct stat64 *, buf);
    [all...]
syswrap-darwin.c     [all...]
syswrap-x86-linux.c 850 PRE_REG_READ2(int, "clone",
    [all...]
syswrap-amd64-linux.c 534 PRE_REG_READ2(long, "arch_prctl",
768 PRE_REG_READ2(int, "shutdown", int, s, int, how);
782 PRE_REG_READ2(long, "listen", int, s, int, backlog);
890 PRE_REG_READ2(long, "msgget", vki_key_t, key, int, msgflg);
    [all...]
priv_types_n_macros.h 544 #define PRE_REG_READ2(tr, s, t1, a1, t2, a2) \
syswrap-ppc64-linux.c 464 PRE_REG_READ2(long, "socketcall", int, call, unsigned long *, args);
761 //zz PRE_REG_READ2(long, "stat64", char *, file_name, struct stat64 *, buf);
774 //zz PRE_REG_READ2(long, "lstat64", char *, file_name, struct stat64 *, buf);
790 //zz PRE_REG_READ2(long, "fstat64", unsigned long, fd, struct stat64 *, buf);
    [all...]

Completed in 368 milliseconds