Lines Matching refs:match
782 static int match(const char *sym, const char * const pat[]) in match() function
855 !match(sec, section_white_list)) { in check_section()
1095 if (match(fromsec, check->fromsec)) { in section_mismatch()
1096 if (check->bad_tosec[0] && match(tosec, check->bad_tosec)) in section_mismatch()
1098 if (check->good_tosec[0] && !match(tosec, check->good_tosec)) in section_mismatch()
1164 if (match(tosec, init_data_sections) && in secref_whitelist()
1165 match(fromsec, data_sections) && in secref_whitelist()
1171 match(fromsec, data_sections) && in secref_whitelist()
1176 if (match(tosec, init_exit_sections) && in secref_whitelist()
1177 match(fromsec, data_sections) && in secref_whitelist()
1178 match(fromsym, mismatch->symbol_white_list)) in secref_whitelist()
1182 if (match(fromsec, head_sections) && in secref_whitelist()
1183 match(tosec, init_sections)) in secref_whitelist()
1187 if (match(tosym, linker_symbols)) in secref_whitelist()
1191 if (match(fromsec, text_sections) && in secref_whitelist()
1192 match(tosec, init_sections) && in secref_whitelist()
1193 match(fromsym, optim_symbols)) in secref_whitelist()
1312 if (match(s, init_exit_sections)) { in sec2annotation()
1615 if (!match(tosec, mismatch->bad_tosec) && in report_extable_warnings()
1641 if (match(tosec, mismatch->bad_tosec)) in extable_mismatch_handler()
1793 if (match(fromsec, section_white_list)) in section_rela()
1839 if (match(fromsec, section_white_list)) in section_rel()