patch_ref         447 tools/code_gen.c     int         patch_ref;
patch_ref         504 tools/code_gen.c     p->patch_ref = -1;
patch_ref         612 tools/code_gen.c             p->patch_ref = strtol(largs[++n],0,0);
patch_ref         711 tools/code_gen.c             p->patch_ref = strtoul(largs[++n],0,0);
patch_ref         843 tools/code_gen.c     if (p->patch_ref >= 0)
patch_ref         845 tools/code_gen.c         p->func_start = patch_ref_address[p->patch_ref];
patch_ref         846 tools/code_gen.c         strcpy(func_name, patch_ref_name[p->patch_ref]);
patch_ref         952 tools/code_gen.c     save_patch_ref = p->patch_ref;