HomeSort by relevance Sort by last modified time
    Searched refs:bogus_shmaddr (Results 1 - 3 of 3) sorted by null

  /external/strace/tests/
shmxt.c 25 static const void * const bogus_shmaddr = local
36 rc = (long) shmat(bogus_shmid, bogus_shmaddr, bogus_shmflg);
38 SHMAT, bogus_shmid, bogus_shmaddr, bogus_shmflg & ~0x7000,
  /external/strace/tests-m32/
shmxt.c 25 static const void * const bogus_shmaddr = local
36 rc = (long) shmat(bogus_shmid, bogus_shmaddr, bogus_shmflg);
38 SHMAT, bogus_shmid, bogus_shmaddr, bogus_shmflg & ~0x7000,
  /external/strace/tests-mx32/
shmxt.c 25 static const void * const bogus_shmaddr = local
36 rc = (long) shmat(bogus_shmid, bogus_shmaddr, bogus_shmflg);
38 SHMAT, bogus_shmid, bogus_shmaddr, bogus_shmflg & ~0x7000,

Completed in 50 milliseconds