Searched refs:tosec (Results 1 – 1 of 1) sorted by relevance
1129 const char *fromsec, const char *tosec) in section_mismatch() argument1141 if (*tosec == '\0') in section_mismatch()1146 if (check->bad_tosec[0] && match(tosec, check->bad_tosec)) in section_mismatch()1148 if (check->good_tosec[0] && !match(tosec, check->good_tosec)) in section_mismatch()1219 const char *tosec, const char *tosym) in secref_whitelist() argument1222 if (match(tosec, init_data_sections) && in secref_whitelist()1228 if (strcmp(tosec, ".init.text") == 0 && in secref_whitelist()1234 if (match(tosec, init_exit_sections) && in secref_whitelist()1241 match(tosec, init_sections)) in secref_whitelist()1250 match(tosec, init_sections) && in secref_whitelist()[all …]