Home
last modified time | relevance | path

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

/linux/include/asm-generic/
H A Dvmlinux.lds.h190 #define BOUNDED_SECTION_PRE_LABEL(_sec_, _label_, _BEGIN_, _END_) \ argument
191 _BEGIN_##_label_ = .; \
195 #define BOUNDED_SECTION_POST_LABEL(_sec_, _label_, _BEGIN_, _END_) \ argument
196 _label_##_BEGIN_ = .; \
205 #define HEADERED_SECTION_PRE_LABEL(_sec_, _label_, _BEGIN_, _END_, _HDR_) \ argument
208 BOUNDED_SECTION_PRE_LABEL(_sec_, _label_, _BEGIN_, _END_)
210 #define HEADERED_SECTION_POST_LABEL(_sec_, _label_, _BEGIN_, _END_, _HDR_) \ argument
213 BOUNDED_SECTION_POST_LABEL(_sec_, _label_, _BEGIN_, _END_)