Home
last modified time | relevance | path

Searched refs:_sec_ (Results 1 – 1 of 1) sorted by relevance

/include/asm-generic/
Dvmlinux.lds.h197 #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
[all …]