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

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

Completed in 485 milliseconds