Searched refs:_END_ (Results 1 – 1 of 1) sorted by relevance
| /linux/include/asm-generic/ |
| H A D | vmlinux.lds.h | 214 #define BOUNDED_SECTION_PRE_LABEL(_sec_, _label_, _BEGIN_, _END_) \ argument 217 _END_##_label_ = .; 219 #define BOUNDED_SECTION_POST_LABEL(_sec_, _label_, _BEGIN_, _END_) \ argument 222 _label_##_END_ = .; 229 #define HEADERED_SECTION_PRE_LABEL(_sec_, _label_, _BEGIN_, _END_, _HDR_) \ argument 232 BOUNDED_SECTION_PRE_LABEL(_sec_, _label_, _BEGIN_, _END_) 234 #define HEADERED_SECTION_POST_LABEL(_sec_, _label_, _BEGIN_, _END_, _HDR_) \ argument 237 BOUNDED_SECTION_POST_LABEL(_sec_, _label_, _BEGIN_, _END_)
|