Searched refs:_label_ (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_ = .; \ 198 _END_##_label_ = .; 200 #define BOUNDED_SECTION_POST_LABEL(_sec_, _label_, _BEGIN_, _END_) \ argument 201 _label_##_BEGIN_ = .; \ 203 _label_##_END_ = .; 205 #define BOUNDED_SECTION_BY(_sec_, _label_) \ argument 206 BOUNDED_SECTION_PRE_LABEL(_sec_, _label_, __start, __stop) 210 #define HEADERED_SECTION_PRE_LABEL(_sec_, _label_, _BEGIN_, _END_, _HDR_) \ argument 211 _HDR_##_label_ = .; \ [all …]
|