Lines Matching refs:exp
1770 static void check_for_gpl_usage(enum export exp, const char *m, const char *s) in check_for_gpl_usage() argument
1774 switch (exp) { in check_for_gpl_usage()
1795 static void check_for_unused(enum export exp, const char *m, const char *s) in check_for_unused() argument
1799 switch (exp) { in check_for_unused()
1813 struct symbol *s, *exp; in check_exports() local
1817 exp = find_symbol(s->name); in check_exports()
1818 if (!exp || exp->module == mod) in check_exports()
1826 check_for_gpl_usage(exp->export, basename, exp->name); in check_exports()
1827 check_for_unused(exp->export, basename, exp->name); in check_exports()
1868 struct symbol *s, *exp; in add_versions() local
1872 exp = find_symbol(s->name); in add_versions()
1873 if (!exp || exp->module == mod) { in add_versions()
1886 s->module = exp->module; in add_versions()
1887 s->crc_valid = exp->crc_valid; in add_versions()
1888 s->crc = exp->crc; in add_versions()