Searched refs:ARCH_SHF_SMALL (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/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()
|
/openbmc/linux/arch/alpha/include/asm/ |
H A D | module.h | 12 #define ARCH_SHF_SMALL SHF_ALPHA_GPREL macro
|
/openbmc/linux/arch/ia64/include/asm/ |
H A D | module.h | 33 #define ARCH_SHF_SMALL SHF_IA_64_SHORT macro
|
/openbmc/linux/kernel/module/ |
H A D | internal.h | 17 #ifndef ARCH_SHF_SMALL 18 #define ARCH_SHF_SMALL 0 macro
|
H A D | kallsyms.c | 60 else if (sechdrs[sym->st_shndx].sh_flags & ARCH_SHF_SMALL) in elf_type() 66 if (sechdrs[sym->st_shndx].sh_flags & ARCH_SHF_SMALL) in elf_type()
|
H A D | main.c | 1514 { SHF_EXECINSTR | SHF_ALLOC, ARCH_SHF_SMALL }, in __layout_sections() 1515 { SHF_ALLOC, SHF_WRITE | ARCH_SHF_SMALL }, in __layout_sections() 1516 { SHF_RO_AFTER_INIT | SHF_ALLOC, ARCH_SHF_SMALL }, in __layout_sections() 1517 { SHF_WRITE | SHF_ALLOC, ARCH_SHF_SMALL }, in __layout_sections() 1518 { ARCH_SHF_SMALL | SHF_ALLOC, 0 } in __layout_sections()
|
/openbmc/linux/arch/ia64/kernel/ |
H A D | module.c | 475 mod->arch.got->sh_flags = ARCH_SHF_SMALL | SHF_ALLOC; in module_frob_arch_sections()
|