Home
last modified time | relevance | path

Searched refs:BOUND_CHECKS_SOFT (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.1.9/makedefs/
H A DMakeInc.def459 # BOUND_CHECKS_SOFT controls the support for the resumption of the bounds-safety traps.
461 # - On other platforms, explicitly setting BOUND_CHECKS_SOFT=0
466 # Note: while it is generally expected that BOUND_CHECKS_SOFT will always
468 # BOUND_CHECKS_SOFT=1 as a shortcut for BOUND_CHECKS=1 BOUND_CHECKS_SOFT=1
469 # The combination BOUND_CHECKS_SOFT=1 BOUND_CHECKS=0 is not supported.
481 ifndef BOUND_CHECKS_SOFT
483 BOUND_CHECKS_SOFT := 1
485 BOUND_CHECKS_SOFT := 0
487 export BOUND_CHECKS_SOFT
488 endif # ifndef BOUND_CHECKS_SOFT
[all …]
/xnu-12377.1.9/SETUP/config/
H A Dconfig.h92 #define BOUND_CHECKS_SOFT 0x18 /* emit non-panicking traps for bound-checked source */ macro
H A Dmkmakefile.c403 f_flags |= BOUND_CHECKS_SOFT; in read_files()
558 f_flags |= BOUND_CHECKS_SOFT; in read_files()
862 case BOUND_CHECKS_SOFT: in do_rules()