Searched refs:BOUND_CHECKS (Results 1 – 5 of 5) sorted by relevance
383 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()
87 #define BOUND_CHECKS 0x08 /* build with -fbounds-safety */ macro
374 # BOUND_CHECKS=0 disables, else support is dynamically detected376 ifndef BOUND_CHECKS378 export BOUND_CHECKS := 1380 export BOUND_CHECKS := 0382 endif # ifndef BOUND_CHECKS383 ifeq ($(BOUND_CHECKS),1)
1143 #if KERNEL && !BOUND_CHECKS && !__has_ptrcheck
105 * $ make BOUND_CHECKS=0 # disable -fbound-attributes for this build