Searched refs:SYMBOL_IS_FUNC (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/
H A Dassembly.h34 #define SYMBOL_IS_FUNC(name) macro
45 #define SYMBOL_IS_FUNC(name) .type name,%function macro
47 #define SYMBOL_IS_FUNC(name) .type name,@function macro
63 #define SYMBOL_IS_FUNC(name) \ macro
226 SYMBOL_IS_FUNC(SYMBOL_NAME(name)) SEPARATOR \
235 SYMBOL_IS_FUNC(SYMBOL_NAME(name)) SEPARATOR \
244 SYMBOL_IS_FUNC(SYMBOL_NAME(name)) SEPARATOR \
252 SYMBOL_IS_FUNC(name) SEPARATOR \
261 SYMBOL_IS_FUNC(name) SEPARATOR \
269 SYMBOL_IS_FUNC(SYMBOL_NAM
[all...]
/openbsd-current/gnu/llvm/libunwind/src/
H A Dassembly.h120 #define SYMBOL_IS_FUNC(name) macro
137 #define SYMBOL_IS_FUNC(name) .type name,%function
139 #define SYMBOL_IS_FUNC(name) .type name,@function
170 #define SYMBOL_IS_FUNC(name) \
261 SYMBOL_IS_FUNC(SYMBOL_NAME(name)) SEPARATOR \

Completed in 119 milliseconds