Lines Matching refs:_sec_
187 #define BOUNDED_SECTION_PRE_LABEL(_sec_, _label_, _BEGIN_, _END_) \ argument
189 KEEP(*(_sec_)) \
192 #define BOUNDED_SECTION_POST_LABEL(_sec_, _label_, _BEGIN_, _END_) \ argument
194 KEEP(*(_sec_)) \
197 #define BOUNDED_SECTION_BY(_sec_, _label_) \ argument
198 BOUNDED_SECTION_PRE_LABEL(_sec_, _label_, __start, __stop)
202 #define HEADERED_SECTION_PRE_LABEL(_sec_, _label_, _BEGIN_, _END_, _HDR_) \ argument
204 KEEP(*(.gnu.linkonce.##_sec_)) \
205 BOUNDED_SECTION_PRE_LABEL(_sec_, _label_, _BEGIN_, _END_)
207 #define HEADERED_SECTION_POST_LABEL(_sec_, _label_, _BEGIN_, _END_, _HDR_) \ argument
209 KEEP(*(.gnu.linkonce.##_sec_)) \
210 BOUNDED_SECTION_POST_LABEL(_sec_, _label_, _BEGIN_, _END_)
212 #define HEADERED_SECTION_BY(_sec_, _label_) \ argument
213 HEADERED_SECTION_PRE_LABEL(_sec_, _label_, __start, __stop)