Searched refs:SYMBOL_NAME (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.3-release/contrib/compiler-rt/lib/
H A 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(targe
[all...]
/freebsd-10.3-release/contrib/compiler-rt/lib/arm/
H A Daeabi_idivmod.S24 bl SYMBOL_NAME(__divmodsi4)
H A Daeabi_uidivmod.S25 bl SYMBOL_NAME(__udivmodsi4)
H A Daeabi_ldivmod.S26 bl SYMBOL_NAME(__divmoddi4)
H A Daeabi_uldivmod.S26 bl SYMBOL_NAME(__udivmoddi4)
H A Dmodsi3.S35 bl SYMBOL_NAME(__umodsi3)
H A Ddivmodsi4.S39 bl SYMBOL_NAME(__udivmodsi4)
H A Ddivsi3.S46 bl SYMBOL_NAME(__udivsi3)
/freebsd-10.3-release/contrib/gcc/config/arm/
H A Darm.h1810 #define ENCODED_SHORT_CALL_ATTR_P(SYMBOL_NAME) \
1811 (*(SYMBOL_NAME) == SHORT_CALL_FLAG_CHAR)
1813 #define ENCODED_LONG_CALL_ATTR_P(SYMBOL_NAME) \
1814 (*(SYMBOL_NAME) == LONG_CALL_FLAG_CHAR)

Completed in 103 milliseconds