Searched refs:sh_flags (Results 151 - 165 of 165) sorted by relevance
1234567
| /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. */
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| H A D | elf_builder.cpp | 581 curShdr.sh_flags = section.Flag(); in PackELFSections()
|
| /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()
|
| /third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
| H A D | SubzeroReactor.cpp | 671 if(sectionHeader[i].sh_flags & SHF_EXECINSTR)
|
Completed in 113 milliseconds
1234567