Searched refs:_syscall2 (Results 1 – 3 of 3) sorted by relevance
/external/google-breakpad/src/third_party/lss/ |
D | linux_syscall_support.h | 1682 #undef _syscall2 1683 #define _syscall2(type,name,type1,arg1,type2,arg2) \ macro 2031 #undef _syscall2 2032 #define _syscall2(type,name,type1,arg1,type2,arg2) \ macro 2143 LSS_INLINE _syscall2(int, arch_prctl, int, c, void *, a) in _syscall2() function 2195 #undef _syscall2 2196 #define _syscall2(type, name, type1, arg1, type2, arg2) \ macro 2321 #undef _syscall2 2322 #define _syscall2(type, name, type1, arg1, type2, arg2) \ macro 2476 #undef _syscall2 [all …]
|
/external/valgrind/VEX/test/ |
D | test-amd64.c | 1240 _syscall2(int, vm86, int, func, struct vm86plus_struct *, v86)
|
D | test-i386.c | 1200 _syscall2(int, vm86, int, func, struct vm86plus_struct *, v86)
|