Lines Matching defs:sym
36 #define __EXPORT_SYMBOL_REF(sym) \ argument
40 #define __EXPORT_SYMBOL_REF(sym) \ argument
45 #define ___EXPORT_SYMBOL(sym, license, ns) \ argument
60 #define __EXPORT_SYMBOL(sym, license, ns) argument
64 #define __EXPORT_SYMBOL(sym, license, ns) __GENKSYMS_EXPORT_SYMBOL(sym) argument
68 #define __EXPORT_SYMBOL(sym, license, ns) \ argument
73 #define __EXPORT_SYMBOL(sym, license, ns) \ argument
81 #define _EXPORT_SYMBOL(sym, license) __EXPORT_SYMBOL(sym, license, __stringify(DEFAULT_SYMBOL_NAMES… argument
83 #define _EXPORT_SYMBOL(sym, license) __EXPORT_SYMBOL(sym, license, "") argument
86 #define EXPORT_SYMBOL(sym) _EXPORT_SYMBOL(sym, "") argument
87 #define EXPORT_SYMBOL_GPL(sym) _EXPORT_SYMBOL(sym, "GPL") argument
88 #define EXPORT_SYMBOL_NS(sym, ns) __EXPORT_SYMBOL(sym, "", __stringify(ns)) argument
89 #define EXPORT_SYMBOL_NS_GPL(sym, ns) __EXPORT_SYMBOL(sym, "GPL", __stringify(ns)) argument