Lines Matching refs:SEPARATOR
19 #define SEPARATOR ; macro
32 #define SEPARATOR @ macro
34 #define SEPARATOR %% macro
36 #define SEPARATOR ; macro
70 .def name SEPARATOR \
71 .scl 2 SEPARATOR \
72 .type 32 SEPARATOR \
75 .section .drectve,"yn" SEPARATOR \
76 .ascii "-export:", #name, "\0" SEPARATOR \
96 .globl SYMBOL_NAME(name) SEPARATOR \
97 EXPORT_SYMBOL(name) SEPARATOR \
98 SYMBOL_IS_FUNC(SYMBOL_NAME(name)) SEPARATOR \
102 .globl SYMBOL_NAME(name) SEPARATOR \
103 HIDDEN_SYMBOL(SYMBOL_NAME(name)) SEPARATOR \
104 SYMBOL_IS_FUNC(SYMBOL_NAME(name)) SEPARATOR \