Searched refs:DOT_LABEL (Results 1 – 1 of 1) sorted by relevance
69 #define DOT_LABEL(name) __CONCAT(.,name) macro71 .type DOT_LABEL(name),@function; \72 .globl DOT_LABEL(name);73 #define END_SIZE(name) .size DOT_LABEL(name),.-DOT_LABEL(name);76 #define DOT_LABEL(name) __CONCAT(.L.,name) macro78 #define END_SIZE(name) .size name,.-DOT_LABEL(name);82 #define DOT_LABEL(name) name macro84 #define END_SIZE(name) .size name,.-DOT_LABEL(name);112 .quad DOT_LABEL(name),.TOC.@tocbase,0; \116 DOT_LABEL(name):