Home
last modified time | relevance | path

Searched refs:sh_flags (Results 126 - 150 of 157) sorted by relevance

1234567

/third_party/mesa3d/src/amd/common/
H A Dac_rgp_elf_object_pack.c448 sec_hdr[2].sh_flags = SHF_ALLOC | SHF_EXECINSTR; in ac_rgp_file_write_elf_object()
/third_party/libbpf/src/
H A Delf.c175 sheader->sh_flags = elfio_section_get_flags(psection); in elf_sec_hdr_by_idx()
/kernel/linux/linux-6.6/tools/objtool/
H A Dcheck.c381 if (!(sec->sh.sh_flags & SHF_EXECINSTR)) in decode_instructions()
695 sec->sh.sh_flags |= SHF_WRITE; in create_static_call_sections()
4170 if (!(sec->sh.sh_flags & SHF_EXECINSTR)) in add_prefix_symbols()
4261 if (!(sec->sh.sh_flags & SHF_EXECINSTR)) in validate_functions()
4432 if (sec->sh.sh_flags & SHF_EXECINSTR) in validate_ibt()
/third_party/elfutils/src/
H A Dobjdump.c698 && (shdr->sh_flags & SHF_EXECINSTR) != 0) in show_disasm()
H A Dnm.c910 if ((shdr->sh_flags & SHF_WRITE) == 0) in class_type_char()
/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/lumeassetcompiler/src/
H A Dmain.cpp312 o.sections[3].sh_flags = SHF_ALLOC | SHF_MERGE;
/kernel/linux/linux-5.10/arch/parisc/kernel/
H A Dmodule.c890 && (sechdrs[i].sh_flags & SHF_ALLOC)) { in module_finalize()
/kernel/linux/linux-5.10/arch/sh/kernel/
H A Ddwarf.c1100 if ((sechdrs[i].sh_flags & SHF_ALLOC) in module_dwarf_finalize()
/kernel/linux/linux-6.6/arch/parisc/kernel/
H A Dmodule.c873 && (sechdrs[i].sh_flags & SHF_ALLOC)) { in module_finalize()
/kernel/linux/linux-6.6/arch/sh/kernel/
H A Ddwarf.c1100 if ((sechdrs[i].sh_flags & SHF_ALLOC) in module_dwarf_finalize()
/kernel/linux/linux-5.10/kernel/livepatch/
H A Dcore.c761 if (!(sec->sh_flags & SHF_RELA_LIVEPATCH)) in klp_apply_object_relocs()
/kernel/linux/linux-6.6/kernel/livepatch/
H A Dcore.c797 if (!(sec->sh_flags & SHF_RELA_LIVEPATCH)) in klp_write_object_relocs()
/third_party/libunwind/libunwind/src/dwarf/
H A DGfind_proc_info-lsb.c136 if (shdr->sh_flags & SHF_COMPRESSED) in load_debug_frame()
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/
H A Delf.h329 Elf32_Word sh_flags; member
342 Elf64_Xword sh_flags; member
/third_party/elfio/elfio/
H A Delf_types.hpp1145 Elf_Word sh_flags; member
1159 Elf_Xword sh_flags; member
/third_party/musl/porting/linux/user/include/
H A Delf.h330 Elf32_Word sh_flags; member
343 Elf64_Xword sh_flags; member
/third_party/musl/porting/liteos_m/kernel/include/
H A Delf.h329 Elf32_Word sh_flags; member
342 Elf64_Xword sh_flags; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Delf.h329 Elf32_Word sh_flags; member
342 Elf64_Xword sh_flags; member
/third_party/musl/porting/uniproton/kernel/include/
H A Delf.h329 Elf32_Word sh_flags; member
342 Elf64_Xword sh_flags; member
/third_party/musl/include/
H A Delf.h330 Elf32_Word sh_flags; member
343 Elf64_Xword sh_flags; member
/kernel/linux/linux-5.10/tools/objtool/
H A Dcheck.c362 if (!(sec->sh.sh_flags & SHF_EXECINSTR)) in decode_instructions()
3475 if (!(sec->sh.sh_flags & SHF_EXECINSTR)) in validate_functions()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dsymbol-elf.c1642 if (!(shdr.sh_flags & SHF_ALLOC)) in dso__load_sym_internal()
2813 if ((shdr.sh_type != SHT_NOTE) || (shdr.sh_flags & SHF_ALLOC)) { in construct_sdt_notes_list()
/third_party/elfutils/libelf/
H A Delf.h387 Elf32_Word sh_flags; /* Section flags */ member
401 Elf64_Xword sh_flags; /* Section flags */ member
468 /* Legal values for sh_flags (section flags). */
1764 /* Legal values for sh_flags field of Elf32_Shdr. */
2195 /* Legal values for sh_flags field of Elf32_Shdr. */
2368 /* Legal values for sh_flags field of Elf64_Shdr. */
2754 /* ARM-specific values for sh_flags */
3190 /* Processor specific flags for the Shdr sh_flags field. */
/third_party/elfutils/debuginfod/
H A Ddebuginfod.cxx2956 if ((shdr->sh_type == SHT_PROGBITS) && (shdr->sh_flags & SHF_ALLOC)) in elf_classify()
3008 && (shdr->sh_flags & SHF_ALLOC) != 0) in elf_classify()
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs381 pub sh_flags: Elf32_Word,
394 pub sh_flags: Elf64_Xword,

Completed in 112 milliseconds

1234567