Lines Matching refs:match
833 static int match(const char *sym, const char * const pat[]) in match() function
906 !match(sec, section_white_list)) { in check_section()
1146 if (match(fromsec, check->fromsec)) { in section_mismatch()
1147 if (check->bad_tosec[0] && match(tosec, check->bad_tosec)) in section_mismatch()
1149 if (check->good_tosec[0] && !match(tosec, check->good_tosec)) in section_mismatch()
1223 if (match(tosec, init_data_sections) && in secref_whitelist()
1224 match(fromsec, data_sections) && in secref_whitelist()
1230 match(fromsec, data_sections) && in secref_whitelist()
1235 if (match(tosec, init_exit_sections) && in secref_whitelist()
1236 match(fromsec, data_sections) && in secref_whitelist()
1237 match(fromsym, mismatch->symbol_white_list)) in secref_whitelist()
1241 if (match(fromsec, head_sections) && in secref_whitelist()
1242 match(tosec, init_sections)) in secref_whitelist()
1246 if (match(tosym, linker_symbols)) in secref_whitelist()
1250 if (match(fromsec, text_sections) && in secref_whitelist()
1251 match(tosec, init_sections) && in secref_whitelist()
1252 match(fromsym, optim_symbols)) in secref_whitelist()
1382 if (match(s, init_exit_sections)) { in sec2annotation()
1645 if (!match(tosec, mismatch->bad_tosec) && in report_extable_warnings()
1669 if (match(tosec, mismatch->bad_tosec)) in extable_mismatch_handler()
1818 if (match(fromsec, section_white_list)) in section_rela()
1862 if (match(fromsec, section_white_list)) in section_rel()