Searched refs:DOT_LABEL (Results 1 – 1 of 1) sorted by relevance
68 #define DOT_LABEL(name) __CONCAT(.,name) macro70 .type DOT_LABEL(name),@function; \71 .globl DOT_LABEL(name);72 #define END_SIZE(name) .size DOT_LABEL(name),.-DOT_LABEL(name);75 #define DOT_LABEL(name) __CONCAT(.L.,name) macro77 #define END_SIZE(name) .size name,.-DOT_LABEL(name);81 #define DOT_LABEL(name) name macro83 #define END_SIZE(name) .size name,.-DOT_LABEL(name);111 .quad DOT_LABEL(name),.TOC.@tocbase,0; \115 DOT_LABEL(name): \