Searched refs:_label_ (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/include/asm-generic/ |
H A D | vmlinux.lds.h | 187 #define BOUNDED_SECTION_PRE_LABEL(_sec_, _label_, _BEGIN_, _END_) \ argument 188 _BEGIN_##_label_ = .; \ 190 _END_##_label_ = .; 192 #define BOUNDED_SECTION_POST_LABEL(_sec_, _label_, _BEGIN_, _END_) \ argument 193 _label_##_BEGIN_ = .; \ 195 _label_##_END_ = .; 197 #define BOUNDED_SECTION_BY(_sec_, _label_) \ argument 198 BOUNDED_SECTION_PRE_LABEL(_sec_, _label_, __start, __stop) 202 #define HEADERED_SECTION_PRE_LABEL(_sec_, _label_, _BEGIN_, _END_, _HDR_) \ argument 203 _HDR_##_label_ = .; \ [all …]
|