Searched refs:BOUND_CHECKS (Results 1 – 5 of 5) sorted by relevance
87 #define BOUND_CHECKS 0x08 /* bound-checked source */ macro
383 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()
372 # BOUND_CHECKS=0 disables, else support is dynamically detected374 ifndef BOUND_CHECKS376 export BOUND_CHECKS := 1378 export BOUND_CHECKS := 0380 endif # ifndef BOUND_CHECKS381 ifeq ($(BOUND_CHECKS),1)
1046 #if KERNEL && !BOUND_CHECKS && !__has_ptrcheck
94 * $ make BOUND_CHECKS=0 # disable -fbound-attributes for this build