Lines Matching defs:sym
25 #define __CRC_SYMBOL(sym, sec) \ argument
31 #define __CRC_SYMBOL(sym, sec) \ argument
38 #define __CRC_SYMBOL(sym, sec) argument
49 #define __KSYMTAB_ENTRY_NS(sym, sec) \ argument
59 #define __KSYMTAB_ENTRY(sym, sec) \ argument
75 #define __KSYMTAB_ENTRY_NS(sym, sec) \ argument
81 #define __KSYMTAB_ENTRY(sym, sec) \ argument
96 #define ___EXPORT_SYMBOL(sym,sec) __GENKSYMS_EXPORT_SYMBOL(sym) argument
97 #define ___EXPORT_SYMBOL_NS(sym,sec,ns) __GENKSYMS_EXPORT_SYMBOL(sym) argument
101 #define ___export_symbol_common(sym, sec) \ argument
109 #define ___EXPORT_SYMBOL_NS(sym, sec, ns) \ argument
116 #define ___EXPORT_SYMBOL(sym, sec) \ argument
129 #define __EXPORT_SYMBOL_NS(sym, sec, ns) argument
130 #define __EXPORT_SYMBOL(sym, sec) argument
143 #define __ksym_marker(sym) \ argument
146 #define __EXPORT_SYMBOL(sym, sec) \ argument
149 #define __cond_export_sym(sym, sec, conf) \ argument
151 #define ___cond_export_sym(sym, sec, enabled) \ argument
153 #define __cond_export_sym_1(sym, sec) ___EXPORT_SYMBOL(sym, sec) argument
154 #define __cond_export_sym_0(sym, sec) /* nothing */ argument
156 #define __EXPORT_SYMBOL_NS(sym, sec, ns) \ argument
159 #define __cond_export_ns_sym(sym, sec, ns, conf) \ argument
161 #define ___cond_export_ns_sym(sym, sec, ns, enabled) \ argument
163 #define __cond_export_ns_sym_1(sym, sec, ns) ___EXPORT_SYMBOL_NS(sym, sec, ns) argument
164 #define __cond_export_ns_sym_0(sym, sec, ns) /* nothing */ argument
168 #define __EXPORT_SYMBOL_NS(sym,sec,ns) ___EXPORT_SYMBOL_NS(sym,sec,ns) argument
169 #define __EXPORT_SYMBOL(sym,sec) ___EXPORT_SYMBOL(sym,sec) argument
175 #define __EXPORT_SYMBOL(sym, sec) \ argument
179 #define EXPORT_SYMBOL(sym) __EXPORT_SYMBOL(sym, "") argument
180 #define EXPORT_SYMBOL_GPL(sym) __EXPORT_SYMBOL(sym, "_gpl") argument
181 #define EXPORT_SYMBOL_GPL_FUTURE(sym) __EXPORT_SYMBOL(sym, "_gpl_future") argument
182 #define EXPORT_SYMBOL_NS(sym, ns) __EXPORT_SYMBOL_NS(sym, "", ns) argument
183 #define EXPORT_SYMBOL_NS_GPL(sym, ns) __EXPORT_SYMBOL_NS(sym, "_gpl", ns) argument
186 #define EXPORT_UNUSED_SYMBOL(sym) __EXPORT_SYMBOL(sym, "_unused") argument
187 #define EXPORT_UNUSED_SYMBOL_GPL(sym) __EXPORT_SYMBOL(sym, "_unused_gpl") argument
189 #define EXPORT_UNUSED_SYMBOL(sym) argument
190 #define EXPORT_UNUSED_SYMBOL_GPL(sym) argument