Home | History | Annotate | Download | only in msan

Lines Matching full:shmat

1191 INTERCEPTOR(void *, shmat, int shmid, const void *shmaddr, int shmflg) {
1193 void *p = REAL(shmat)(shmid, shmaddr, shmflg);
1584 INTERCEPT_FUNCTION(shmat);