Searched refs:___EXPORT_SYMBOL (Results 1 – 2 of 2) sorted by relevance
/include/asm-generic/ |
D | export.h | 32 .macro ___EXPORT_SYMBOL name,val,sec 77 #define __cond_export_sym_1(sym, val, sec) ___EXPORT_SYMBOL sym, val, sec 81 #define __EXPORT_SYMBOL(sym, val, sec) ___EXPORT_SYMBOL sym, val, sec
|
/include/linux/ |
D | export.h | 96 #define ___EXPORT_SYMBOL(sym,sec) __GENKSYMS_EXPORT_SYMBOL(sym) macro 116 #define ___EXPORT_SYMBOL(sym, sec) \ macro 153 #define __cond_export_sym_1(sym, sec) ___EXPORT_SYMBOL(sym, sec) 169 #define __EXPORT_SYMBOL(sym,sec) ___EXPORT_SYMBOL(sym,sec)
|