disopt_patch_branch  332 tools/chdk_dasm.c     if (options.flags & disopt_patch_branch)
disopt_patch_branch  402 tools/chdk_dasm.c     if ((options.flags & disopt_patch_branch) && patch_func_name)
disopt_patch_branch  441 tools/chdk_dasm.c             if (options.flags & disopt_patch_branch)
disopt_patch_branch  449 tools/chdk_dasm.c     if ((save_patch_ref >= 0) && (options.flags & disopt_patch_branch))
disopt_patch_branch 1400 tools/chdk_dasm.c                 if ((options.flags & disopt_patch_branch) || (options.flags & disopt_patch_value))
disopt_patch_branch  959 tools/code_gen.c     options.flags |= disopt_patch_branch;
disopt_patch_branch  961 tools/code_gen.c     options.flags &= ~(disopt_patch_branch|disopt_patch_comment);