Home
last modified time | relevance | path

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

/xnu-12377.41.6/makedefs/
H A DMakeInc.def468 # BOUND_CHECKS controls the support for the bounds-safety features.
470 # - On other platforms, explicitly setting BOUND_CHECKS=0
483 # be accompanied with BOUND_CHECKS, a developer is allowed to use
484 # BOUND_CHECKS_SOFT=1 as a shortcut for BOUND_CHECKS=1 BOUND_CHECKS_SOFT=1
485 # The combination BOUND_CHECKS_SOFT=1 BOUND_CHECKS=0 is not supported.
488 ifndef BOUND_CHECKS
490 BOUND_CHECKS := 1
492 BOUND_CHECKS := 0
494 export BOUND_CHECKS
495 endif # ifndef BOUND_CHECKS
[all …]
/xnu-12377.41.6/SETUP/config/
H A Dconfig.h91 #define BOUND_CHECKS 0x10 /* build with -fbounds-safety */ macro
H A Dmkmakefile.c387 f_flags |= BOUND_CHECKS; in read_files()
540 f_flags |= BOUND_CHECKS; in read_files()
858 case BOUND_CHECKS: in do_rules()
/xnu-12377.41.6/bsd/sys/
H A Dcdefs.h1201 #if KERNEL && !BOUND_CHECKS && !__has_ptrcheck
/xnu-12377.41.6/
H A DREADME.md107 * $ make BOUND_CHECKS=0 # disable -fbound-attributes for this build