Lines Matching refs:patches
74 STAILQ_HEAD(patch_list, patch) patches;
124 STAILQ_INIT(&patches); in main()
426 for (cur_patch = STAILQ_FIRST(&patches); in output_code()
430 cur_patch == STAILQ_FIRST(&patches) ? "" : ",\n", in output_code()
495 pinfo = &scope->patches[patch]; in emit_patch()
517 STAILQ_INSERT_TAIL(&patches, new_patch, links); in emit_patch()
598 cur_patch = STAILQ_FIRST(&patches); in output_listing()
808 cur_scope->patches[1].skip_patch = in process_scope()
810 cur_scope->patches[1].skip_instr = in process_scope()
820 cur_scope->patches[0].skip_patch = patch0_patch_skip; in process_scope()
821 cur_scope->patches[0].skip_instr = in process_scope()
824 skip_instr_count += cur_scope->patches[0].skip_instr; in process_scope()