Home
last modified time | relevance | path

Searched refs:sh_flags (Results 26 - 50 of 157) sorted by relevance

1234567

/third_party/elfutils/src/
H A Dsize.c410 if (name != NULL && (shdr->sh_flags & SHF_ALLOC) != 0) in show_sysv()
433 if ((shdr->sh_flags & SHF_ALLOC) != 0) in show_sysv()
482 if ((shdr->sh_flags & SHF_ALLOC) == 0) in show_sysv_one_line()
534 if ((shdr->sh_flags & SHF_ALLOC) == 0) in show_bsd()
537 if ((shdr->sh_flags & SHF_WRITE) == 0) in show_bsd()
/third_party/elfutils/libdwfl/
H A Drelocate.c59 if (refshdr->sh_addr == 0 && (refshdr->sh_flags & SHF_ALLOC)) in __libdwfl_relocate_value()
90 if (refshdr->sh_flags & SHF_ALLOC) in __libdwfl_relocate_value()
137 && (shdr->sh_flags & SHF_COMPRESSED) != 0) in relocate_getsym()
245 if ((shdr->sh_flags & SHF_COMPRESSED) != 0) in resolve_symbol()
526 if ((tshdr->sh_flags & SHF_COMPRESSED) != 0) in relocate_section()
547 if ((shdr->sh_flags & SHF_COMPRESSED) != 0) in relocate_section()
/kernel/linux/linux-5.10/kernel/
H A Dmodule.c360 if ((shdr->sh_flags & SHF_ALLOC) in find_sec()
1543 return !(sect->sh_flags & SHF_ALLOC) || sect->sh_size == 0; in sect_empty()
2103 if ((sechdrs[i].sh_flags & shf_wx) == shf_wx) { in module_enforce_rwx_sections()
2446 if (!(info->sechdrs[infosec].sh_flags & SHF_ALLOC)) in apply_relocations()
2449 if (info->sechdrs[i].sh_flags & SHF_RELA_LIVEPATCH) in apply_relocations()
2514 if ((s->sh_flags & masks[m][0]) != masks[m][0] in layout_sections()
2515 || (s->sh_flags & masks[m][1]) in layout_sections()
2547 if ((s->sh_flags & masks[m][0]) != masks[m][0] in layout_sections()
2548 || (s->sh_flags & masks[m][1]) in layout_sections()
2705 if (sechdrs[sym->st_shndx].sh_flags in elf_type()
[all...]
/base/hiviewdfx/faultloggerd/interfaces/nonlinux/
H A Ddfx_nonlinux_define.h177 Elf32_Word sh_flags; // Section flags member
190 Elf64_Xword sh_flags; // Section flags member
/third_party/elfutils/tests/
H A Dasm-tst2.c209 if ((cnt == 1 && shdr->sh_flags != (SHF_ALLOC | SHF_WRITE)) in main()
210 || (cnt == 2 && shdr->sh_flags != 0)) in main()
H A Delfputzdata.c83 || (shdr->sh_flags & SHF_ALLOC) != 0) in main()
87 else if ((shdr->sh_flags & SHF_COMPRESSED) != 0 in main()
H A Dasm-tst9.c243 if ((cnt == 1 && shdr->sh_flags != (SHF_ALLOC | SHF_WRITE)) in main()
244 || (cnt == 2 && shdr->sh_flags != 0)) in main()
H A Dasm-tst3.c209 if ((cnt == 1 && shdr->sh_flags != (SHF_ALLOC | SHF_WRITE)) in main()
210 || (cnt != 1 && shdr->sh_flags != 0)) in main()
H A Dalldts.c145 shdr->sh_flags = SHF_ALLOC | SHF_WRITE; in main()
199 shdr->sh_flags = 0; in main()
H A Daddsections.c205 shdr->sh_flags = 0; in add_sections()
252 shdr->sh_flags = 0; in add_sections()
/third_party/elfutils/libelf/
H A Delf_strptr.c131 if ((shdr->sh_flags & SHF_COMPRESSED) == 0) in elf_strptr()
157 if ((shdr->sh_flags & SHF_COMPRESSED) == 0) in elf_strptr()
H A Delf32_getshdr.c140 CONVERT_TO (shdr[cnt].sh_flags, notcvt[cnt].sh_flags); in ElfW2()
189 CONVERT (shdr[cnt].sh_flags); in ElfW2()
H A Dgelf_getshdr.c72 COPY (sh_flags); in gelf_getshdr()
/kernel/linux/linux-5.10/arch/arm/kernel/
H 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()
/kernel/linux/linux-6.6/arch/arm/kernel/
H A Dmodule-plts.c248 if (!(dstsec->sh_flags & SHF_EXECINSTR)) in module_frob_arch_sections()
263 mod->arch.core.plt->sh_flags = SHF_EXECINSTR | SHF_ALLOC; in module_frob_arch_sections()
271 mod->arch.init.plt->sh_flags = SHF_EXECINSTR | SHF_ALLOC; in module_frob_arch_sections()
/third_party/elfutils/libdwelf/
H A Ddwelf_scn_gnu_compressed_size.c47 if ((shdr.sh_flags & SHF_ALLOC) != 0 in dwelf_scn_gnu_compressed_size()
/kernel/linux/linux-5.10/arch/arm64/kernel/
H A 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()
/kernel/linux/linux-6.6/arch/arm64/kernel/
H A Dmodule-plts.c324 if (!(dstsec->sh_flags & SHF_EXECINSTR)) in module_frob_arch_sections()
346 pltsec->sh_flags = SHF_EXECINSTR | SHF_ALLOC; in module_frob_arch_sections()
354 pltsec->sh_flags = SHF_EXECINSTR | SHF_ALLOC; in module_frob_arch_sections()
362 tramp->sh_flags = SHF_EXECINSTR | SHF_ALLOC; in module_frob_arch_sections()
/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/lumeassetcompiler/src/
H A Delf64.h47 Elf64_Xword sh_flags; member
H A Delf32.h46 Elf32_Word sh_flags; member
/third_party/elfutils/libasm/
H A Dasm_newscn_ingrp.c70 shdr->sh_flags |= SHF_GROUP; in asm_newscn_ingrp()
/kernel/linux/linux-6.6/arch/mips/kernel/
H A Dvpe.c206 if ((s->sh_flags & masks[m][0]) != masks[m][0] in layout_sections()
207 || (s->sh_flags & masks[m][1]) in layout_sections()
653 if (!(sechdrs[i].sh_flags & SHF_ALLOC)) in vpe_elfload()
683 if (!(sechdrs[info].sh_flags & SHF_ALLOC)) in vpe_elfload()
/kernel/linux/linux-6.6/kernel/module/
H A Dstrict_rwx.c72 if ((sechdrs[i].sh_flags & shf_wx) == shf_wx) { in module_enforce_rwx_sections()
/kernel/linux/linux-6.6/tools/objtool/include/objtool/
H A Dwarn.h21 bool is_text = (sec->sh.sh_flags & SHF_EXECINSTR); in offstr()
/third_party/elfutils/backends/
H A Dsparc_symbol.c80 if ((shdr->sh_flags & (SHF_WRITE | SHF_EXECINSTR)) in sparc_check_special_section()

Completed in 18 milliseconds

1234567