Searched refs:ASM_NAME (Results 1 – 2 of 2) sorted by relevance
33 __asm__ (".symver " ASM_NAME(#real) "," ASM_NAME(#name) "@" #version)35 __asm__ (".symver " ASM_NAME(#real) "," ASM_NAME(#name) "@@" #version)52 __asm__ (".weak " ASM_NAME(#name)); \53 __asm__ (ASM_NAME(#name) " = " ASM_NAME(#real))56 __asm__ (".weak " ASM_NAME(#name)); \57 __asm__ (".set " ASM_NAME(#name) "," ASM_NAME(#real))
269 #define ASM_NAME(name) __SYMBOL_PREFIX name macro289 __make_section_unallocated (".gnu.warning." ASM_NAME(#symbol)) \291 __attribute__ ((section (".gnu.warning." ASM_NAME(#symbol) "\"\n\t#\""))) = msg;294 __make_section_unallocated (".gnu.warning." ASM_NAME(#symbol)) \296 __attribute__ ((section (".gnu.warning." ASM_NAME(#symbol) "\n\t#"))) = msg;301 ".stabs \"" ASM_NAME(#symbol) "\",1,0,0,0\n");