Home
last modified time | relevance | path

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

/xnu-8020.101.4/SETUP/config/
H A Dconfig.h87 #define BOUND_CHECKS 0x08 /* bound-checked source */ macro
H A Dmkmakefile.c383 f_flags |= BOUND_CHECKS; in read_files()
491 f_flags |= BOUND_CHECKS; in read_files()
731 if (ftp->f_flags & BOUND_CHECKS) { in do_rules()
/xnu-8020.101.4/makedefs/
H A DMakeInc.def374 # BOUND_CHECKS=0 disables, else support is dynamically detected
376 ### ifndef BOUND_CHECKS
378 ### export BOUND_CHECKS := 1
380 ### export BOUND_CHECKS := 0
382 ### endif # ifndef BOUND_CHECKS
383 ifeq ($(BOUND_CHECKS),1)
/xnu-8020.101.4/
H A DREADME.md94 * $ make BOUND_CHECKS=1 # enable -fbound-attributes for this build