Home
last modified time | relevance | path

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

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