Home
last modified time | relevance | path

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

/linux/include/asm-generic/
H A Dvmlinux.lds.h197 #define BOUNDED_SECTION_PRE_LABEL(_sec_, _label_, _BEGIN_, _END_) \ argument
199 KEEP(*(_sec_)) \
202 #define BOUNDED_SECTION_POST_LABEL(_sec_, _label_, _BEGIN_, _END_) \ argument
204 KEEP(*(_sec_)) \
207 #define BOUNDED_SECTION_BY(_sec_, _label_) \ argument
208 BOUNDED_SECTION_PRE_LABEL(_sec_, _label_, __start, __stop)
212 #define HEADERED_SECTION_PRE_LABEL(_sec_, _label_, _BEGIN_, _END_, _HDR_) \ argument
214 KEEP(*(.gnu.linkonce.##_sec_)) \
215 BOUNDED_SECTION_PRE_LABEL(_sec_, _label_, _BEGIN_, _END_)
217 #define HEADERED_SECTION_POST_LABEL(_sec_, _label_, _BEGIN_, _END_, _HDR_) \ argument
[all …]
/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_mfw_hsi.h2240 #define SECTION(_sec_) (*((offsize_t *)(STRUCT_OFFSET(sections[_sec_])))) argument