Home
last modified time | relevance | path

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

/include/asm-generic/
Dvmlinux.lds.h197 #define BOUNDED_SECTION_PRE_LABEL(_sec_, _label_, _BEGIN_, _END_) \ argument
198 _BEGIN_##_label_ = .; \
202 #define BOUNDED_SECTION_POST_LABEL(_sec_, _label_, _BEGIN_, _END_) \ argument
203 _label_##_BEGIN_ = .; \
212 #define HEADERED_SECTION_PRE_LABEL(_sec_, _label_, _BEGIN_, _END_, _HDR_) \ argument
215 BOUNDED_SECTION_PRE_LABEL(_sec_, _label_, _BEGIN_, _END_)
217 #define HEADERED_SECTION_POST_LABEL(_sec_, _label_, _BEGIN_, _END_, _HDR_) \ argument
220 BOUNDED_SECTION_POST_LABEL(_sec_, _label_, _BEGIN_, _END_)