Home
last modified time | relevance | path

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

/xnu-11417.121.6/makedefs/
H A DMakeInc.def421 # BOUND_CHECKS_SOFT controls the support for the resumption of the bounds-safety traps.
423 # - On other platforms, explicitly setting BOUND_CHECKS_SOFT=0
428 # Note: while it is generally expected that BOUND_CHECKS_SOFT will always
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.
443 ifndef BOUND_CHECKS_SOFT
445 BOUND_CHECKS_SOFT := 1
447 BOUND_CHECKS_SOFT := 0
449 export BOUND_CHECKS_SOFT
450 endif # ifndef BOUND_CHECKS_SOFT
[all …]
/xnu-11417.121.6/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()