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

  /external/linux-kselftest/tools/testing/selftests/powerpc/mm/
subpage_prot.c 37 static void segv(int signum, siginfo_t *info, void *ctxt_v) function
152 .sa_sigaction = segv,
188 .sa_sigaction = segv,
wild_bctr.c 126 struct sigaction segv = { local
135 FAIL_IF(sigaction(SIGSEGV, &segv, NULL));
154 FAIL_IF(1); /* we didn't segv? */
159 printf("All good - took SEGV as expected branching to 0x%llx\n", BAD_NIP);
  /external/syzkaller/tools/syz-prog2c/
prog2c.go 35 flagHandleSegv = flag.Bool("segv", false, "catch and ignore SIGSEGV")
  /external/syzkaller/pkg/csource/
options_test.go 33 "segv":true,"waitrepeat":true,"debug":true,"repro":true}`: {
options.go 35 HandleSegv bool `json:"segv,omitempty"`

Completed in 833 milliseconds