Home
last modified time | relevance | path

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

1234567

/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()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DSubzeroReactor.cpp671 if(sectionHeader[i].sh_flags & SHF_EXECINSTR)

Completed in 73 milliseconds

1234567