/kernel/linux/linux-5.10/arch/parisc/kernel/ |
H A D | module.c | 890 && (sechdrs[i].sh_flags & SHF_ALLOC)) { in module_finalize()
|
/kernel/linux/linux-5.10/arch/sh/kernel/ |
H A D | dwarf.c | 1100 if ((sechdrs[i].sh_flags & SHF_ALLOC) in module_dwarf_finalize()
|
/kernel/linux/linux-6.6/arch/parisc/kernel/ |
H A D | module.c | 873 && (sechdrs[i].sh_flags & SHF_ALLOC)) { in module_finalize()
|
/kernel/linux/linux-6.6/arch/sh/kernel/ |
H A D | dwarf.c | 1100 if ((sechdrs[i].sh_flags & SHF_ALLOC) in module_dwarf_finalize()
|
/kernel/linux/linux-5.10/kernel/livepatch/ |
H A D | core.c | 761 if (!(sec->sh_flags & SHF_RELA_LIVEPATCH)) in klp_apply_object_relocs()
|
/kernel/linux/linux-6.6/kernel/livepatch/ |
H A D | core.c | 797 if (!(sec->sh_flags & SHF_RELA_LIVEPATCH)) in klp_write_object_relocs()
|
/third_party/libunwind/libunwind/src/dwarf/ |
H A D | Gfind_proc_info-lsb.c | 136 if (shdr->sh_flags & SHF_COMPRESSED) in load_debug_frame()
|
/third_party/elfio/elfio/ |
H A D | elf_types.hpp | 1145 Elf_Word sh_flags; member 1159 Elf_Xword sh_flags; member
|
/third_party/musl/porting/linux/user/include/ |
H A D | elf.h | 330 Elf32_Word sh_flags; member 343 Elf64_Xword sh_flags; member
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | elf.h | 329 Elf32_Word sh_flags; member 342 Elf64_Xword sh_flags; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | elf.h | 329 Elf32_Word sh_flags; member 342 Elf64_Xword sh_flags; member
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | elf.h | 329 Elf32_Word sh_flags; member 342 Elf64_Xword sh_flags; member
|
/third_party/musl/include/ |
H A D | elf.h | 330 Elf32_Word sh_flags; member 343 Elf64_Xword sh_flags; member
|
/kernel/linux/linux-5.10/tools/objtool/ |
H A D | check.c | 362 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 D | symbol-elf.c | 1642 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 D | elf.h | 387 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/src/ |
H A D | nm.c | 910 if ((shdr->sh_flags & SHF_WRITE) == 0) in class_type_char()
|
/third_party/elfutils/debuginfod/ |
H A D | debuginfod.cxx | 2956 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 D | mod.rs | 381 pub sh_flags: Elf32_Word, 394 pub sh_flags: Elf64_Xword,
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | symbol-elf.c | 2337 if ((shdr.sh_type != SHT_NOTE) || (shdr.sh_flags & SHF_ALLOC)) { in construct_sdt_notes_list()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 421 pub sh_flags: Elf32_Word, 434 pub sh_flags: Elf64_Xword,
|
/kernel/linux/linux-5.10/tools/lib/bpf/ |
H A D | libbpf.c | 2362 return sh.sh_flags & SHF_EXECINSTR; in section_have_execinstr() 2857 (int)sh.sh_link, (unsigned long)sh.sh_flags, in bpf_object__elf_collect() 2879 if (sh.sh_flags & SHF_EXECINSTR) { in bpf_object__elf_collect()
|
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | libbpf.c | 2693 return sh->sh_flags & SHF_EXECINSTR; in section_have_execinstr() 3467 (int)sh->sh_link, (unsigned long)sh->sh_flags, in bpf_object__elf_collect() 3494 if (sh->sh_flags & SHF_EXECINSTR) { in bpf_object__elf_collect()
|
/third_party/libbpf/src/ |
H A D | libbpf.c | 2801 return sh->sh_flags & SHF_EXECINSTR; 3516 sheader->sh_flags = elfio_section_get_flags(psection); 3811 (int)sh->sh_link, (unsigned long)sh->sh_flags, 3838 if (sh->sh_flags & SHF_EXECINSTR) {
|
H A D | btf.c | 1093 sheader->sh_flags = elfio_section_get_flags(psection); in elf_sec_hdr_by_idx()
|