Lines Matching defs:sym
18 #define __EXPORT_SYMBOL_REF(sym) \ argument
22 #define __EXPORT_SYMBOL_REF(sym) \ argument
27 #define ___EXPORT_SYMBOL(sym, license, ns) \ argument
42 #define __EXPORT_SYMBOL(sym, license, ns) argument
46 #define __EXPORT_SYMBOL(sym, license, ns) __GENKSYMS_EXPORT_SYMBOL(sym) argument
50 #define __EXPORT_SYMBOL(sym, license, ns) \ argument
55 #define __EXPORT_SYMBOL(sym, license, ns) \ argument
63 #define _EXPORT_SYMBOL(sym, license) __EXPORT_SYMBOL(sym, license, __stringify(DEFAULT_SYMBOL_NAMES… argument
65 #define _EXPORT_SYMBOL(sym, license) __EXPORT_SYMBOL(sym, license, "") argument
68 #define EXPORT_SYMBOL(sym) _EXPORT_SYMBOL(sym, "") argument
69 #define EXPORT_SYMBOL_GPL(sym) _EXPORT_SYMBOL(sym, "GPL") argument
70 #define EXPORT_SYMBOL_NS(sym, ns) __EXPORT_SYMBOL(sym, "", __stringify(ns)) argument
71 #define EXPORT_SYMBOL_NS_GPL(sym, ns) __EXPORT_SYMBOL(sym, "GPL", __stringify(ns)) argument