Home
last modified time | relevance | path

Searched refs:BOUND_CHECKS_DEBUG (Results 1 – 3 of 3) sorted by relevance

/xnu-10063.101.15/SETUP/config/
H A Dmkmakefile.c387 if (f_flags & BOUND_CHECKS_DEBUG) { in read_files()
399 f_flags |= BOUND_CHECKS | BOUND_CHECKS_DEBUG; in read_files()
512 if (f_flags & BOUND_CHECKS_DEBUG) { in read_files()
525 f_flags |= BOUND_CHECKS | BOUND_CHECKS_DEBUG; in read_files()
769 } else if (ftp->f_flags & BOUND_CHECKS_DEBUG) { in do_rules()
H A Dconfig.h89 #define BOUND_CHECKS_DEBUG 0x20 /* emit one panicking trap per bounds check */ macro
/xnu-10063.101.15/osfmk/arm/
H A Dtrap.h146 #if BOUND_CHECKS_DEBUG in ml_bound_chk_soft_trap()