Home
last modified time | relevance | path

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

/linux-3.4.99/arch/alpha/include/asm/
Dmodule.h17 #define ARCH_SHF_SMALL SHF_ALPHA_GPREL macro
/linux-3.4.99/arch/ia64/include/asm/
Dmodule.h40 #define ARCH_SHF_SMALL SHF_IA_64_SHORT macro
/linux-3.4.99/arch/mips/kernel/
Dvpe.c57 #ifndef ARCH_SHF_SMALL
58 #define ARCH_SHF_SMALL 0 macro
311 {SHF_EXECINSTR | SHF_ALLOC, ARCH_SHF_SMALL}, in layout_sections()
312 {SHF_ALLOC, SHF_WRITE | ARCH_SHF_SMALL}, in layout_sections()
313 {SHF_WRITE | SHF_ALLOC, ARCH_SHF_SMALL}, in layout_sections()
314 {ARCH_SHF_SMALL | SHF_ALLOC, 0} in layout_sections()
/linux-3.4.99/kernel/
Dmodule.c65 #ifndef ARCH_SHF_SMALL
66 #define ARCH_SHF_SMALL 0 macro
2031 { SHF_EXECINSTR | SHF_ALLOC, ARCH_SHF_SMALL }, in layout_sections()
2032 { SHF_ALLOC, SHF_WRITE | ARCH_SHF_SMALL }, in layout_sections()
2033 { SHF_WRITE | SHF_ALLOC, ARCH_SHF_SMALL }, in layout_sections()
2034 { ARCH_SHF_SMALL | SHF_ALLOC, 0 } in layout_sections()
2214 else if (sechdrs[sym->st_shndx].sh_flags & ARCH_SHF_SMALL) in elf_type()
2220 if (sechdrs[sym->st_shndx].sh_flags & ARCH_SHF_SMALL) in elf_type()
/linux-3.4.99/arch/ia64/kernel/
Dmodule.c483 mod->arch.got->sh_flags = ARCH_SHF_SMALL | SHF_ALLOC; in module_frob_arch_sections()