Home
last modified time | relevance | path

Searched refs:_BEGIN_ (Results 1 – 1 of 1) sorted by relevance

/linux-6.3-rc2/include/asm-generic/
A Dvmlinux.lds.h202 #define BOUNDED_SECTION_PRE_LABEL(_sec_, _label_, _BEGIN_, _END_) \ argument
203 _BEGIN_##_label_ = .; \
207 #define BOUNDED_SECTION_POST_LABEL(_sec_, _label_, _BEGIN_, _END_) \ argument
208 _label_##_BEGIN_ = .; \
217 #define HEADERED_SECTION_PRE_LABEL(_sec_, _label_, _BEGIN_, _END_, _HDR_) \ argument
220 BOUNDED_SECTION_PRE_LABEL(_sec_, _label_, _BEGIN_, _END_)
222 #define HEADERED_SECTION_POST_LABEL(_sec_, _label_, _BEGIN_, _END_, _HDR_) \ argument
225 BOUNDED_SECTION_POST_LABEL(_sec_, _label_, _BEGIN_, _END_)

Completed in 4 milliseconds