Home
last modified time | relevance | path

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

1234567

/kernel/linux/linux-5.10/arch/loongarch/boot/tools/
H A Drelocs.c372 if (!(sec_applies->shdr.sh_flags & SHF_ALLOC)) in walk_relocs()
/kernel/linux/linux-5.10/arch/arm/kernel/
H A Dmodule.c380 if (!(s->sh_flags & SHF_ALLOC)) in module_finalize()
/kernel/linux/linux-6.6/arch/arm/kernel/
H A Dmodule.c470 if (!(s->sh_flags & SHF_ALLOC) || in module_finalize()
/third_party/elfutils/src/
H A Delfclassify.c331 && (shdr->sh_flags & SHF_ALLOC) != 0) in run_classify()
H A Dstrings.c714 && (shdr->sh_flags & SHF_ALLOC) != 0) in read_elf()
H A Dobjdump.c698 && (shdr->sh_flags & SHF_EXECINSTR) != 0) in show_disasm()
/third_party/elfutils/libasm/
H A Dasm_end.c367 shdr->sh_flags = 0; in binary_end()
/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()
/arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/
H A Delf_builder.h124 header_.sh_flags = params[1U]; in Section()
414 if ((section->header_.sh_flags & SHF_ALLOC) != 0) { // NOLINT(hicpp-signed-bitwise) in HackAddressesForJit()
815 bool isSectionAlloc {(section->header_.sh_flags & SHF_ALLOC) != 0}; // NOLINT(hicpp-signed-bitwise) in SettleSection()
/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()
/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

Completed in 81 milliseconds

1234567