Searched refs:ARCH_SHF_SMALL (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/mips/kernel/ |
| H A D | vpe.c | 38 #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()
|
| /OK3568_Linux_fs/kernel/arch/alpha/include/asm/ |
| H A D | module.h | 12 #define ARCH_SHF_SMALL SHF_ALPHA_GPREL macro
|
| /OK3568_Linux_fs/kernel/arch/ia64/include/asm/ |
| H A D | module.h | 33 #define ARCH_SHF_SMALL SHF_IA_64_SHORT macro
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | module.c | 70 #ifndef ARCH_SHF_SMALL 71 #define ARCH_SHF_SMALL 0 macro 2498 { SHF_EXECINSTR | SHF_ALLOC, ARCH_SHF_SMALL }, in layout_sections() 2499 { SHF_ALLOC, SHF_WRITE | ARCH_SHF_SMALL }, in layout_sections() 2500 { SHF_RO_AFTER_INIT | SHF_ALLOC, ARCH_SHF_SMALL }, in layout_sections() 2501 { SHF_WRITE | SHF_ALLOC, ARCH_SHF_SMALL }, in layout_sections() 2502 { ARCH_SHF_SMALL | SHF_ALLOC, 0 } in layout_sections() 2712 else if (sechdrs[sym->st_shndx].sh_flags & ARCH_SHF_SMALL) in elf_type() 2718 if (sechdrs[sym->st_shndx].sh_flags & ARCH_SHF_SMALL) in elf_type()
|
| /OK3568_Linux_fs/kernel/arch/ia64/kernel/ |
| H A D | module.c | 475 mod->arch.got->sh_flags = ARCH_SHF_SMALL | SHF_ALLOC; in module_frob_arch_sections()
|