Lines Matching refs:_sec_
190 #define BOUNDED_SECTION_PRE_LABEL(_sec_, _label_, _BEGIN_, _END_) \ argument
192 KEEP(*(_sec_)) \
195 #define BOUNDED_SECTION_POST_LABEL(_sec_, _label_, _BEGIN_, _END_) \ argument
197 KEEP(*(_sec_)) \
200 #define BOUNDED_SECTION_BY(_sec_, _label_) \ argument
201 BOUNDED_SECTION_PRE_LABEL(_sec_, _label_, __start, __stop)
205 #define HEADERED_SECTION_PRE_LABEL(_sec_, _label_, _BEGIN_, _END_, _HDR_) \ argument
207 KEEP(*(.gnu.linkonce.##_sec_)) \
208 BOUNDED_SECTION_PRE_LABEL(_sec_, _label_, _BEGIN_, _END_)
210 #define HEADERED_SECTION_POST_LABEL(_sec_, _label_, _BEGIN_, _END_, _HDR_) \ argument
212 KEEP(*(.gnu.linkonce.##_sec_)) \
213 BOUNDED_SECTION_POST_LABEL(_sec_, _label_, _BEGIN_, _END_)
215 #define HEADERED_SECTION_BY(_sec_, _label_) \ argument
216 HEADERED_SECTION_PRE_LABEL(_sec_, _label_, __start, __stop)