Lines Matching refs:match
781 static int match(const char *sym, const char * const pat[]) in match() function
852 !match(sec, section_white_list)) { in check_section()
1091 if (match(fromsec, check->fromsec)) { in section_mismatch()
1092 if (check->bad_tosec[0] && match(tosec, check->bad_tosec)) in section_mismatch()
1094 if (check->good_tosec[0] && !match(tosec, check->good_tosec)) in section_mismatch()
1160 if (match(tosec, init_data_sections) && in secref_whitelist()
1161 match(fromsec, data_sections) && in secref_whitelist()
1167 match(fromsec, data_sections) && in secref_whitelist()
1172 if (match(tosec, init_exit_sections) && in secref_whitelist()
1173 match(fromsec, data_sections) && in secref_whitelist()
1174 match(fromsym, mismatch->symbol_white_list)) in secref_whitelist()
1178 if (match(fromsec, head_sections) && in secref_whitelist()
1179 match(tosec, init_sections)) in secref_whitelist()
1183 if (match(tosym, linker_symbols)) in secref_whitelist()
1187 if (match(fromsec, text_sections) && in secref_whitelist()
1188 match(tosec, init_sections) && in secref_whitelist()
1189 match(fromsym, optim_symbols)) in secref_whitelist()
1308 if (match(s, init_exit_sections)) { in sec2annotation()
1611 if (!match(tosec, mismatch->bad_tosec) && in report_extable_warnings()
1637 if (match(tosec, mismatch->bad_tosec)) in extable_mismatch_handler()
1789 if (match(fromsec, section_white_list)) in section_rela()
1835 if (match(fromsec, section_white_list)) in section_rel()