macro            4303 tools/finsig_dryos.c     char *macro = "NHSTUB";
macro            4305 tools/finsig_dryos.c         strncmp(curr_name,"hook_",5) == 0) macro = "   DEF";
macro            4317 tools/finsig_dryos.c             sprintf(line+strlen(line),"//%s(%-37s,0x%08x) //%3d ", macro, curr_name, matches->ptr, matches->sig);
macro            4319 tools/finsig_dryos.c             sprintf(line+strlen(line),"%s(%-39s,0x%08x) //%3d ", macro, curr_name, matches->ptr, matches->sig);
macro            4346 tools/finsig_dryos.c             bprintf("// ALT: %s(%s, 0x%x) // %d %d/%d\n", macro, curr_name, matches[i].ptr, matches[i].sig, matches[i].success, matches[i].fail);
macro            7092 tools/finsig_thumb2.c     const char *macro = "DEF";
macro            7094 tools/finsig_thumb2.c         macro="DEF_CONST";
macro            7099 tools/finsig_thumb2.c         bprintf("//%s(%-34s,0x%08x)",macro,sig->name,sig->val);
macro            7111 tools/finsig_thumb2.c         bprintf("%s(%-34s,0x%08x)",macro,sig->name,sig->val);
macro            7211 tools/finsig_thumb2.c     char *macro = "NHSTUB";
macro            7213 tools/finsig_thumb2.c         macro = "NHSTUB2";
macro            7216 tools/finsig_thumb2.c         strncmp(sig->name,"hook_",5) == 0) macro = "   DEF";
macro            7228 tools/finsig_thumb2.c             sprintf(line+strlen(line),"//%s(%-37s,0x%08x) //%3d ", macro, sig->name, sig->val, 0);
macro            7230 tools/finsig_thumb2.c             sprintf(line+strlen(line),"%s(%-39s,0x%08x) //%3d ", macro, sig->name, sig->val, 0);
macro            3285 tools/finsig_vxworks.c     char *macro = "NHSTUB";
macro            3287 tools/finsig_vxworks.c         strncmp(curr_name,"hook_",5) == 0) macro = "   DEF";
macro            3299 tools/finsig_vxworks.c             sprintf(line+strlen(line),"//%s(%-37s,0x%08x) //%3d ", macro, curr_name, matches->ptr, matches->sig);
macro            3301 tools/finsig_vxworks.c             sprintf(line+strlen(line),"%s(%-39s,0x%08x) //%3d ", macro, curr_name, matches->ptr, matches->sig);
macro            3328 tools/finsig_vxworks.c             bprintf("// ALT: %s(%s, 0x%x) // %d %d/%d\n", macro, curr_name, matches[i].ptr, matches[i].sig, matches[i].success, matches[i].fail);