Home | History | Annotate | Download | only in aic7xxx

Lines Matching refs:patch

70 typedef struct patch {
71 STAILQ_ENTRY(patch) links;
78 STAILQ_HEAD(patch_list, patch) patches;
85 static void emit_patch(scope_t *scope, int patch);
295 /* Patch up forward jump addresses */
392 stop("Patch argument list not defined",
396 * Output patch information. Patch functions first.
422 "static const struct patch {\n"
472 * Emit the first patch for this scope
489 * Emit the second, closing, patch for this scope
495 emit_patch(scope_t *scope, int patch)
500 pinfo = &scope->patches[patch];
503 /* No-Op patch */
509 stop("Could not malloc patch structure", EX_OSERR);
513 if (patch == 0) {
617 /* Don't count this instruction as it is in a patch
671 /* Accepted this patch. Advance to the next
779 /* This patch is now the current scope */
807 /* Create a tail patch */
815 /* Count Head patch */