Searched refs:_sec_ (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/include/asm-generic/ |
| H A D | vmlinux.lds.h | 197 #define BOUNDED_SECTION_PRE_LABEL(_sec_, _label_, _BEGIN_, _END_) \ argument 199 KEEP(*(_sec_)) \ 204 KEEP(*(_sec_)) \ 207 #define BOUNDED_SECTION_BY(_sec_, _label_) \ argument 208 BOUNDED_SECTION_PRE_LABEL(_sec_, _label_, __start, __stop) 214 KEEP(*(.gnu.linkonce.##_sec_)) \ 215 BOUNDED_SECTION_PRE_LABEL(_sec_, _label_, _BEGIN_, _END_) 219 KEEP(*(.gnu.linkonce.##_sec_)) \ 220 BOUNDED_SECTION_POST_LABEL(_sec_, _label_, _BEGIN_, _END_) 222 #define HEADERED_SECTION_BY(_sec_, _label_) \ argument [all …]
|
| /linux-6.15/drivers/net/ethernet/qlogic/qed/ |
| H A D | qed_mfw_hsi.h | 2240 #define SECTION(_sec_) (*((offsize_t *)(STRUCT_OFFSET(sections[_sec_])))) argument
|