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

/openbsd-current/gnu/llvm/libunwind/src/
H A Dassembly.h116 #define SYMBOL_NAME(name) GLUE(__USER_LABEL_PREFIX__, name) macro
128 .globl SYMBOL_NAME(aliasname) SEPARATOR \
129 EXPORT_SYMBOL(SYMBOL_NAME(aliasname)) SEPARATOR \
130 SYMBOL_NAME(aliasname) = SYMBOL_NAME(name)
151 EXPORT_SYMBOL(SYMBOL_NAME(aliasname)) SEPARATOR \
152 WEAK_SYMBOL(SYMBOL_NAME(aliasname)) SEPARATOR \
153 .equiv SYMBOL_NAME(aliasname), SYMBOL_NAME(name)
156 EXPORT_SYMBOL(SYMBOL_NAME(aliasnam
[all...]
H A Dconfig.h74 #define SYMBOL_NAME(name) XSTR(__USER_LABEL_PREFIX__) #name macro
83 __asm__(".globl " SYMBOL_NAME(aliasname)); \
84 __asm__(SYMBOL_NAME(aliasname) " = " SYMBOL_NAME(name)); \
85 _LIBUNWIND_ALIAS_VISIBILITY(SYMBOL_NAME(aliasname))
97 __pragma(comment(linker, "/alternatename:" SYMBOL_NAME(aliasname) "=" \
98 SYMBOL_NAME(name))) \
/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/
H A Dassembly.h210 #define SYMBOL_NAME(name) GLUE(__USER_LABEL_PREFIX__, name) macro
214 HIDDEN(SYMBOL_NAME(name)) SEPARATOR
225 .globl SYMBOL_NAME(name) SEPARATOR \
226 SYMBOL_IS_FUNC(SYMBOL_NAME(name)) SEPARATOR \
229 SYMBOL_NAME(name):
234 .globl SYMBOL_NAME(name) SEPARATOR \
235 SYMBOL_IS_FUNC(SYMBOL_NAME(name)) SEPARATOR \
238 SYMBOL_NAME(name):
243 .globl SYMBOL_NAME(name) SEPARATOR \
244 SYMBOL_IS_FUNC(SYMBOL_NAME(nam
[all...]
H A Dint_lib.h49 #define SYMBOL_NAME(name) XSTR(__USER_LABEL_PREFIX__) #name macro
58 __asm__(".private_extern " SYMBOL_NAME(name));
63 __asm__(".globl " SYMBOL_NAME(aliasname)); \
65 __asm__(SYMBOL_NAME(aliasname) " = " SYMBOL_NAME(name)); \
H A Datomic.c38 #pragma redefine_extname __atomic_load_c SYMBOL_NAME(__atomic_load)
39 #pragma redefine_extname __atomic_store_c SYMBOL_NAME(__atomic_store)
40 #pragma redefine_extname __atomic_exchange_c SYMBOL_NAME(__atomic_exchange)
41 #pragma redefine_extname __atomic_compare_exchange_c SYMBOL_NAME( \
43 #pragma redefine_extname __atomic_is_lock_free_c SYMBOL_NAME( \
/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/arm/
H A Daeabi_idivmod.S28 bl SYMBOL_NAME(__divsi3)
42 bl SYMBOL_NAME(__divmodsi4)
H A Daeabi_uidivmod.S31 bl SYMBOL_NAME(__aeabi_uidiv)
49 bl SYMBOL_NAME(__udivmodsi4)
H A Daeabi_dcmp.S34 bl SYMBOL_NAME(__ ## cond ## df2) SEPARATOR \
H A Daeabi_fcmp.S34 bl SYMBOL_NAME(__ ## cond ## sf2) SEPARATOR \
H A Daeabi_ldivmod.S37 bl SYMBOL_NAME(__divmoddi4)
H A Daeabi_uldivmod.S37 bl SYMBOL_NAME(__udivmoddi4)
H A Dmodsi3.S50 bl SYMBOL_NAME(__umodsi3)
H A Ddivmodsi4.S57 bl SYMBOL_NAME(__udivmodsi4)
H A Ddivsi3.S66 bl SYMBOL_NAME(__udivsi3)
H A Dcomparesf2.S254 b SYMBOL_NAME(__unordsf2)
H A Daddsf3.S180 bl SYMBOL_NAME(__clzsi2)
/openbsd-current/gnu/usr.bin/gcc/gcc/config/m32r/
H A Dm32r.h1614 #define ENCODED_NAME_P(SYMBOL_NAME) \
1615 (SDATA_NAME_P (SYMBOL_NAME) \
1616 /*|| SMALL_NAME_P (SYMBOL_NAME)*/ \
1617 || MEDIUM_NAME_P (SYMBOL_NAME) \
1618 || LARGE_NAME_P (SYMBOL_NAME))
/openbsd-current/gnu/usr.bin/gcc/gcc/config/v850/
H A Dv850.h1515 #define ENCODED_NAME_P(SYMBOL_NAME) \
1516 ( ZDA_NAME_P (SYMBOL_NAME) \
1517 || TDA_NAME_P (SYMBOL_NAME) \
1518 || SDA_NAME_P (SYMBOL_NAME))
/openbsd-current/gnu/gcc/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)
/openbsd-current/gnu/usr.bin/gcc/gcc/config/arm/
H A Darm.h1882 #define ENCODED_SHORT_CALL_ATTR_P(SYMBOL_NAME) \
1883 (*(SYMBOL_NAME) == SHORT_CALL_FLAG_CHAR)
1885 #define ENCODED_LONG_CALL_ATTR_P(SYMBOL_NAME) \
1886 (*(SYMBOL_NAME) == LONG_CALL_FLAG_CHAR)

Completed in 198 milliseconds