Home
last modified time | relevance | path

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

/xnu-11417.121.6/makedefs/
H A DMakeInc.def414 # BOUND_CHECKS controls the support for the bounds-safety features.
416 # - On other platforms, explicitly setting BOUND_CHECKS=0
429 # be accompanied with BOUND_CHECKS, a developer is allowed to use
430 # BOUND_CHECKS_SOFT=1 as a shortcut for BOUND_CHECKS=1 BOUND_CHECKS_SOFT=1
431 # The combination BOUND_CHECKS_SOFT=1 BOUND_CHECKS=0 is not supported.
434 ifndef BOUND_CHECKS
436 BOUND_CHECKS := 1
438 BOUND_CHECKS := 0
440 export BOUND_CHECKS
441 endif # ifndef BOUND_CHECKS
[all …]
/xnu-11417.121.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-11417.121.6/bsd/sys/
H A Dcdefs.h1175 #if KERNEL && !BOUND_CHECKS && !__has_ptrcheck
/xnu-11417.121.6/
H A DREADME.md107 * $ make BOUND_CHECKS=0 # disable -fbound-attributes for this build