Searched refs:msgtyp (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/include/sanitizer/ |
| H A D | linux_syscall_hooks.h | 1300 #define __sanitizer_syscall_pre_msgrcv(msqid, msgp, msgsz, msgtyp, msgflg) \ argument 1302 (long)(msgsz), (long)(msgtyp), \ 1304 #define __sanitizer_syscall_post_msgrcv(res, msqid, msgp, msgsz, msgtyp, \ argument 1307 (long)(msgsz), (long)(msgtyp), \ 2752 long msgtyp, long msgflg); 2754 long msgsz, long msgtyp, long msgflg);
|
| H A D | netbsd_syscall_hooks.h | 1187 #define __sanitizer_syscall_pre_msgrcv(msqid, msgp, msgsz, msgtyp, msgflg) \ argument 1189 (long long)(msgsz), (long long)(msgtyp), \ 1191 #define __sanitizer_syscall_post_msgrcv(res, msqid, msgp, msgsz, msgtyp, \ argument 1195 (long long)(msgtyp), (long long)(msgflg)) 3751 long long msgsz, long long msgtyp, 3755 long long msgtyp, long long msgflg);
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_syscalls.inc | 2273 (long msqid, void *msgp, long msgsz, long msgtyp, long msgflg) {} 2276 (long res, long msqid, void *msgp, long msgsz, long msgtyp, long msgflg) {
|
| H A D | sanitizer_common_interceptors.inc | 3345 long msgtyp, int msgflg) { 3347 COMMON_INTERCEPTOR_ENTER(ctx, msgrcv, msqid, msgp, msgsz, msgtyp, msgflg); 3348 SSIZE_T len = REAL(msgrcv)(msqid, msgp, msgsz, msgtyp, msgflg);
|