Searched refs:_BEGIN_ (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/include/asm-generic/ |
D | vmlinux.lds.h | 195 #define BOUNDED_SECTION_PRE_LABEL(_sec_, _label_, _BEGIN_, _END_) \ argument 196 _BEGIN_##_label_ = .; \ 200 #define BOUNDED_SECTION_POST_LABEL(_sec_, _label_, _BEGIN_, _END_) \ argument 201 _label_##_BEGIN_ = .; \ 210 #define HEADERED_SECTION_PRE_LABEL(_sec_, _label_, _BEGIN_, _END_, _HDR_) \ argument 213 BOUNDED_SECTION_PRE_LABEL(_sec_, _label_, _BEGIN_, _END_) 215 #define HEADERED_SECTION_POST_LABEL(_sec_, _label_, _BEGIN_, _END_, _HDR_) \ argument 218 BOUNDED_SECTION_POST_LABEL(_sec_, _label_, _BEGIN_, _END_)
|