Lines Matching refs:SEG
85 #define TC_VALIDATE_FIX_SUB(FIX, SEG) \ argument
86 ((md_register_arithmetic || (SEG) != reg_section) \
140 #define SEG_NAME(SEG) segment_name (SEG) argument
143 #define SUB_SEGMENT_ALIGN(SEG, FRCHAIN) \ argument
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) \
213 #define TC_FORCE_RELOCATION_SUB_LOCAL(FIX, SEG) \ argument
214 ((!md_register_arithmetic && (SEG) == reg_section) \
219 #define TC_FORCE_RELOCATION_SUB_ABS(FIX, SEG) \ argument
221 || (!md_register_arithmetic && (SEG) == reg_section))
225 #define TC_VALIDATE_FIX_SUB(FIX, SEG) \ argument
226 ((md_register_arithmetic || (SEG) != reg_section) \