Searched refs:___EXPORT_SYMBOL (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/include/linux/ |
D | export.h | 81 #define ___EXPORT_SYMBOL(sym, sec, ns) __GENKSYMS_EXPORT_SYMBOL(sym) macro 97 #define ___EXPORT_SYMBOL(sym, sec, ns) \ macro 142 #define __cond_export_sym_1(sym, sec, ns) ___EXPORT_SYMBOL(sym, sec, ns) 147 #define __EXPORT_SYMBOL(sym, sec, ns) ___EXPORT_SYMBOL(sym, sec, ns)
|
/Linux-v5.10/include/asm-generic/ |
D | export.h | 35 .macro ___EXPORT_SYMBOL name,val,sec 78 #define __cond_export_sym_1(sym, val, sec) ___EXPORT_SYMBOL sym, val, sec 82 #define __EXPORT_SYMBOL(sym, val, sec) ___EXPORT_SYMBOL sym, val, sec
|