Lines Matching refs:exp
2036 static void check_for_gpl_usage(enum export exp, const char *m, const char *s) in check_for_gpl_usage() argument
2040 switch (exp) { in check_for_gpl_usage()
2061 static void check_for_unused(enum export exp, const char *m, const char *s) in check_for_unused() argument
2065 switch (exp) { in check_for_unused()
2079 struct symbol *s, *exp; in check_exports() local
2083 exp = find_symbol(s->name); in check_exports()
2084 if (!exp || exp->module == mod) in check_exports()
2092 check_for_gpl_usage(exp->export, basename, exp->name); in check_exports()
2093 check_for_unused(exp->export, basename, exp->name); in check_exports()
2140 struct symbol *s, *exp; in add_versions() local
2144 exp = find_symbol(s->name); in add_versions()
2145 if (!exp || exp->module == mod) { in add_versions()
2158 s->module = exp->module; in add_versions()
2159 s->crc_valid = exp->crc_valid; in add_versions()
2160 s->crc = exp->crc; in add_versions()