Lines Matching refs:exp
2040 static void check_for_gpl_usage(enum export exp, const char *m, const char *s) in check_for_gpl_usage() argument
2044 switch (exp) { in check_for_gpl_usage()
2065 static void check_for_unused(enum export exp, const char *m, const char *s) in check_for_unused() argument
2069 switch (exp) { in check_for_unused()
2083 struct symbol *s, *exp; in check_exports() local
2087 exp = find_symbol(s->name); in check_exports()
2088 if (!exp || exp->module == mod) in check_exports()
2096 check_for_gpl_usage(exp->export, basename, exp->name); in check_exports()
2097 check_for_unused(exp->export, basename, exp->name); in check_exports()
2149 struct symbol *s, *exp; in add_versions() local
2153 exp = find_symbol(s->name); in add_versions()
2154 if (!exp || exp->module == mod) { in add_versions()
2167 s->module = exp->module; in add_versions()
2168 s->crc_valid = exp->crc_valid; in add_versions()
2169 s->crc = exp->crc; in add_versions()