Home
last modified time | relevance | path

Searched refs:SEG_NAME (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-sh.h140 #define SEG_NAME(SEG) segment_name (SEG) macro
144 (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) \
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-00016965 * config/tc-sh.h (SEG_NAME): New macro: return the name of a
6967 (SUB_SEGMENT_ALIGN): Use SEG_NAME.