Home
last modified time | relevance | path

Searched refs:sh_flags (Results 51 - 75 of 157) sorted by relevance

1234567

/third_party/elfutils/tests/
H A Delfgetchdr.c79 if ((shdr.sh_flags & SHF_COMPRESSED) != 0) in main()
H A Delfgetzdata.c75 if ((shdr->sh_flags & SHF_COMPRESSED) != 0) in main()
H A Dzstrptr.c40 ((shdr->sh_flags & SHF_COMPRESSED) != 0 in print_strings()
H A Delfcopy.c230 || ((shdr.sh_flags & SHF_ALLOC) == 0 in copy_elf()
231 && (last_shdr.sh_flags & SHF_ALLOC) == 0))) in copy_elf()
H A Dfillfile.c89 shdr->sh_flags = 0; in create_strtab()
150 shdr->sh_flags = 0; in add_data_section()
H A Dsectiondump.c105 shdr->sh_flags, in handle_section()
H A Dnext_cfi.c49 if ((shdr->sh_flags & SHF_COMPRESSED) != 0) in handle_section()
/third_party/elfutils/backends/
H A Dppc64_init.c87 && (opd_shdr->sh_flags & SHF_ALLOC) != 0 in ppc64_init()
/kernel/linux/linux-5.10/tools/perf/util/
H 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()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dgenelf_debug.c541 shdr->sh_flags = 0; in jit_add_debug_info()
575 shdr->sh_flags = 0; in jit_add_debug_info()
609 shdr->sh_flags = 0; in jit_add_debug_info()
/third_party/elfutils/libdw/
H A Ddwarf_begin_elf.c122 if (! inscngrp && (shdr->sh_flags & SHF_GROUP) != 0) in check_section()
210 if ((shdr->sh_flags & SHF_COMPRESSED) != 0) in check_section()
426 if ((shdr->sh_flags & SHF_COMPRESSED) != 0 in scngrp_read()
/kernel/linux/linux-6.6/kernel/module/
H A Dmain.c189 if ((shdr->sh_flags & SHF_ALLOC) in find_sec()
1452 if (!(info->sechdrs[infosec].sh_flags & SHF_ALLOC)) in apply_relocations()
1455 if (info->sechdrs[i].sh_flags & SHF_RELA_LIVEPATCH) in apply_relocations()
1542 if ((s->sh_flags & masks[m][0]) != masks[m][0] in __layout_sections()
1543 || (s->sh_flags & masks[m][1]) in __layout_sections()
1800 if (shdr->sh_flags & SHF_ALLOC) { in elf_validity_cache_copy()
1865 if (!(shdr->sh_flags & SHF_ALLOC)) { in elf_validity_cache_copy()
2002 info->sechdrs[info->index.vers].sh_flags &= ~(unsigned long)SHF_ALLOC; in rewrite_section_headers()
2003 info->sechdrs[info->index.info].sh_flags &= ~(unsigned long)SHF_ALLOC; in rewrite_section_headers()
2263 if (!(shdr->sh_flags in move_module()
[all...]
/third_party/elfutils/src/
H A Dstrip.c590 || (tshdr->sh_flags & SHF_ALLOC) != 0) in remove_debug_relocations()
896 if ((shdr.sh_flags & SHF_ALLOC) != 0) in handle_debug_relocs()
930 if ((shdr.sh_flags & SHF_ALLOC) == 0) in handle_debug_relocs()
1233 if ((shdr_info[cnt].shdr.sh_flags & SHF_ALLOC) == 0) in handle_elf()
1255 if ((shdr_info[cnt].shdr.sh_flags & SHF_ALLOC) != 0) in handle_elf()
1289 || (shdr_info[cnt].shdr.sh_flags & SHF_ALLOC) == 0) in handle_elf()
1336 if ((shdr_info[cnt].shdr.sh_flags & SHF_GROUP) != 0) in handle_elf()
1370 if (remove_shdrs ? !(shdr_info[cnt].shdr.sh_flags & SHF_ALLOC) in handle_elf()
1774 shdr_info[cnt].shdr.sh_flags = 0; in handle_elf()
1836 shdr_info[cnt].shdr.sh_flags in handle_elf()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DELFObjectFile.h484 return getSection(Sec)->sh_flags; in getSectionFlags()
743 return getSection(Sec)->sh_flags & ELF::SHF_COMPRESSED; in isSectionCompressed()
748 return getSection(Sec)->sh_flags & ELF::SHF_EXECINSTR; in isSectionText()
755 EShdr->sh_flags & ELF::SHF_ALLOC && in isSectionData()
756 !(EShdr->sh_flags & ELF::SHF_EXECINSTR); in isSectionData()
762 return EShdr->sh_flags & (ELF::SHF_ALLOC | ELF::SHF_WRITE) && in isSectionBSS()
802 return getSection(Sec)->sh_flags & ELF::SHF_ALLOC && in isBerkeleyText()
803 (getSection(Sec)->sh_flags & ELF::SHF_EXECINSTR || in isBerkeleyText()
804 !(getSection(Sec)->sh_flags & ELF::SHF_WRITE)); in isBerkeleyText()
811 EShdr->sh_flags in isBerkeleyData()
[all...]
/kernel/linux/linux-5.10/include/uapi/linux/
H A Delf.h289 /* sh_flags */
310 Elf32_Word sh_flags; member
323 Elf64_Xword sh_flags; /* Miscellaneous section attributes */ member
/kernel/linux/linux-6.6/include/uapi/linux/
H A Delf.h290 /* sh_flags */
311 Elf32_Word sh_flags; member
324 Elf64_Xword sh_flags; /* Miscellaneous section attributes */ member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Delf.h260 Elf32_Word sh_flags; member
272 Elf64_Xword sh_flags; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Delf.h260 Elf32_Word sh_flags; member
272 Elf64_Xword sh_flags; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Delf.h247 Elf32_Word sh_flags; member
259 Elf64_Xword sh_flags; member
/third_party/elfutils/libdwfl/
H A Ddwfl_report_elf.c80 if (shdr->sh_flags & SHF_ALLOC) in __libdwfl_elf_address_range()
113 if (prev_shdr->sh_flags & SHF_ALLOC) in __libdwfl_elf_address_range()
/third_party/elfutils/libasm/
H A Dasm_newscn.c149 shdr->sh_flags = flags; in binary_newscn()
/third_party/elfutils/libdwelf/
H A Ddwelf_elf_gnu_build_id.c109 if (!(shdr->sh_flags & SHF_ALLOC)) in find_elf_build_id()
/kernel/linux/linux-5.10/arch/x86/tools/
H A 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()
/kernel/linux/linux-5.10/arch/ia64/kernel/
H 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()
/kernel/linux/linux-5.10/arch/mips/kernel/
H 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()

Completed in 26 milliseconds

1234567