Home
last modified time | relevance | path

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

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