Home
last modified time | relevance | path

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

/linux-4.1.27/arch/alpha/include/asm/
Dmodule.h11 #define ARCH_SHF_SMALL SHF_ALPHA_GPREL macro
/linux-4.1.27/arch/mips/kernel/
Dvpe.c38 #ifndef ARCH_SHF_SMALL
39 #define ARCH_SHF_SMALL 0 macro
189 {SHF_EXECINSTR | SHF_ALLOC, ARCH_SHF_SMALL}, in layout_sections()
190 {SHF_ALLOC, SHF_WRITE | ARCH_SHF_SMALL}, in layout_sections()
191 {SHF_WRITE | SHF_ALLOC, ARCH_SHF_SMALL}, in layout_sections()
192 {ARCH_SHF_SMALL | SHF_ALLOC, 0} in layout_sections()
/linux-4.1.27/arch/ia64/include/asm/
Dmodule.h38 #define ARCH_SHF_SMALL SHF_IA_64_SHORT macro
/linux-4.1.27/kernel/
Dmodule.c68 #ifndef ARCH_SHF_SMALL
69 #define ARCH_SHF_SMALL 0 macro
2062 { SHF_EXECINSTR | SHF_ALLOC, ARCH_SHF_SMALL }, in layout_sections()
2063 { SHF_ALLOC, SHF_WRITE | ARCH_SHF_SMALL }, in layout_sections()
2064 { SHF_WRITE | SHF_ALLOC, ARCH_SHF_SMALL }, in layout_sections()
2065 { ARCH_SHF_SMALL | SHF_ALLOC, 0 } in layout_sections()
2246 else if (sechdrs[sym->st_shndx].sh_flags & ARCH_SHF_SMALL) in elf_type()
2252 if (sechdrs[sym->st_shndx].sh_flags & ARCH_SHF_SMALL) in elf_type()
/linux-4.1.27/arch/ia64/kernel/
Dmodule.c481 mod->arch.got->sh_flags = ARCH_SHF_SMALL | SHF_ALLOC; in module_frob_arch_sections()