Searched refs:export_list (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/scripts/mod/
H A Dmodpost.c235 } export_list[] = { variable in typeref:struct:__anon14277
247 return export_list[ex].str; export_str()
256 for (i = 0; export_list[i].export != export_unknown; i++) { export_no()
257 if (strcmp(export_list[i].str, s) == 0) export_no()
258 return export_list[i].export; export_no()

Completed in 44 milliseconds