Searched refs:ARCH_SHF_SMALL (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/arch/alpha/include/asm/ |
D | module.h | 12 #define ARCH_SHF_SMALL SHF_ALPHA_GPREL macro
|
/linux-6.1.9/arch/mips/kernel/ |
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()
|
/linux-6.1.9/arch/ia64/include/asm/ |
D | module.h | 33 #define ARCH_SHF_SMALL SHF_IA_64_SHORT macro
|
/linux-6.1.9/kernel/module/ |
D | internal.h | 16 #ifndef ARCH_SHF_SMALL 17 #define ARCH_SHF_SMALL 0 macro
|
D | kallsyms.c | 59 else if (sechdrs[sym->st_shndx].sh_flags & ARCH_SHF_SMALL) in elf_type() 65 if (sechdrs[sym->st_shndx].sh_flags & ARCH_SHF_SMALL) in elf_type()
|
D | main.c | 1427 { SHF_EXECINSTR | SHF_ALLOC, ARCH_SHF_SMALL }, in layout_sections() 1428 { SHF_ALLOC, SHF_WRITE | ARCH_SHF_SMALL }, in layout_sections() 1429 { SHF_RO_AFTER_INIT | SHF_ALLOC, ARCH_SHF_SMALL }, in layout_sections() 1430 { SHF_WRITE | SHF_ALLOC, ARCH_SHF_SMALL }, in layout_sections() 1431 { ARCH_SHF_SMALL | SHF_ALLOC, 0 } in layout_sections()
|
/linux-6.1.9/arch/ia64/kernel/ |
D | module.c | 475 mod->arch.got->sh_flags = ARCH_SHF_SMALL | SHF_ALLOC; in module_frob_arch_sections()
|