Searched refs:___EXPORT_SYMBOL (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/include/linux/ |
A D | export.h | 71 #define ___EXPORT_SYMBOL(sym, sec, ns) __GENKSYMS_EXPORT_SYMBOL(sym) macro 86 #define ___EXPORT_SYMBOL(sym, sec, ns) \ macro 130 #define __cond_export_sym_1(sym, sec, ns) ___EXPORT_SYMBOL(sym, sec, ns) 140 #define __EXPORT_SYMBOL(sym, sec, ns) ___EXPORT_SYMBOL(sym, sec, ns)
|
/linux-6.3-rc2/include/asm-generic/ |
A D | export.h | 40 .macro ___EXPORT_SYMBOL name,val,sec 72 #define __cond_export_sym_1(sym, val, sec) ___EXPORT_SYMBOL sym, val, sec 76 #define __EXPORT_SYMBOL(sym, val, sec) ___EXPORT_SYMBOL sym, val, sec
|
Completed in 3 milliseconds