Home
last modified time | relevance | path

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

/xnu-11215.1.10/SETUP/config/
H A Dconfig.h91 #define BOUND_CHECKS 0x10 /* build with -fbounds-safety */ macro
H A Dmkmakefile.c387 f_flags |= BOUND_CHECKS; in read_files()
531 f_flags |= BOUND_CHECKS; in read_files()
811 case BOUND_CHECKS: in do_rules()
/xnu-11215.1.10/makedefs/
H A DMakeInc.def396 # BOUND_CHECKS=0 disables, else support is dynamically detected.
399 ifndef BOUND_CHECKS
402 export BOUND_CHECKS := 0
405 export BOUND_CHECKS := 1
408 export BOUND_CHECKS := 0
410 endif # ifndef BOUND_CHECKS
411 ifeq ($(BOUND_CHECKS),1)
428 ifneq ($(BOUND_CHECKS),1)
429 $(error BOUNDS_SAFETY_ADOPTION_MODE cannot be enabled when BOUND_CHECKS=0)
/xnu-11215.1.10/bsd/sys/
H A Dcdefs.h1168 #if KERNEL && !BOUND_CHECKS && !__has_ptrcheck
/xnu-11215.1.10/
H A DREADME.md107 * $ make BOUND_CHECKS=0 # disable -fbound-attributes for this build