Home
last modified time | relevance | path

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

/xnu-10002.1.13/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()
495 f_flags |= BOUND_CHECKS; in read_files()
740 if (ftp->f_flags & BOUND_CHECKS) { in do_rules()
/xnu-10002.1.13/makedefs/
H A DMakeInc.def372 # BOUND_CHECKS=0 disables, else support is dynamically detected
374 ifndef BOUND_CHECKS
376 export BOUND_CHECKS := 1
378 export BOUND_CHECKS := 0
380 endif # ifndef BOUND_CHECKS
381 ifeq ($(BOUND_CHECKS),1)
/xnu-10002.1.13/bsd/sys/
H A Dcdefs.h1046 #if KERNEL && !BOUND_CHECKS && !__has_ptrcheck
/xnu-10002.1.13/
H A DREADME.md94 * $ make BOUND_CHECKS=0 # disable -fbound-attributes for this build