Home
last modified time | relevance | path

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

1234567

/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()
/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/src/
H A Dnm.c910 if ((shdr->sh_flags & SHF_WRITE) == 0) in class_type_char()
/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,
/kernel/linux/linux-5.10/tools/perf/util/
H A Dsymbol-elf.c2337 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 Dmod.rs421 pub sh_flags: Elf32_Word,
434 pub sh_flags: Elf64_Xword,
/kernel/linux/linux-5.10/tools/lib/bpf/
H A Dlibbpf.c2362 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 Dlibbpf.c2693 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 Dlibbpf.c2801 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 Dbtf.c1093 sheader->sh_flags = elfio_section_get_flags(psection); in elf_sec_hdr_by_idx()

Completed in 164 milliseconds

1234567