Lines Matching defs:sec
40 #define __KSYMTAB_ENTRY(sym, sec) \ argument
56 #define __KSYMTAB_ENTRY(sym, sec) \ argument
71 #define ___EXPORT_SYMBOL(sym, sec, ns) __GENKSYMS_EXPORT_SYMBOL(sym) argument
86 #define ___EXPORT_SYMBOL(sym, sec, ns) \ argument
107 #define __EXPORT_SYMBOL(sym, sec, ns) argument
123 #define __EXPORT_SYMBOL(sym, sec, ns) \ argument
126 #define __cond_export_sym(sym, sec, ns, conf) \ argument
128 #define ___cond_export_sym(sym, sec, ns, enabled) \ argument
130 #define __cond_export_sym_1(sym, sec, ns) ___EXPORT_SYMBOL(sym, sec, ns) argument
133 #define __cond_export_sym_0(sym, sec, ns) __GENKSYMS_EXPORT_SYMBOL(sym) argument
135 #define __cond_export_sym_0(sym, sec, ns) /* nothing */ argument
140 #define __EXPORT_SYMBOL(sym, sec, ns) ___EXPORT_SYMBOL(sym, sec, ns) argument
145 #define _EXPORT_SYMBOL(sym, sec) __EXPORT_SYMBOL(sym, sec, __stringify(DEFAULT_SYMBOL_NAMESPACE)) argument
147 #define _EXPORT_SYMBOL(sym, sec) __EXPORT_SYMBOL(sym, sec, "") argument