Searched defs:shmaddr (Results 1 – 5 of 5) sorted by relevance
/openbsd/gnu/gcc/libmudflap/ |
H A D | mf-hooks2.c | 1818 WRAPPER2(void *, shmat, int shmid, const void *shmaddr, int shmflg) in WRAPPER2() 1834 WRAPPER2(int, shmdt, const void *shmaddr) in WRAPPER2()
|
/openbsd/gnu/usr.bin/perl/ |
H A D | syscall_emulator.c | 1126 const void * shmaddr = (const void *)va_arg(args, long); in syscall_emulator() local
|
/openbsd/gnu/llvm/compiler-rt/include/sanitizer/ |
H A D | linux_syscall_hooks.h | 1337 #define __sanitizer_syscall_pre_shmat(shmid, shmaddr, shmflg) \ argument 1340 #define __sanitizer_syscall_post_shmat(res, shmid, shmaddr, shmflg) \ argument 1348 #define __sanitizer_syscall_pre_shmdt(shmaddr) \ argument 1350 #define __sanitizer_syscall_post_shmdt(res, shmaddr) \ argument
|
H A D | netbsd_syscall_hooks.h | 1196 #define __sanitizer_syscall_pre_shmat(shmid, shmaddr, shmflg) \ argument 1199 #define __sanitizer_syscall_post_shmat(res, shmid, shmaddr, shmflg) \ argument 1208 #define __sanitizer_syscall_pre_shmdt(shmaddr) \ argument 1210 #define __sanitizer_syscall_post_shmdt(res, shmaddr) \ argument
|
/openbsd/gnu/llvm/compiler-rt/lib/msan/ |
H A D | msan_interceptors.cpp | 1554 INTERCEPTOR(void *, shmat, int shmid, const void *shmaddr, int shmflg) { in INTERCEPTOR()
|