Home
last modified time | relevance | path

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

/xnu-10063.101.15/SETUP/config/
H A Dmkmakefile.c383 f_flags |= BOUND_CHECKS; in read_files()
391 f_flags |= BOUND_CHECKS | BOUND_CHECKS_SOFT; in read_files()
399 f_flags |= BOUND_CHECKS | BOUND_CHECKS_DEBUG; in read_files()
507 f_flags |= BOUND_CHECKS; in read_files()
516 f_flags |= BOUND_CHECKS | BOUND_CHECKS_SOFT; in read_files()
525 f_flags |= BOUND_CHECKS | BOUND_CHECKS_DEBUG; in read_files()
765 if (ftp->f_flags & BOUND_CHECKS) { in do_rules()
H A Dconfig.h87 #define BOUND_CHECKS 0x08 /* build with -fbounds-safety */ macro
/xnu-10063.101.15/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-10063.101.15/bsd/sys/
H A Dcdefs.h1143 #if KERNEL && !BOUND_CHECKS && !__has_ptrcheck
/xnu-10063.101.15/
H A DREADME.md105 * $ make BOUND_CHECKS=0 # disable -fbound-attributes for this build