Home
last modified time | relevance | path

Searched refs:sh_flags (Results 1 – 25 of 35) sorted by relevance

12

/linux-6.1.9/kernel/module/
Ddebug_kmemleak.c22 if (!(info->sechdrs[i].sh_flags & SHF_ALLOC) || in kmemleak_load_module()
23 !(info->sechdrs[i].sh_flags & SHF_WRITE) || in kmemleak_load_module()
24 (info->sechdrs[i].sh_flags & SHF_EXECINSTR)) in kmemleak_load_module()
Dkallsyms.c53 if (sechdrs[sym->st_shndx].sh_flags & SHF_EXECINSTR) in elf_type()
55 if (sechdrs[sym->st_shndx].sh_flags & SHF_ALLOC && in elf_type()
57 if (!(sechdrs[sym->st_shndx].sh_flags & SHF_WRITE)) in elf_type()
59 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()
93 if (!(sec->sh_flags & SHF_ALLOC) in is_core_symbol()
95 || !(sec->sh_flags & SHF_EXECINSTR) in is_core_symbol()
118 symsect->sh_flags |= SHF_ALLOC; in layout_symtab()
146 strsect->sh_flags |= SHF_ALLOC; in layout_symtab()
Dmain.c185 if ((shdr->sh_flags & SHF_ALLOC) in find_sec()
1363 if (!(info->sechdrs[infosec].sh_flags & SHF_ALLOC)) in apply_relocations()
1366 if (info->sechdrs[i].sh_flags & SHF_RELA_LIVEPATCH) in apply_relocations()
1445 if ((s->sh_flags & masks[m][0]) != masks[m][0] in layout_sections()
1446 || (s->sh_flags & masks[m][1]) in layout_sections()
1479 if ((s->sh_flags & masks[m][0]) != masks[m][0] in layout_sections()
1480 || (s->sh_flags & masks[m][1]) in layout_sections()
1764 if (shdr->sh_flags & SHF_ALLOC) { in elf_validity_check()
1885 info->sechdrs[info->index.vers].sh_flags &= ~(unsigned long)SHF_ALLOC; in rewrite_section_headers()
1886 info->sechdrs[info->index.info].sh_flags &= ~(unsigned long)SHF_ALLOC; in rewrite_section_headers()
[all …]
Dstrict_rwx.c135 if ((sechdrs[i].sh_flags & shf_wx) == shf_wx) { in module_enforce_rwx_sections()
/linux-6.1.9/tools/perf/util/
Dgenelf.c199 shdr->sh_flags = SHF_ALLOC; in jit_add_eh_frame_info()
233 shdr->sh_flags = SHF_ALLOC; in jit_add_eh_frame_info()
335 shdr->sh_flags = SHF_EXECINSTR | SHF_ALLOC; in jit_write_elf()
381 shdr->sh_flags = 0; in jit_write_elf()
417 shdr->sh_flags = 0; in jit_write_elf()
460 shdr->sh_flags = 0; in jit_write_elf()
503 shdr->sh_flags = SHF_ALLOC; in jit_write_elf()
Dgenelf_debug.c530 shdr->sh_flags = 0; in jit_add_debug_info()
564 shdr->sh_flags = 0; in jit_add_debug_info()
598 shdr->sh_flags = 0; in jit_add_debug_info()
/linux-6.1.9/drivers/gpu/drm/
Ddrm_irq.c72 unsigned long sh_flags = 0; in drm_legacy_irq_install() local
89 sh_flags = IRQF_SHARED; in drm_legacy_irq_install()
92 sh_flags, dev->driver->name, dev); in drm_legacy_irq_install()
/linux-6.1.9/arch/riscv/kernel/
Dmodule-sections.c132 if (!(dst_sec->sh_flags & SHF_EXECINSTR)) in module_frob_arch_sections()
139 mod->arch.plt.shdr->sh_flags = SHF_EXECINSTR | SHF_ALLOC; in module_frob_arch_sections()
146 mod->arch.got.shdr->sh_flags = SHF_ALLOC; in module_frob_arch_sections()
153 mod->arch.got_plt.shdr->sh_flags = SHF_ALLOC; in module_frob_arch_sections()
/linux-6.1.9/arch/loongarch/kernel/
Dmodule-sections.c142 if (!(dst_sec->sh_flags & SHF_EXECINSTR)) in module_frob_arch_sections()
149 mod->arch.got.shdr->sh_flags = SHF_ALLOC; in module_frob_arch_sections()
156 mod->arch.plt.shdr->sh_flags = SHF_EXECINSTR | SHF_ALLOC; in module_frob_arch_sections()
163 mod->arch.plt_idx.shdr->sh_flags = SHF_ALLOC; in module_frob_arch_sections()
/linux-6.1.9/arch/arm64/kernel/
Dmodule-plts.c334 if (!(dstsec->sh_flags & SHF_EXECINSTR)) in module_frob_arch_sections()
356 pltsec->sh_flags = SHF_EXECINSTR | SHF_ALLOC; in module_frob_arch_sections()
364 pltsec->sh_flags = SHF_EXECINSTR | SHF_ALLOC; in module_frob_arch_sections()
372 tramp->sh_flags = SHF_EXECINSTR | SHF_ALLOC; in module_frob_arch_sections()
/linux-6.1.9/arch/arm/kernel/
Dmodule-plts.c253 if (!(dstsec->sh_flags & SHF_EXECINSTR)) in module_frob_arch_sections()
268 mod->arch.core.plt->sh_flags = SHF_EXECINSTR | SHF_ALLOC; in module_frob_arch_sections()
276 mod->arch.init.plt->sh_flags = SHF_EXECINSTR | SHF_ALLOC; in module_frob_arch_sections()
/linux-6.1.9/tools/objtool/include/objtool/
Dwarn.h21 bool is_text = (sec->sh.sh_flags & SHF_EXECINSTR); in offstr()
Delf.h146 struct section *elf_create_section(struct elf *elf, const char *name, unsigned int sh_flags, size_t…
/linux-6.1.9/arch/mips/kernel/
Dvpe.c203 if ((s->sh_flags & masks[m][0]) != masks[m][0] in layout_sections()
204 || (s->sh_flags & masks[m][1]) 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-6.1.9/include/uapi/linux/
Delf.h311 Elf32_Word sh_flags; member
324 Elf64_Xword sh_flags; /* Miscellaneous section attributes */ member
/linux-6.1.9/tools/objtool/
Delf.c350 if (sec->sh.sh_flags & SHF_EXECINSTR) in read_sections()
1017 unsigned int sh_flags, size_t entsize, int nr) in elf_create_section() argument
1075 sec->sh.sh_flags = SHF_ALLOC | sh_flags; in elf_create_section()
1123 sec->sh.sh_flags = SHF_INFO_LINK; in elf_create_rel_reloc_section()
1153 sec->sh.sh_flags = SHF_INFO_LINK; in elf_create_rela_reloc_section()
/linux-6.1.9/arch/ia64/kernel/
Dmodule.c467 mod->arch.core_plt->sh_flags = SHF_EXECINSTR | SHF_ALLOC; in module_frob_arch_sections()
471 mod->arch.init_plt->sh_flags = SHF_EXECINSTR | SHF_ALLOC; in module_frob_arch_sections()
475 mod->arch.got->sh_flags = ARCH_SHF_SMALL | SHF_ALLOC; in module_frob_arch_sections()
479 mod->arch.opd->sh_flags = SHF_ALLOC; in module_frob_arch_sections()
/linux-6.1.9/arch/mips/boot/tools/
Drelocs.c281 sec->shdr.sh_flags = elf_xword_to_cpu(shdr.sh_flags); in read_shdrs()
485 if (!(sec_applies->shdr.sh_flags & SHF_ALLOC)) in walk_relocs()
/linux-6.1.9/scripts/
Drecordmcount.h310 mcsec.sh_flags = _w(SHF_ALLOC); in append_func()
325 mcsec.sh_flags = 0; in append_func()
568 !(_w(txthdr->sh_flags) & SHF_EXECINSTR)) in __has_rel_mcount()
/linux-6.1.9/drivers/remoteproc/
Dremoteproc_elf_helpers.h80 ELF_GEN_FIELD_GET_SET(shdr, sh_flags, u32) in ELF_GEN_FIELD_GET_SET()
/linux-6.1.9/arch/x86/tools/
Drelocs.c457 sec->shdr.sh_flags = elf_xword_to_cpu(shdr.sh_flags); in read_shdrs()
653 if (!(sec_applies->shdr.sh_flags & SHF_ALLOC)) { in print_absolute_relocs()
738 if (!(sec_applies->shdr.sh_flags & SHF_ALLOC)) { in walk_relocs()
/linux-6.1.9/tools/lib/bpf/
Dlinker.c371 sec->shdr->sh_flags = SHF_STRINGS; in init_output_elf()
409 sec->shdr->sh_flags = 0; in init_output_elf()
739 if (sec->shdr->sh_flags & SHF_EXECINSTR) { in linker_sanity_check_elf()
903 if (link_sec->shdr->sh_flags & SHF_EXECINSTR) { in linker_sanity_check_elf_relos()
1014 shdr->sh_flags = src_sec->shdr->sh_flags; in init_sec()
1058 if (dst->shdr->sh_flags != src->shdr->sh_flags) { in secs_match()
2070 if (src_linked_sec->shdr->sh_flags & SHF_EXECINSTR) { in linker_append_elf_relos()
2636 shdr->sh_flags = 0; in emit_elf_data_sec()
/linux-6.1.9/kernel/
Dkexec_file.c815 if (!(sechdrs[i].sh_flags & SHF_ALLOC)) in kexec_purgatory_setup_kbuf()
889 if (!(sechdrs[i].sh_flags & SHF_ALLOC)) in kexec_purgatory_setup_sechdrs()
901 if (sechdrs[i].sh_flags & SHF_EXECINSTR && in kexec_purgatory_setup_sechdrs()
953 if (!(section->sh_flags & SHF_ALLOC)) in kexec_apply_relocations()
/linux-6.1.9/arch/mips/tools/
Dloongson3-llsc-check.c290 if (!(sh->sh_flags & SHF_EXECINSTR)) in main()
/linux-6.1.9/tools/bpf/resolve_btfids/
Dmain.c299 if (!(sh->sh_flags & SHF_COMPRESSED)) in compressed_section_fix()
383 (int) sh.sh_link, (unsigned long) sh.sh_flags, in elf_collect()

12