Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/kernel/
Dmodule.c228 if ((shdr->sh_flags & SHF_ALLOC) in find_sec()
1294 return !(sect->sh_flags & SHF_ALLOC) || sect->sh_size == 0; in sect_empty()
2017 if (!(info->sechdrs[infosec].sh_flags & SHF_ALLOC)) in apply_relocations()
2062 { SHF_EXECINSTR | SHF_ALLOC, ARCH_SHF_SMALL }, in layout_sections()
2063 { SHF_ALLOC, SHF_WRITE | ARCH_SHF_SMALL }, in layout_sections()
2064 { SHF_WRITE | SHF_ALLOC, ARCH_SHF_SMALL }, in layout_sections()
2065 { ARCH_SHF_SMALL | SHF_ALLOC, 0 } in layout_sections()
2242 if (sechdrs[sym->st_shndx].sh_flags & SHF_ALLOC in elf_type()
2275 if (!(sec->sh_flags & SHF_ALLOC) in is_core_symbol()
2300 symsect->sh_flags |= SHF_ALLOC; in layout_symtab()
[all …]
Dkexec.c2353 if (!(sechdrs[i].sh_flags & SHF_ALLOC)) in __kexec_load_purgatory()
2376 if (!(sechdrs[i].sh_flags & SHF_ALLOC)) in __kexec_load_purgatory()
2424 if (!(sechdrs[i].sh_flags & SHF_ALLOC)) in __kexec_load_purgatory()
2502 if (!(section->sh_flags & SHF_ALLOC)) in kexec_apply_relocations()
/linux-4.1.27/arch/arc/kernel/
Dmodule.c44 sechdrs[i].sh_flags |= SHF_ALLOC; in module_frob_arch_sections()
/linux-4.1.27/arch/ia64/kernel/
Dmodule.c473 mod->arch.core_plt->sh_flags = SHF_EXECINSTR | SHF_ALLOC; in module_frob_arch_sections()
477 mod->arch.init_plt->sh_flags = SHF_EXECINSTR | SHF_ALLOC; in module_frob_arch_sections()
481 mod->arch.got->sh_flags = ARCH_SHF_SMALL | SHF_ALLOC; in module_frob_arch_sections()
485 mod->arch.opd->sh_flags = SHF_ALLOC; in module_frob_arch_sections()
/linux-4.1.27/arch/blackfin/kernel/
Dmodule.c133 s->sh_flags &= ~SHF_ALLOC; in module_frob_arch_sections()
/linux-4.1.27/include/uapi/linux/
Delf.h286 #define SHF_ALLOC 0x2 macro
/linux-4.1.27/arch/arm/kernel/
Dmodule.c308 if (!(s->sh_flags & SHF_ALLOC)) in module_finalize()
/linux-4.1.27/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.1.27/scripts/
Drecordmcount.h221 mcsec.sh_flags = _w(SHF_ALLOC); in append_func()
/linux-4.1.27/arch/sh/kernel/
Ddwarf.c1104 if ((sechdrs[i].sh_flags & SHF_ALLOC) in module_dwarf_finalize()
/linux-4.1.27/arch/parisc/kernel/
Dmodule.c887 && (sechdrs[i].sh_flags & SHF_ALLOC)) { in module_finalize()
/linux-4.1.27/scripts/mod/
Dmodpost.c851 !(sechdr->sh_flags & SHF_ALLOC) && in check_section()