Searched refs:ARCH_SHF_SMALL (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/mips/kernel/ |
| H A D | vpe.c | 39 #ifndef ARCH_SHF_SMALL 40 #define ARCH_SHF_SMALL 0 macro 190 {SHF_EXECINSTR | SHF_ALLOC, ARCH_SHF_SMALL}, in layout_sections() 191 {SHF_ALLOC, SHF_WRITE | ARCH_SHF_SMALL}, in layout_sections() 192 {SHF_WRITE | SHF_ALLOC, ARCH_SHF_SMALL}, in layout_sections() 193 {ARCH_SHF_SMALL | SHF_ALLOC, 0} in layout_sections()
|
| /linux/arch/alpha/include/asm/ |
| H A D | module.h | 12 #define ARCH_SHF_SMALL SHF_ALPHA_GPREL macro
|
| /linux/kernel/module/ |
| H A D | main.c | 1689 { SHF_EXECINSTR | SHF_ALLOC, ARCH_SHF_SMALL }, in __layout_sections() 1690 { SHF_ALLOC, SHF_WRITE | ARCH_SHF_SMALL }, in __layout_sections() 1691 { SHF_RO_AFTER_INIT | SHF_ALLOC, ARCH_SHF_SMALL }, in __layout_sections() 1692 { SHF_WRITE | SHF_ALLOC, ARCH_SHF_SMALL }, in __layout_sections() 1693 { ARCH_SHF_SMALL | SHF_ALLOC, 0 } in __layout_sections()
|