Lines Matching +refs:is +refs:regular

3 This file is part of GCC.
5 GCC is free software; you can redistribute it and/or modify it under
10 GCC is distributed in the hope that it will be useful, but WITHOUT ANY
20 we emit one byte (in darwin.c) when such an object is encountered.
22 This messes up section anchoring because the emitted byte is not counted
30 /* The .text section is generated in varasm.c */
40 ".section __TEXT,__text_hot,regular,pure_instructions", 0)
42 ".section __TEXT,__text_cold,regular,pure_instructions", 0)
44 ".section __TEXT,__text_startup,regular,pure_instructions", 0)
46 ".section __TEXT,__text_exit,regular,pure_instructions", 0)
114 ".section __OBJC, __sel_fixup, regular, no_dead_strip", 1)
120 ".section __OBJC, __cstring_object, regular, no_dead_strip", 0)
124 ".section __OBJC, __image_info, regular, no_dead_strip", 1)
167 ".section __OBJC, __class_ext, regular, no_dead_strip", 1)
169 ".section __OBJC, __property, regular, no_dead_strip", 1)
171 ".section __OBJC, __protocol_ext, regular, no_dead_strip", 1)
175 ".section __DATA, __objc_msgrefs, regular, no_dead_strip", 1)
180 ".section __DATA, __objc_classrefs, regular, no_dead_strip", 1)
182 ".section __DATA, __objc_classlist, regular, no_dead_strip", 1)
184 ".section __DATA, __objc_catlist, regular, no_dead_strip", 1)
188 ".section __DATA, __objc_nlclslist, regular, no_dead_strip", 1)
190 ".section __DATA, __objc_nlcatlist, regular, no_dead_strip", 1)
192 ".section __DATA, __objc_protolist, regular, no_dead_strip", 1)
194 ".section __DATA, __objc_protorefs, regular, no_dead_strip", 1)
196 ".section __DATA, __objc_superrefs, regular, no_dead_strip", 1)
198 ".section __DATA, __objc_imageinfo, regular, no_dead_strip", 1)
200 ".section __DATA, __objc_stringobj, regular, no_dead_strip", 1)