• Home
  • Raw
  • Download

Lines Matching defs:sym

26 #define __CRC_SYMBOL(sym, sec)						\  argument
32 #define __CRC_SYMBOL(sym, sec) \ argument
39 #define __CRC_SYMBOL(sym, sec) argument
50 #define __KSYMTAB_ENTRY(sym, sec) \ argument
66 #define __KSYMTAB_ENTRY(sym, sec) \ argument
81 #define ___EXPORT_SYMBOL(sym, sec, ns) __GENKSYMS_EXPORT_SYMBOL(sym) argument
97 #define ___EXPORT_SYMBOL(sym, sec, ns) \ argument
119 #define __EXPORT_SYMBOL(sym, sec, ns) argument
132 #define __ksym_marker(sym) \ argument
135 #define __EXPORT_SYMBOL(sym, sec, ns) \ argument
138 #define __cond_export_sym(sym, sec, ns, conf) \ argument
140 #define ___cond_export_sym(sym, sec, ns, enabled) \ argument
142 #define __cond_export_sym_1(sym, sec, ns) ___EXPORT_SYMBOL(sym, sec, ns) argument
143 #define __cond_export_sym_0(sym, sec, ns) /* nothing */ argument
147 #define __EXPORT_SYMBOL(sym, sec, ns) ___EXPORT_SYMBOL(sym, sec, ns) argument
153 #define _EXPORT_SYMBOL(sym, sec) __EXPORT_SYMBOL(sym, sec, __stringify(DEFAULT_SYMBOL_NAMESPACE)) argument
155 #define _EXPORT_SYMBOL(sym, sec) __EXPORT_SYMBOL(sym, sec, "") argument
158 #define EXPORT_SYMBOL(sym) _EXPORT_SYMBOL(sym, "") argument
159 #define EXPORT_SYMBOL_GPL(sym) _EXPORT_SYMBOL(sym, "_gpl") argument
160 #define EXPORT_SYMBOL_GPL_FUTURE(sym) _EXPORT_SYMBOL(sym, "_gpl_future") argument
161 #define EXPORT_SYMBOL_NS(sym, ns) __EXPORT_SYMBOL(sym, "", #ns) argument
162 #define EXPORT_SYMBOL_NS_GPL(sym, ns) __EXPORT_SYMBOL(sym, "_gpl", #ns) argument
165 #define EXPORT_UNUSED_SYMBOL(sym) _EXPORT_SYMBOL(sym, "_unused") argument
166 #define EXPORT_UNUSED_SYMBOL_GPL(sym) _EXPORT_SYMBOL(sym, "_unused_gpl") argument
168 #define EXPORT_UNUSED_SYMBOL(sym) argument
169 #define EXPORT_UNUSED_SYMBOL_GPL(sym) argument