Home
last modified time | relevance | path

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

/scripts/mod/
Dmodpost.c2159 static void check_for_gpl_usage(enum export exp, const char *m, const char *s) in check_for_gpl_usage() argument
2163 switch (exp) { in check_for_gpl_usage()
2184 static void check_for_unused(enum export exp, const char *m, const char *s) in check_for_unused() argument
2188 switch (exp) { in check_for_unused()
2202 struct symbol *s, *exp; in check_exports() local
2207 exp = find_symbol(s->name); in check_exports()
2208 if (!exp || exp->module == mod) { in check_exports()
2227 if (exp->namespace) { in check_exports()
2229 exp->namespace); in check_exports()
2232 !module_imports_namespace(mod, exp->namespace)) { in check_exports()
[all …]
/scripts/gcc-plugins/
Dgcc-common.h942 #define get_inner_reference(exp, pbitsize, pbitpos, poffset, pmode, punsignedp, preversep, pvolatil… argument
943 get_inner_reference(exp, pbitsize, pbitpos, poffset, pmode, punsignedp, pvolatilep, keep_aligning)
967 #define get_inner_reference(exp, pbitsize, pbitpos, poffset, pmode, punsignedp, preversep, pvolatil… argument
968 get_inner_reference(exp, pbitsize, pbitpos, poffset, pmode, punsignedp, preversep, pvolatilep)