Home
last modified time | relevance | path

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

/linux-6.1.9/arch/alpha/include/asm/
Dmodule.h12 #define ARCH_SHF_SMALL SHF_ALPHA_GPREL macro
/linux-6.1.9/arch/mips/kernel/
Dvpe.c38 #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/
Dmodule.h33 #define ARCH_SHF_SMALL SHF_IA_64_SHORT macro
/linux-6.1.9/kernel/module/
Dinternal.h16 #ifndef ARCH_SHF_SMALL
17 #define ARCH_SHF_SMALL 0 macro
Dkallsyms.c59 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()
Dmain.c1427 { 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/
Dmodule.c475 mod->arch.got->sh_flags = ARCH_SHF_SMALL | SHF_ALLOC; in module_frob_arch_sections()