Home
last modified time | relevance | path

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

/xnu-12377.41.6/makedefs/ !
H A DMakeInc.def475 # BOUND_CHECKS_SOFT controls the support for the resumption of the bounds-safety traps.
477 # - On other platforms, explicitly setting BOUND_CHECKS_SOFT=0
482 # Note: while it is generally expected that BOUND_CHECKS_SOFT will always
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.
497 ifndef BOUND_CHECKS_SOFT
499 BOUND_CHECKS_SOFT := 1
501 BOUND_CHECKS_SOFT := 0
503 export BOUND_CHECKS_SOFT
504 endif # ifndef BOUND_CHECKS_SOFT
[all …]
/xnu-12377.41.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()