Home | History | Annotate | Download | only in msan

Lines Matching refs:shmat

1139 INTERCEPTOR(void *, shmat, int shmid, const void *shmaddr, int shmflg) {
1141 void *p = REAL(shmat)(shmid, shmaddr, shmflg);
1599 INTERCEPT_FUNCTION(shmat);