Lines Matching refs:_sec_
197 #define BOUNDED_SECTION_PRE_LABEL(_sec_, _label_, _BEGIN_, _END_) \ argument
199 KEEP(*(_sec_)) \
202 #define BOUNDED_SECTION_POST_LABEL(_sec_, _label_, _BEGIN_, _END_) \ argument
204 KEEP(*(_sec_)) \
207 #define BOUNDED_SECTION_BY(_sec_, _label_) \ argument
208 BOUNDED_SECTION_PRE_LABEL(_sec_, _label_, __start, __stop)
212 #define HEADERED_SECTION_PRE_LABEL(_sec_, _label_, _BEGIN_, _END_, _HDR_) \ argument
214 KEEP(*(.gnu.linkonce.##_sec_)) \
215 BOUNDED_SECTION_PRE_LABEL(_sec_, _label_, _BEGIN_, _END_)
217 #define HEADERED_SECTION_POST_LABEL(_sec_, _label_, _BEGIN_, _END_, _HDR_) \ argument
219 KEEP(*(.gnu.linkonce.##_sec_)) \
220 BOUNDED_SECTION_POST_LABEL(_sec_, _label_, _BEGIN_, _END_)
222 #define HEADERED_SECTION_BY(_sec_, _label_) \ argument
223 HEADERED_SECTION_PRE_LABEL(_sec_, _label_, __start, __stop)