HomeSort by relevance Sort by last modified time
    Searched refs:SYMBOL_IS_FUNC (Results 1 - 3 of 3) sorted by null

  /external/libunwind_llvm/src/
assembly.h 39 #define SYMBOL_IS_FUNC(name)
45 #define SYMBOL_IS_FUNC(name) .type name,%function
47 #define SYMBOL_IS_FUNC(name) .type name,@function
59 #define SYMBOL_IS_FUNC(name) \
71 SYMBOL_IS_FUNC(SYMBOL_NAME(name)) SEPARATOR \
77 SYMBOL_IS_FUNC(SYMBOL_NAME(name)) SEPARATOR \
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
assembly.h 38 #define SYMBOL_IS_FUNC(name)
41 #define SYMBOL_IS_FUNC(name) .type name,%function
43 #define SYMBOL_IS_FUNC(name) .type name,@function
46 #define SYMBOL_IS_FUNC(name) \
55 SYMBOL_IS_FUNC(SYMBOL_NAME(name)) SEPARATOR \
61 SYMBOL_IS_FUNC(SYMBOL_NAME(name)) SEPARATOR \
  /external/compiler-rt/lib/builtins/
assembly.h 30 #define SYMBOL_IS_FUNC(name)
41 #define SYMBOL_IS_FUNC(name) .type name,%function
43 #define SYMBOL_IS_FUNC(name) .type name,@function
58 #define SYMBOL_IS_FUNC(name) \
124 SYMBOL_IS_FUNC(SYMBOL_NAME(name)) SEPARATOR \
131 SYMBOL_IS_FUNC(SYMBOL_NAME(name)) SEPARATOR \
139 SYMBOL_IS_FUNC(SYMBOL_NAME(name)) SEPARATOR \
145 SYMBOL_IS_FUNC(name) SEPARATOR \
151 SYMBOL_IS_FUNC(SYMBOL_NAME(name)) SEPARATOR \

Completed in 459 milliseconds