Searched refs:DOT_LABEL (Results 1 – 1 of 1) sorted by relevance
67 #define DOT_LABEL(name) __CONCAT(.,name) macro69 .type DOT_LABEL(name),@function; \70 .globl DOT_LABEL(name);71 #define END_SIZE(name) .size DOT_LABEL(name),.-DOT_LABEL(name);74 #define DOT_LABEL(name) __CONCAT(.L.,name) macro76 #define END_SIZE(name) .size name,.-DOT_LABEL(name);80 #define DOT_LABEL(name) name macro82 #define END_SIZE(name) .size name,.-DOT_LABEL(name);109 .quad DOT_LABEL(name),.TOC.@tocbase,0; \113 DOT_LABEL(name):