Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/util/
Dgenelf.c198 shdr->sh_flags = SHF_ALLOC; in jit_add_eh_frame_info()
232 shdr->sh_flags = SHF_ALLOC; in jit_add_eh_frame_info()
320 shdr->sh_flags = SHF_EXECINSTR | SHF_ALLOC; in jit_write_elf()
365 shdr->sh_flags = 0; in jit_write_elf()
401 shdr->sh_flags = 0; in jit_write_elf()
444 shdr->sh_flags = 0; in jit_write_elf()
487 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()
Dsymbol-elf.c2193 if ((shdr.sh_type != SHT_NOTE) || (shdr.sh_flags & SHF_ALLOC)) { in construct_sdt_notes_list()
/Linux-v5.4/drivers/gpu/drm/
Ddrm_irq.c109 unsigned long sh_flags = 0; in drm_irq_install() local
130 sh_flags = IRQF_SHARED; in drm_irq_install()
133 sh_flags, dev->driver->name, dev); in drm_irq_install()
/Linux-v5.4/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-v5.4/arch/arm64/kernel/
Dmodule-plts.c299 if (!(dstsec->sh_flags & SHF_EXECINSTR)) in module_frob_arch_sections()
315 pltsec->sh_flags = SHF_EXECINSTR | SHF_ALLOC; in module_frob_arch_sections()
323 pltsec->sh_flags = SHF_EXECINSTR | SHF_ALLOC; in module_frob_arch_sections()
331 tramp->sh_flags = SHF_EXECINSTR | SHF_ALLOC; in module_frob_arch_sections()
/Linux-v5.4/arch/arm/kernel/
Dmodule-plts.c227 if (!(dstsec->sh_flags & SHF_EXECINSTR)) in module_frob_arch_sections()
242 mod->arch.core.plt->sh_flags = SHF_EXECINSTR | SHF_ALLOC; in module_frob_arch_sections()
249 mod->arch.init.plt->sh_flags = SHF_EXECINSTR | SHF_ALLOC; in module_frob_arch_sections()
Dmodule.c358 if (!(s->sh_flags & SHF_ALLOC)) in module_finalize()
/Linux-v5.4/kernel/
Dmodule.c350 if ((shdr->sh_flags & SHF_ALLOC) in find_sec()
1501 return !(sect->sh_flags & SHF_ALLOC) || sect->sh_size == 0; in sect_empty()
2370 if (!(info->sechdrs[infosec].sh_flags & SHF_ALLOC)) in apply_relocations()
2374 if (info->sechdrs[i].sh_flags & SHF_RELA_LIVEPATCH) in apply_relocations()
2436 if ((s->sh_flags & masks[m][0]) != masks[m][0] in layout_sections()
2437 || (s->sh_flags & masks[m][1]) in layout_sections()
2469 if ((s->sh_flags & masks[m][0]) != masks[m][0] in layout_sections()
2470 || (s->sh_flags & masks[m][1]) in layout_sections()
2627 if (sechdrs[sym->st_shndx].sh_flags & SHF_EXECINSTR) in elf_type()
2629 if (sechdrs[sym->st_shndx].sh_flags & SHF_ALLOC in elf_type()
[all …]
Dkexec_file.c845 if (!(sechdrs[i].sh_flags & SHF_ALLOC)) in kexec_purgatory_setup_kbuf()
919 if (!(sechdrs[i].sh_flags & SHF_ALLOC)) in kexec_purgatory_setup_sechdrs()
931 if (sechdrs[i].sh_flags & SHF_EXECINSTR && in kexec_purgatory_setup_sechdrs()
983 if (!(section->sh_flags & SHF_ALLOC)) in kexec_apply_relocations()
/Linux-v5.4/include/uapi/linux/
Delf.h306 Elf32_Word sh_flags; member
319 Elf64_Xword sh_flags; /* Miscellaneous section attributes */ member
/Linux-v5.4/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-v5.4/scripts/
Drecordmcount.h225 mcsec.sh_flags = _w(SHF_ALLOC); in append_func()
240 mcsec.sh_flags = 0; in append_func()
482 !(_w(txthdr->sh_flags) & SHF_EXECINSTR)) in __has_rel_mcount()
/Linux-v5.4/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-v5.4/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-v5.4/arch/x86/tools/
Drelocs.c429 sec->shdr.sh_flags = elf_xword_to_cpu(shdr.sh_flags); in read_shdrs()
596 if (!(sec_applies->shdr.sh_flags & SHF_ALLOC)) { in print_absolute_relocs()
681 if (!(sec_applies->shdr.sh_flags & SHF_ALLOC)) { in walk_relocs()
/Linux-v5.4/samples/bpf/
Dbpf_load.c550 shdr.sh_link, (int) shdr.sh_flags); in do_load_bpf_file()
615 !(shdr_prog.sh_flags & SHF_EXECINSTR)) in do_load_bpf_file()
/Linux-v5.4/tools/objtool/
Delf.c526 sec->sh.sh_flags = SHF_ALLOC; in elf_create_section()
587 sec->sh.sh_flags = SHF_INFO_LINK; in elf_create_rela_section()
Dcheck.c240 if (!(sec->sh.sh_flags & SHF_EXECINSTR)) in decode_instructions()
/Linux-v5.4/arch/mips/boot/
Delf2ecoff.c210 s->sh_flags = swab32(s->sh_flags); in convert_elf_shdrs()
/Linux-v5.4/scripts/mod/
Dmodpost.c558 sechdrs[i].sh_flags = TO_NATIVE(sechdrs[i].sh_flags); in parse_elf()
927 !(sechdr->sh_flags & SHF_ALLOC) && in check_section()
1634 return ((elf->sechdrs[section_index].sh_flags & SHF_EXECINSTR) == SHF_EXECINSTR); in is_executable_section()
/Linux-v5.4/arch/sh/kernel/
Ddwarf.c1100 if ((sechdrs[i].sh_flags & SHF_ALLOC) in module_dwarf_finalize()
/Linux-v5.4/kernel/livepatch/
Dcore.c265 if (!(sec->sh_flags & SHF_RELA_LIVEPATCH)) in klp_write_object_relocations()
/Linux-v5.4/arch/parisc/kernel/
Dmodule.c890 && (sechdrs[i].sh_flags & SHF_ALLOC)) { in module_finalize()
/Linux-v5.4/tools/lib/bpf/
Dlibbpf.c1356 if (sh.sh_flags & SHF_EXECINSTR) in section_have_execinstr()
1561 (int)sh.sh_link, (unsigned long)sh.sh_flags, in bpf_object__elf_collect()
1593 if (sh.sh_flags & SHF_EXECINSTR) { in bpf_object__elf_collect()