Lines Matching refs:patches
74 STAILQ_HEAD(patch_list, patch) patches;
126 STAILQ_INIT(&patches); in main()
425 for (cur_patch = STAILQ_FIRST(&patches); in output_code()
429 cur_patch == STAILQ_FIRST(&patches) ? "" : ",\n", in output_code()
494 pinfo = &scope->patches[patch]; in emit_patch()
516 STAILQ_INSERT_TAIL(&patches, new_patch, links); in emit_patch()
597 cur_patch = STAILQ_FIRST(&patches); in output_listing()
805 cur_scope->patches[1].skip_patch = in process_scope()
807 cur_scope->patches[1].skip_instr = in process_scope()
817 cur_scope->patches[0].skip_patch = patch0_patch_skip; in process_scope()
818 cur_scope->patches[0].skip_instr = in process_scope()
821 skip_instr_count += cur_scope->patches[0].skip_instr; in process_scope()