Home
last modified time | relevance | path

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

12

/linux/tools/perf/util/
A Dgenelf.c193 shdr->sh_flags = SHF_ALLOC; in jit_add_eh_frame_info()
227 shdr->sh_flags = SHF_ALLOC; in jit_add_eh_frame_info()
315 shdr->sh_flags = SHF_EXECINSTR | SHF_ALLOC; in jit_write_elf()
360 shdr->sh_flags = 0; in jit_write_elf()
396 shdr->sh_flags = 0; in jit_write_elf()
439 shdr->sh_flags = 0; in jit_write_elf()
482 shdr->sh_flags = SHF_ALLOC; in jit_write_elf()
A 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/arch/riscv/kernel/
A 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/drivers/gpu/drm/
A Ddrm_irq.c73 unsigned long sh_flags = 0; in drm_legacy_irq_install() local
90 sh_flags = IRQF_SHARED; in drm_legacy_irq_install()
93 sh_flags, dev->driver->name, dev); in drm_legacy_irq_install()
/linux/arch/arm64/kernel/
A Dmodule-plts.c333 if (!(dstsec->sh_flags & SHF_EXECINSTR)) in module_frob_arch_sections()
355 pltsec->sh_flags = SHF_EXECINSTR | SHF_ALLOC; in module_frob_arch_sections()
363 pltsec->sh_flags = SHF_EXECINSTR | SHF_ALLOC; in module_frob_arch_sections()
371 tramp->sh_flags = SHF_EXECINSTR | SHF_ALLOC; in module_frob_arch_sections()
/linux/kernel/
A Dmodule.c355 if ((shdr->sh_flags & SHF_ALLOC) in find_sec()
2042 if ((sechdrs[i].sh_flags & shf_wx) == shf_wx) { in module_enforce_rwx_sections()
2451 || (s->sh_flags & masks[m][1]) in layout_sections()
2484 || (s->sh_flags & masks[m][1]) in layout_sections()
2643 if (sechdrs[sym->st_shndx].sh_flags & SHF_ALLOC in elf_type()
2681 if (!(sec->sh_flags & SHF_ALLOC) in is_core_symbol()
2683 || !(sec->sh_flags & SHF_EXECINSTR) in is_core_symbol()
2706 symsect->sh_flags |= SHF_ALLOC; in layout_symtab()
2733 strsect->sh_flags |= SHF_ALLOC; in layout_symtab()
3076 if (shdr->sh_flags & SHF_ALLOC) { in elf_validity_check()
[all …]
A Dkexec_file.c857 if (!(sechdrs[i].sh_flags & SHF_ALLOC)) in kexec_purgatory_setup_kbuf()
931 if (!(sechdrs[i].sh_flags & SHF_ALLOC)) in kexec_purgatory_setup_sechdrs()
943 if (sechdrs[i].sh_flags & SHF_EXECINSTR && in kexec_purgatory_setup_sechdrs()
995 if (!(section->sh_flags & SHF_ALLOC)) in kexec_apply_relocations()
/linux/arch/arm/kernel/
A 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()
A Dmodule.c380 if (!(s->sh_flags & SHF_ALLOC)) in module_finalize()
/linux/tools/objtool/
A Delf.c290 if (sec->sh.sh_flags & SHF_EXECINSTR) in read_sections()
746 unsigned int sh_flags, size_t entsize, int nr) in elf_create_section() argument
804 sec->sh.sh_flags = SHF_ALLOC | sh_flags; in elf_create_section()
852 sec->sh.sh_flags = SHF_INFO_LINK; in elf_create_rel_reloc_section()
882 sec->sh.sh_flags = SHF_INFO_LINK; in elf_create_rela_reloc_section()
/linux/arch/mips/kernel/
A 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/include/uapi/linux/
A Delf.h307 Elf32_Word sh_flags; member
320 Elf64_Xword sh_flags; /* Miscellaneous section attributes */ member
/linux/arch/ia64/kernel/
A 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/scripts/
A 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/arch/mips/boot/tools/
A 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/tools/lib/bpf/
A Dlinker.c370 sec->shdr->sh_flags = SHF_STRINGS; in init_output_elf()
408 sec->shdr->sh_flags = 0; in init_output_elf()
743 if (sec->shdr->sh_flags & SHF_EXECINSTR) { in linker_sanity_check_elf()
907 if (link_sec->shdr->sh_flags & SHF_EXECINSTR) { in linker_sanity_check_elf_relos()
1018 shdr->sh_flags = src_sec->shdr->sh_flags; in init_sec()
1062 if (dst->shdr->sh_flags != src->shdr->sh_flags) { in secs_match()
2069 if (src_linked_sec->shdr->sh_flags & SHF_EXECINSTR) { in linker_append_elf_relos()
2635 shdr->sh_flags = 0; in emit_elf_data_sec()
/linux/arch/x86/tools/
A Drelocs.c456 sec->shdr.sh_flags = elf_xword_to_cpu(shdr.sh_flags); in read_shdrs()
652 if (!(sec_applies->shdr.sh_flags & SHF_ALLOC)) { in print_absolute_relocs()
737 if (!(sec_applies->shdr.sh_flags & SHF_ALLOC)) { in walk_relocs()
/linux/drivers/remoteproc/
A Dremoteproc_elf_helpers.h80 ELF_GEN_FIELD_GET_SET(shdr, sh_flags, u32) in ELF_GEN_FIELD_GET_SET()
/linux/tools/objtool/include/objtool/
A Delf.h135 struct section *elf_create_section(struct elf *elf, const char *name, unsigned int sh_flags, size_t…
/linux/arch/mips/tools/
A Dloongson3-llsc-check.c290 if (!(sh->sh_flags & SHF_EXECINSTR)) in main()
/linux/tools/bpf/resolve_btfids/
A Dmain.c284 if (!(sh->sh_flags & SHF_COMPRESSED)) in compressed_section_fix()
368 (int) sh.sh_link, (unsigned long) sh.sh_flags, in elf_collect()
/linux/arch/mips/boot/
A Delf2ecoff.c210 s->sh_flags = swab32(s->sh_flags); in convert_elf_shdrs()
/linux/scripts/mod/
A Dmodpost.c551 sechdrs[i].sh_flags = TO_NATIVE(sechdrs[i].sh_flags); in parse_elf()
904 !(sechdr->sh_flags & SHF_ALLOC) && in check_section()
1611 return ((elf->sechdrs[section_index].sh_flags & SHF_EXECINSTR) == SHF_EXECINSTR); in is_executable_section()
/linux/arch/sh/kernel/
A Ddwarf.c1100 if ((sechdrs[i].sh_flags & SHF_ALLOC) in module_dwarf_finalize()
/linux/arch/parisc/kernel/
A Dmodule.c890 && (sechdrs[i].sh_flags & SHF_ALLOC)) { in module_finalize()

Completed in 68 milliseconds

12