Searched refs:_END_ (Results 1 – 1 of 1) sorted by relevance
| /include/asm-generic/ |
| D | vmlinux.lds.h | 197 #define BOUNDED_SECTION_PRE_LABEL(_sec_, _label_, _BEGIN_, _END_) \ argument 200 _END_##_label_ = .; 202 #define BOUNDED_SECTION_POST_LABEL(_sec_, _label_, _BEGIN_, _END_) \ argument 205 _label_##_END_ = .; 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_)
|