Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/scripts/mod/
H A Dmodpost.c290 } export_list[] = { variable
302 return export_list[ex].str; in export_str()
311 for (i = 0; export_list[i].export != export_unknown; i++) { in export_no()
312 if (strcmp(export_list[i].str, s) == 0) in export_no()
313 return export_list[i].export; in export_no()

Completed in 4 milliseconds