Searched refs:ARCH_SHF_SMALL (Results 1 – 5 of 5) sorted by relevance
/linux-3.4.99/arch/alpha/include/asm/ |
D | module.h | 17 #define ARCH_SHF_SMALL SHF_ALPHA_GPREL macro
|
/linux-3.4.99/arch/ia64/include/asm/ |
D | module.h | 40 #define ARCH_SHF_SMALL SHF_IA_64_SHORT macro
|
/linux-3.4.99/arch/mips/kernel/ |
D | vpe.c | 57 #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/ |
D | module.c | 65 #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/ |
D | module.c | 483 mod->arch.got->sh_flags = ARCH_SHF_SMALL | SHF_ALLOC; in module_frob_arch_sections()
|