Searched refs:___EXPORT_SYMBOL (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/include/asm-generic/ |
D | export.h | 34 .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
|
/Linux-v4.19/include/linux/ |
D | export.h | 78 #define ___EXPORT_SYMBOL(sym, sec) \ macro 116 #define __cond_export_sym_1(sym, sec) ___EXPORT_SYMBOL(sym, sec) 120 #define __EXPORT_SYMBOL ___EXPORT_SYMBOL
|