Home
last modified time | relevance | path

Searched refs:ARCH_SHF_SMALL (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-6.6/arch/mips/kernel/
H A 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()
/kernel/linux/linux-5.10/arch/alpha/include/asm/
H A Dmodule.h12 #define ARCH_SHF_SMALL SHF_ALPHA_GPREL macro
/kernel/linux/linux-6.6/arch/alpha/include/asm/
H A Dmodule.h12 #define ARCH_SHF_SMALL SHF_ALPHA_GPREL macro
/kernel/linux/linux-5.10/arch/ia64/include/asm/
H A Dmodule.h33 #define ARCH_SHF_SMALL SHF_IA_64_SHORT macro
/kernel/linux/linux-6.6/arch/ia64/include/asm/
H A Dmodule.h33 #define ARCH_SHF_SMALL SHF_IA_64_SHORT macro
/kernel/linux/linux-5.10/arch/mips/kernel/
H A 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()
/kernel/linux/linux-6.6/kernel/module/
H A Dinternal.h17 #ifndef ARCH_SHF_SMALL
18 #define ARCH_SHF_SMALL 0 macro
H A Dkallsyms.c60 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 Dmain.c1514 { 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()
/kernel/linux/linux-5.10/kernel/
H A Dmodule.c66 #ifndef ARCH_SHF_SMALL
67 #define ARCH_SHF_SMALL 0 macro
2497 { SHF_EXECINSTR | SHF_ALLOC, ARCH_SHF_SMALL }, in layout_sections()
2498 { SHF_ALLOC, SHF_WRITE | ARCH_SHF_SMALL }, in layout_sections()
2499 { SHF_RO_AFTER_INIT | SHF_ALLOC, ARCH_SHF_SMALL }, in layout_sections()
2500 { SHF_WRITE | SHF_ALLOC, ARCH_SHF_SMALL }, in layout_sections()
2501 { ARCH_SHF_SMALL | SHF_ALLOC, 0 } in layout_sections()
2711 else if (sechdrs[sym->st_shndx].sh_flags & ARCH_SHF_SMALL) in elf_type()
2717 if (sechdrs[sym->st_shndx].sh_flags & ARCH_SHF_SMALL) in elf_type()
/kernel/linux/linux-5.10/arch/ia64/kernel/
H A Dmodule.c475 mod->arch.got->sh_flags = ARCH_SHF_SMALL | SHF_ALLOC; in module_frob_arch_sections()
/kernel/linux/linux-6.6/arch/ia64/kernel/
H A Dmodule.c475 mod->arch.got->sh_flags = ARCH_SHF_SMALL | SHF_ALLOC; in module_frob_arch_sections()

Completed in 17 milliseconds