Home
last modified time | relevance | path

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

/arch/alpha/include/asm/
Dmodule.h11 #define ARCH_SHF_SMALL SHF_ALPHA_GPREL macro
/arch/ia64/include/asm/
Dmodule.h32 #define ARCH_SHF_SMALL SHF_IA_64_SHORT macro
/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()
/arch/ia64/kernel/
Dmodule.c473 mod->arch.got->sh_flags = ARCH_SHF_SMALL | SHF_ALLOC; in module_frob_arch_sections()