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