Searched refs:SEG_NAME (Results 1 – 2 of 2) sorted by relevance
140 #define SEG_NAME(SEG) segment_name (SEG) macro144 (strncmp (SEG_NAME (SEG), ".stabstr", 8) == 0 \146 : ((strncmp (SEG_NAME (SEG), ".stab", 5) == 0 \147 || strcmp (SEG_NAME (SEG), ".ctors") == 0 \148 || strcmp (SEG_NAME (SEG), ".dtors") == 0) \
6965 * config/tc-sh.h (SEG_NAME): New macro: return the name of a6967 (SUB_SEGMENT_ALIGN): Use SEG_NAME.