Home
last modified time | relevance | path

Searched refs:SHF_ALLOC (Results 1 – 14 of 14) sorted by relevance

/linux-4.4.14/arch/mips/kernel/
Dvpe.c189 {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()
654 if (!(sechdrs[i].sh_flags & SHF_ALLOC)) in vpe_elfload()
684 if (!(sechdrs[info].sh_flags & SHF_ALLOC)) in vpe_elfload()
/linux-4.4.14/arch/arm/kernel/
Dmodule-plts.c168 mod->arch.core_plt->sh_flags = SHF_EXECINSTR | SHF_ALLOC; in module_frob_arch_sections()
175 mod->arch.init_plt->sh_flags = SHF_EXECINSTR | SHF_ALLOC; in module_frob_arch_sections()
Dmodule.c338 if (!(s->sh_flags & SHF_ALLOC)) in module_finalize()
/linux-4.4.14/kernel/
Dmodule.c377 if ((shdr->sh_flags & SHF_ALLOC) in find_sec()
1457 return !(sect->sh_flags & SHF_ALLOC) || sect->sh_size == 0; in sect_empty()
2188 if (!(info->sechdrs[infosec].sh_flags & SHF_ALLOC)) in apply_relocations()
2233 { SHF_EXECINSTR | SHF_ALLOC, ARCH_SHF_SMALL }, in layout_sections()
2234 { SHF_ALLOC, SHF_WRITE | ARCH_SHF_SMALL }, in layout_sections()
2235 { SHF_WRITE | SHF_ALLOC, ARCH_SHF_SMALL }, in layout_sections()
2236 { ARCH_SHF_SMALL | SHF_ALLOC, 0 } in layout_sections()
2413 if (sechdrs[sym->st_shndx].sh_flags & SHF_ALLOC in elf_type()
2446 if (!(sec->sh_flags & SHF_ALLOC) in is_core_symbol()
2471 symsect->sh_flags |= SHF_ALLOC; in layout_symtab()
[all …]
Dkexec_file.c721 if (!(sechdrs[i].sh_flags & SHF_ALLOC)) in __kexec_load_purgatory()
744 if (!(sechdrs[i].sh_flags & SHF_ALLOC)) in __kexec_load_purgatory()
792 if (!(sechdrs[i].sh_flags & SHF_ALLOC)) in __kexec_load_purgatory()
870 if (!(section->sh_flags & SHF_ALLOC)) in kexec_apply_relocations()
/linux-4.4.14/arch/arc/kernel/
Dmodule.c44 sechdrs[i].sh_flags |= SHF_ALLOC; in module_frob_arch_sections()
/linux-4.4.14/arch/ia64/kernel/
Dmodule.c465 mod->arch.core_plt->sh_flags = SHF_EXECINSTR | SHF_ALLOC; in module_frob_arch_sections()
469 mod->arch.init_plt->sh_flags = SHF_EXECINSTR | SHF_ALLOC; in module_frob_arch_sections()
473 mod->arch.got->sh_flags = ARCH_SHF_SMALL | SHF_ALLOC; in module_frob_arch_sections()
477 mod->arch.opd->sh_flags = SHF_ALLOC; in module_frob_arch_sections()
/linux-4.4.14/arch/blackfin/kernel/
Dmodule.c133 s->sh_flags &= ~SHF_ALLOC; in module_frob_arch_sections()
/linux-4.4.14/include/uapi/linux/
Delf.h286 #define SHF_ALLOC 0x2 macro
/linux-4.4.14/arch/x86/tools/
Drelocs.c577 if (!(sec_applies->shdr.sh_flags & SHF_ALLOC)) { in print_absolute_relocs()
662 if (!(sec_applies->shdr.sh_flags & SHF_ALLOC)) { in walk_relocs()
/linux-4.4.14/scripts/
Drecordmcount.h221 mcsec.sh_flags = _w(SHF_ALLOC); in append_func()
/linux-4.4.14/arch/sh/kernel/
Ddwarf.c1104 if ((sechdrs[i].sh_flags & SHF_ALLOC) in module_dwarf_finalize()
/linux-4.4.14/arch/parisc/kernel/
Dmodule.c887 && (sechdrs[i].sh_flags & SHF_ALLOC)) { in module_finalize()
/linux-4.4.14/scripts/mod/
Dmodpost.c854 !(sechdr->sh_flags & SHF_ALLOC) && in check_section()