Home
last modified time | relevance | path

Searched refs:SYMBOL_NAME (Results 1 – 11 of 11) sorted by relevance

/external/compiler-rt/lib/builtins/
Dassembly.h98 #define SYMBOL_NAME(name) GLUE(__USER_LABEL_PREFIX__, name) macro
102 HIDDEN(SYMBOL_NAME(name)) SEPARATOR
109 .globl SYMBOL_NAME(name) SEPARATOR \
110 SYMBOL_IS_FUNC(SYMBOL_NAME(name)) SEPARATOR \
112 SYMBOL_NAME(name):
116 .globl SYMBOL_NAME(name) SEPARATOR \
117 SYMBOL_IS_FUNC(SYMBOL_NAME(name)) SEPARATOR \
118 HIDDEN(SYMBOL_NAME(name)) SEPARATOR \
119 SYMBOL_NAME(name):
128 .globl SYMBOL_NAME(name) SEPARATOR \
[all …]
/external/libcxxabi/src/Unwind/
Dassembly.h35 #define SYMBOL_NAME(name) GLUE(__USER_LABEL_PREFIX__, name) macro
38 .globl SYMBOL_NAME(name) SEPARATOR \
39 SYMBOL_NAME(name):
42 .globl SYMBOL_NAME(name) SEPARATOR \
43 HIDDEN_DIRECTIVE SYMBOL_NAME(name) SEPARATOR \
44 SYMBOL_NAME(name):
/external/compiler-rt/lib/builtins/arm/
Daeabi_idivmod.S24 bl SYMBOL_NAME(__divmodsi4)
Daeabi_uidivmod.S25 bl SYMBOL_NAME(__udivmodsi4)
Daeabi_ldivmod.S26 bl SYMBOL_NAME(__divmoddi4)
Daeabi_uldivmod.S26 bl SYMBOL_NAME(__udivmoddi4)
Daeabi_fcmp.S26 bl SYMBOL_NAME(__ ## cond ## sf2) SEPARATOR \
Daeabi_dcmp.S26 bl SYMBOL_NAME(__ ## cond ## df2) SEPARATOR \
Dmodsi3.S50 bl SYMBOL_NAME(__umodsi3)
Ddivsi3.S51 bl SYMBOL_NAME(__udivsi3)
Ddivmodsi4.S56 bl SYMBOL_NAME(__udivmodsi4)