Searched refs:__EXPORT_SYMBOL (Results 1 – 2 of 2) sorted by relevance
/linux-4.19.296/include/linux/ |
D | export.h | 93 #define __EXPORT_SYMBOL(sym, sec) macro 104 #define __EXPORT_SYMBOL(sym, sec) === __KSYM_##sym === macro 110 #define __EXPORT_SYMBOL(sym, sec) \ macro 120 #define __EXPORT_SYMBOL ___EXPORT_SYMBOL macro 124 __EXPORT_SYMBOL(sym, "") 127 __EXPORT_SYMBOL(sym, "_gpl") 130 __EXPORT_SYMBOL(sym, "_gpl_future") 133 #define EXPORT_UNUSED_SYMBOL(sym) __EXPORT_SYMBOL(sym, "_unused") 134 #define EXPORT_UNUSED_SYMBOL_GPL(sym) __EXPORT_SYMBOL(sym, "_unused_gpl")
|
/linux-4.19.296/include/asm-generic/ |
D | export.h | 64 #define __EXPORT_SYMBOL(sym, val, sec) === __KSYM_##sym === macro 71 #define __EXPORT_SYMBOL(sym, val, sec) \ 81 #define __EXPORT_SYMBOL(sym, val, sec) ___EXPORT_SYMBOL sym, val, sec 85 __EXPORT_SYMBOL(name, KSYM_FUNC(name),) 87 __EXPORT_SYMBOL(name, KSYM_FUNC(name), _gpl) 89 __EXPORT_SYMBOL(name, name,) 91 __EXPORT_SYMBOL(name, name,_gpl)
|