Searched refs:D_IMMUTABLE (Results 1 – 3 of 3) sorted by relevance
412 (dl & D_IMMUTABLE) != (debug_flags & D_IMMUTABLE)) { in debug_option()415 dl = (dl & ~D_IMMUTABLE) | (debug_flags & D_IMMUTABLE); in debug_option()
464 # define D_IMMUTABLE (D_MTAB | D_CONTROL) macro
1456 (debug_option): Don't allow "immutable" (D_IMMUTABLE) flags to be1464 D_IMMUTABLE, and D_MASK. Updated definitions of D_ALL and D_TEST.