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

  /external/strace/xlat/
pr_unalign_flags.h 6 #if defined(PR_UNALIGN_NOPRINT) || (defined(HAVE_DECL_PR_UNALIGN_NOPRINT) && HAVE_DECL_PR_UNALIGN_NOPRINT)
8 static_assert((PR_UNALIGN_NOPRINT) == (1), "PR_UNALIGN_NOPRINT != 1");
11 # define PR_UNALIGN_NOPRINT 1
31 XLAT(PR_UNALIGN_NOPRINT),
  /external/libcap/libcap/include/uapi/linux/
prctl.h 16 # define PR_UNALIGN_NOPRINT 1 /* silently fix up unaligned user accesses */
  /bionic/libc/kernel/uapi/linux/
prctl.h 28 #define PR_UNALIGN_NOPRINT 1
  /external/kernel-headers/original/uapi/linux/
prctl.h 19 # define PR_UNALIGN_NOPRINT 1 /* silently fix up unaligned user accesses */
  /external/minijail/linux-x86/
libconstants.gen.c 992 #ifdef PR_UNALIGN_NOPRINT
993 { "PR_UNALIGN_NOPRINT", (unsigned long) PR_UNALIGN_NOPRINT },
994 #endif // PR_UNALIGN_NOPRINT
    [all...]
  /external/syzkaller/vendor/golang.org/x/sys/unix/
zerrors_linux_sparc64.go     [all...]
zerrors_linux_386.go     [all...]
zerrors_linux_amd64.go     [all...]
zerrors_linux_arm.go     [all...]
zerrors_linux_arm64.go     [all...]
zerrors_linux_mips.go     [all...]
zerrors_linux_mips64.go     [all...]
zerrors_linux_mips64le.go     [all...]
zerrors_linux_mipsle.go     [all...]
zerrors_linux_ppc64.go     [all...]
zerrors_linux_ppc64le.go     [all...]
zerrors_linux_s390x.go     [all...]

Completed in 919 milliseconds