comment_start     243 tools/capdis.c const char *comment_start = ";";
comment_start     246 tools/capdis.c     printf("%s OPERANDS %d:\n",comment_start,insn->detail->arm.op_count);
comment_start     249 tools/capdis.c         printf("%s  %d: %s",comment_start,i,arm_op_type_name(insn->detail->arm.operands[i].type));
comment_start     283 tools/capdis.c     printf("%s GROUPS %d:",comment_start,insn->detail->groups_count);
comment_start     674 tools/capdis.c            printf("%s %s 0x%08x\n",comment_start,ostub->nm,ostub->val);
comment_start     711 tools/capdis.c                 printf("\"    .byte 0x%02x\\n\" %s invalid juptable data?\n",*p,comment_start);
comment_start     720 tools/capdis.c             printf("\"    .byte((loc_%08x - branchtable_%08x) / 2)\\n\" %s (case %d)\n",target,ti->start,comment_start,i);
comment_start     722 tools/capdis.c             printf("    .byte 0x%02x %s jump to loc_%08x (case %d)\n",*p,comment_start,target,i);
comment_start     773 tools/capdis.c                 printf("\"    .short 0x%04x\\n\" %s invalid juptable data?\n",*p,comment_start);
comment_start     782 tools/capdis.c             printf("\"    .short((loc_%08x - branchtable_%08x) / 2)\\n\" %s (case %d)\n",target,ti->start,comment_start,i);
comment_start     784 tools/capdis.c             printf("    .short 0x%04x %s jump to loc_%08x (case %d)\n",*p,comment_start,target,i);
comment_start     886 tools/capdis.c                 printf("%s",comment_start);
comment_start     935 tools/capdis.c                     printf("\t%s %s",comment_start,comment);
comment_start     946 tools/capdis.c                     printf(" %s %s",comment_start,comment);
comment_start     972 tools/capdis.c                     printf("%s %04x\n",comment_start,*pv);
comment_start     974 tools/capdis.c                     printf("%s %04x %04x\n",comment_start,*pv,*(pv+1));
comment_start     977 tools/capdis.c                 printf("%s invalid address %"PRIx64"\n",comment_start,is->adr);
comment_start     995 tools/capdis.c         printf(" %s Continue in firmware\n",comment_start);
comment_start    1245 tools/capdis.c         comment_start = "//";
comment_start    1264 tools/capdis.c         printf("%s %s size:0x%x start:0x%x instructions:%d opts:0x%x\n",comment_start,dumpname,dumpsize,dis_start,dis_count,dis_opts);