/linux/tools/perf/util/ |
A D | genelf.c | 193 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 D | genelf_debug.c | 530 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 D | module-sections.c | 132 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 D | drm_irq.c | 73 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 D | module-plts.c | 333 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 D | module.c | 355 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 D | kexec_file.c | 857 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 D | module-plts.c | 253 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 D | module.c | 380 if (!(s->sh_flags & SHF_ALLOC)) in module_finalize()
|
/linux/tools/objtool/ |
A D | elf.c | 290 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 D | vpe.c | 203 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 D | elf.h | 307 Elf32_Word sh_flags; member 320 Elf64_Xword sh_flags; /* Miscellaneous section attributes */ member
|
/linux/arch/ia64/kernel/ |
A D | module.c | 467 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 D | recordmcount.h | 310 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 D | relocs.c | 281 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 D | linker.c | 370 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 D | relocs.c | 456 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 D | remoteproc_elf_helpers.h | 80 ELF_GEN_FIELD_GET_SET(shdr, sh_flags, u32) in ELF_GEN_FIELD_GET_SET()
|
/linux/tools/objtool/include/objtool/ |
A D | elf.h | 135 struct section *elf_create_section(struct elf *elf, const char *name, unsigned int sh_flags, size_t…
|
/linux/arch/mips/tools/ |
A D | loongson3-llsc-check.c | 290 if (!(sh->sh_flags & SHF_EXECINSTR)) in main()
|
/linux/tools/bpf/resolve_btfids/ |
A D | main.c | 284 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 D | elf2ecoff.c | 210 s->sh_flags = swab32(s->sh_flags); in convert_elf_shdrs()
|
/linux/scripts/mod/ |
A D | modpost.c | 551 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 D | dwarf.c | 1100 if ((sechdrs[i].sh_flags & SHF_ALLOC) in module_dwarf_finalize()
|
/linux/arch/parisc/kernel/ |
A D | module.c | 890 && (sechdrs[i].sh_flags & SHF_ALLOC)) { in module_finalize()
|