Home
last modified time | relevance | path

Searched refs:PR_UNALIGN_SIGBUS (Results 1 – 5 of 5) sorted by relevance

/external/strace/xlat/
Dpr_unalign_flags.h5 #if !(defined(PR_UNALIGN_SIGBUS) || (defined(HAVE_DECL_PR_UNALIGN_SIGBUS) && HAVE_DECL_PR_UNALIGN_S…
6 # define PR_UNALIGN_SIGBUS 2 macro
18 XLAT(PR_UNALIGN_SIGBUS),
Dpr_unalign_flags.in2 PR_UNALIGN_SIGBUS 2
/external/libcap/libcap/include/uapi/linux/
Dprctl.h17 # define PR_UNALIGN_SIGBUS 2 /* generate SIGBUS on unaligned user access */ macro
/external/kernel-headers/original/uapi/linux/
Dprctl.h19 # define PR_UNALIGN_SIGBUS 2 /* generate SIGBUS on unaligned user access */ macro
/external/minijail/linux-x86/
Dlibconstants.gen.c995 #ifdef PR_UNALIGN_SIGBUS
996 { "PR_UNALIGN_SIGBUS", (unsigned long) PR_UNALIGN_SIGBUS },