Searched refs:tosec (Results 1 – 1 of 1) sorted by relevance
1075 const char *fromsec, const char *tosec) in section_mismatch() argument1087 if (*tosec == '\0') 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()1157 const char *tosec, const char *tosym) in secref_whitelist() argument1160 if (match(tosec, init_data_sections) && in secref_whitelist()1166 if (strcmp(tosec, ".init.text") == 0 && in secref_whitelist()1172 if (match(tosec, init_exit_sections) && in secref_whitelist()1179 match(tosec, init_sections)) in secref_whitelist()1188 match(tosec, init_sections) && in secref_whitelist()[all …]