HomeSort by: relevance | last modified time | path
    Searched defs:SEG_NAME (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
tc-sh.h 137 #define SEG_NAME(SEG) segment_name (SEG)
141 ((startswith (SEG_NAME (SEG), ".stabstr") \
144 : ((startswith (SEG_NAME (SEG), ".stab") \
145 || strcmp (SEG_NAME (SEG), ".ctors") == 0 \
146 || strcmp (SEG_NAME (SEG), ".dtors") == 0) \
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-sh.h 137 #define SEG_NAME(SEG) segment_name (SEG)
141 (startswith (SEG_NAME (SEG), ".stabstr") \
143 : ((startswith (SEG_NAME (SEG), ".stab") \
144 || strcmp (SEG_NAME (SEG), ".ctors") == 0 \
145 || strcmp (SEG_NAME (SEG), ".dtors") == 0) \

Completed in 29 milliseconds