Home
last modified time | relevance | path

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

/scripts/mod/
Dmodpost.c278 } export_list[] = { variable
290 return export_list[ex].str; in export_str()
299 for (i = 0; export_list[i].export != export_unknown; i++) { in export_no()
300 if (strcmp(export_list[i].str, s) == 0) in export_no()
301 return export_list[i].export; in export_no()
/scripts/
DMakefile.build481 $(call if_changed,export_list)