Home
last modified time | relevance | path

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

/external/compiler-rt/lib/
Dassembly.h37 #define SYMBOL_NAME(name) GLUE(__USER_LABEL_PREFIX__, name) macro
41 HIDDEN_DIRECTIVE SYMBOL_NAME(name) SEPARATOR
48 .globl SYMBOL_NAME(name) SEPARATOR \
50 SYMBOL_NAME(name):
53 .globl SYMBOL_NAME(name) SEPARATOR \
54 HIDDEN_DIRECTIVE SYMBOL_NAME(name) SEPARATOR \
55 SYMBOL_NAME(name):
63 .globl SYMBOL_NAME(name) SEPARATOR \
64 .set SYMBOL_NAME(name), SYMBOL_NAME(target) SEPARATOR
/external/compiler-rt/lib/arm/
Daeabi_uidivmod.S25 bl SYMBOL_NAME(__udivmodsi4)
Daeabi_idivmod.S24 bl SYMBOL_NAME(__divmodsi4)
Daeabi_uldivmod.S26 bl SYMBOL_NAME(__udivmoddi4)
Daeabi_ldivmod.S26 bl SYMBOL_NAME(__divmoddi4)
Daeabi_fcmp.S26 bl SYMBOL_NAME(__ ## cond ## sf2) SEPARATOR \
Daeabi_dcmp.S26 bl SYMBOL_NAME(__ ## cond ## df2) SEPARATOR \
Dmodsi3.S35 bl SYMBOL_NAME(__umodsi3)
Ddivmodsi4.S39 bl SYMBOL_NAME(__udivmodsi4)
Ddivsi3.S46 bl SYMBOL_NAME(__udivsi3)