match_type       5104 tools/finsig_thumb2.c     int match_type = (rule->param & SIG_STRCALL_TYPE_MASK);
match_type       5106 tools/finsig_thumb2.c     if(match_type == SIG_STRCALL_CALL_IMM) {
match_type       5108 tools/finsig_thumb2.c     } else if(match_type == SIG_STRCALL_JMP_REG) {
match_type       5110 tools/finsig_thumb2.c     } else if(match_type == SIG_STRCALL_CALL_REG) {
match_type       5113 tools/finsig_thumb2.c         printf("find_str_arg_call: %s invalid match type %d\n",rule->name,match_type);
match_type       1651 tools/firmware_load_ng.c                             int match_type)
match_type       1662 tools/firmware_load_ng.c     if(match_type == FIND_CONST_REF_MATCH_SEQ) {
match_type       1664 tools/firmware_load_ng.c     } else if(match_type == FIND_CONST_REF_MATCH_ANY){
match_type       1667 tools/firmware_load_ng.c         fprintf(stderr,"find_const_ref_match: invalid match_type %d\n",match_type);
match_type        666 tools/firmware_load_ng.h                             int match_type);