D | export.h | 45 #define ___EXPORT_SYMBOL(sym, license, ns) \ argument 48 .asciz license ASM_NL \ 60 #define __EXPORT_SYMBOL(sym, license, ns) argument 64 #define __EXPORT_SYMBOL(sym, license, ns) __GENKSYMS_EXPORT_SYMBOL(sym) argument 68 #define __EXPORT_SYMBOL(sym, license, ns) \ argument 69 ___EXPORT_SYMBOL(sym, license, ns) 73 #define __EXPORT_SYMBOL(sym, license, ns) \ argument 76 asm(__stringify(___EXPORT_SYMBOL(sym, license, ns))) 81 #define _EXPORT_SYMBOL(sym, license) __EXPORT_SYMBOL(sym, license, __stringify(DEFAULT_SYMBOL_NAMES… argument 83 #define _EXPORT_SYMBOL(sym, license) __EXPORT_SYMBOL(sym, license, "") argument
|