/external/elfutils/libelf/ |
D | elf_compress_gnu.c | 59 Elf64_Xword sh_flags; in elf_compress_gnu() local 68 sh_flags = shdr->sh_flags; in elf_compress_gnu() 78 sh_flags = shdr->sh_flags; in elf_compress_gnu() 83 if ((sh_flags & SHF_ALLOC) != 0) in elf_compress_gnu()
|
D | elf_compress.c | 344 Elf64_Xword sh_flags; in elf_compress() local 353 sh_flags = shdr->sh_flags; in elf_compress() 363 sh_flags = shdr->sh_flags; in elf_compress() 368 if ((sh_flags & SHF_ALLOC) != 0) in elf_compress() 380 int compressed = (sh_flags & SHF_COMPRESSED); in elf_compress() 444 shdr->sh_flags |= SHF_COMPRESSED; in elf_compress() 451 shdr->sh_flags |= SHF_COMPRESSED; in elf_compress() 495 shdr->sh_flags &= ~SHF_COMPRESSED; in elf_compress() 502 shdr->sh_flags &= ~SHF_COMPRESSED; in elf_compress()
|
D | elf32_getchdr.c | 51 if ((shdr->sh_flags & SHF_ALLOC) != 0) in ElfW2() 64 if ((shdr->sh_flags & SHF_COMPRESSED) == 0) in ElfW2()
|
D | elf-knowledge.h | 39 (((shdr)->sh_flags & SHF_ALLOC) == 0 \ 62 || ((Shdr)->sh_flags & SHF_INFO_LINK) != 0)
|
D | gelf_update_shdr.c | 63 if (unlikely (src->sh_flags > 0xffffffffull) in gelf_update_shdr() 78 COPY (sh_flags); in gelf_update_shdr()
|
D | elf_strptr.c | 112 if ((shdr->sh_flags & SHF_COMPRESSED) == 0) in elf_strptr() 138 if ((shdr->sh_flags & SHF_COMPRESSED) == 0) in elf_strptr()
|
D | elf32_getshdr.c | 142 CONVERT_TO (shdr[cnt].sh_flags, notcvt[cnt].sh_flags); in ElfW2() 191 CONVERT (shdr[cnt].sh_flags); in ElfW2()
|
/external/elfutils/backends/ |
D | alpha_symbol.c | 80 alpha_machine_section_flag_check (GElf_Xword sh_flags) in alpha_machine_section_flag_check() argument 82 return (sh_flags &~ (SHF_ALPHA_GPREL)) == 0; in alpha_machine_section_flag_check() 91 if ((shdr->sh_flags in alpha_check_special_section()
|
D | ia64_symbol.c | 94 ia64_machine_section_flag_check (GElf_Xword sh_flags) in ia64_machine_section_flag_check() argument 96 return (sh_flags &~ (SHF_IA_64_SHORT | SHF_IA_64_NORECOV)) == 0; in ia64_machine_section_flag_check()
|
/external/elfutils/libdwfl/ |
D | offline.c | 50 assert (shdr->sh_flags & SHF_ALLOC); in dwfl_offline_section_address() 71 if (sh->sh_flags & SHF_ALLOC) in dwfl_offline_section_address() 82 if ((main_shdr->sh_flags & SHF_ALLOC) && skip_alloc-- == 0) in dwfl_offline_section_address() 84 assert (main_shdr->sh_flags == shdr->sh_flags); in dwfl_offline_section_address()
|
D | dwfl_module_getdwarf.c | 237 GElf_Xword sh_flags, in consider_shdr() argument 242 if ((sh_flags & SHF_ALLOC) in consider_shdr() 284 && !(shdr->sh_flags & SHF_ALLOC) in find_prelink_address_sync() 480 consider_shdr (main_interp, sh->sh_type, sh->sh_flags, in find_prelink_address_sync() 493 (*s32)[i].sh_flags, (*s32)[i].sh_addr, in find_prelink_address_sync() 501 (*s64)[i].sh_flags, (*s64)[i].sh_addr, in find_prelink_address_sync() 1161 if ((shdr->sh_flags & SHF_COMPRESSED) != 0) in find_symtab() 1177 if ((shdr->sh_flags & SHF_COMPRESSED) != 0) in find_symtab() 1190 if ((shdr->sh_flags & SHF_COMPRESSED) != 0) in find_symtab() 1244 if ((shdr->sh_flags & SHF_COMPRESSED) != 0) in find_symtab() [all …]
|
D | relocate.c | 52 if (refshdr->sh_addr == 0 && (refshdr->sh_flags & SHF_ALLOC)) in __libdwfl_relocate_value() 83 if (refshdr->sh_flags & SHF_ALLOC) in __libdwfl_relocate_value() 130 && (shdr->sh_flags & SHF_COMPRESSED) != 0) in relocate_getsym() 238 if ((shdr->sh_flags & SHF_COMPRESSED) != 0) in resolve_symbol() 502 if ((tshdr->sh_flags & SHF_COMPRESSED) != 0) in relocate_section() 523 if ((shdr->sh_flags & SHF_COMPRESSED) != 0) in relocate_section()
|
/external/elfutils/tests/ |
D | update4.c | 132 shdr->sh_flags = SHF_ALLOC | SHF_EXECINSTR; in main() 168 shdr->sh_flags = SHF_ALLOC | SHF_WRITE; in main() 204 shdr->sh_flags = SHF_ALLOC | SHF_EXECINSTR; in main() 240 shdr->sh_flags = SHF_ALLOC | SHF_EXECINSTR; in main() 277 shdr->sh_flags = 0; in main()
|
D | asm-tst1.c | 192 if ((cnt == 1 && shdr->sh_flags != (SHF_ALLOC | SHF_EXECINSTR)) in main() 193 || (cnt == 2 && shdr->sh_flags != (SHF_ALLOC | SHF_WRITE)) in main() 194 || (cnt == 3 && shdr->sh_flags != 0)) in main()
|
D | elfstrmerge.c | 189 if ((shdrstrshdr->sh_flags & SHF_ALLOC) != 0) in main() 214 if ((symtabshdr->sh_flags & SHF_ALLOC) != 0) in main() 232 if ((strtabshdr->sh_flags & SHF_ALLOC) != 0) in main() 283 if ((shdr->sh_flags & SHF_ALLOC) != 0) in main() 458 newshdr.sh_flags = shdr->sh_flags; in main() 601 if ((shdr->sh_flags & SHF_ALLOC) != 0) in main()
|
D | elfputzdata.c | 81 || (shdr->sh_flags & SHF_ALLOC) != 0) in main() 85 else if ((shdr->sh_flags & SHF_COMPRESSED) != 0 in main()
|
D | asm-tst2.c | 208 if ((cnt == 1 && shdr->sh_flags != (SHF_ALLOC | SHF_WRITE)) in main() 209 || (cnt == 2 && shdr->sh_flags != 0)) in main()
|
/external/mksh/ |
D | Makefrag.inc | 8 INDSRCS= emacsfn.h rlimits.opt sh.h sh_flags.opt var_spec.h 17 .depend $(OBJS_BP): rlimits.gen sh_flags.gen 20 sh_flags.gen: ../src/Build.sh ../src/sh_flags.opt 21 srcfile=../src/sh_flags.opt; BUILDSH_RUN_GENOPT=1; . ../src/Build.sh
|
/external/google-breakpad/src/common/linux/ |
D | synth_elf_unittest.cc | 244 EXPECT_EQ(0U, shdr[0].sh_flags); in TYPED_TEST() 255 EXPECT_EQ(0U, shdr[1].sh_flags); in TYPED_TEST() 319 EXPECT_EQ(0U, shdr[0].sh_flags); in TYPED_TEST() 330 EXPECT_EQ(0U, shdr[1].sh_flags); in TYPED_TEST() 341 EXPECT_EQ(0U, shdr[2].sh_flags); in TYPED_TEST() 352 EXPECT_EQ(0U, shdr[3].sh_flags); in TYPED_TEST()
|
/external/elfutils/src/ |
D | unstrip.c | 715 if (shdr1->sh_flags < shdr2->sh_flags) in compare_unalloc_sections() 717 if (shdr1->sh_flags > shdr2->sh_flags) in compare_unalloc_sections() 731 if ((s1->shdr.sh_flags ^ s2->shdr.sh_flags) & SHF_ALLOC) in compare_sections() 732 return (s1->shdr.sh_flags & SHF_ALLOC) ? -1 : 1; in compare_sections() 734 return ((s1->shdr.sh_flags & SHF_ALLOC) in compare_sections() 925 return (sections_flags_match (sections[i].shdr.sh_flags, shdr->sh_flags, in sections_match() 989 && !(sec->shdr.sh_flags & SHF_ALLOC) in find_alloc_sections_prelink() 1075 COPY (sh_flags); in find_alloc_sections_prelink() 1087 if (sec->shdr.sh_flags & SHF_ALLOC) in find_alloc_sections_prelink() 1120 if (!(shdr->sh_flags & SHF_ALLOC)) in find_alloc_sections_prelink() [all …]
|
D | elfcompress.c | 471 && (shdr->sh_flags & SHF_ALLOC) == 0) in process_file() 515 if ((shdr->sh_flags & SHF_ALLOC) != 0) in process_file() 687 if ((shdr->sh_flags & SHF_COMPRESSED) != 0) in process_file() 709 if ((shdr->sh_flags & SHF_COMPRESSED) != 0) in process_file() 764 if ((shdr->sh_flags & SHF_COMPRESSED) == 0) in process_file() 887 if ((shdr->sh_flags == SHF_COMPRESSED) != 0) in process_file() 988 shdr->sh_flags = 0; in process_file() 1037 if ((shdr->sh_flags & SHF_COMPRESSED) != 0) in process_file() 1090 if ((shdr->sh_flags & SHF_ALLOC) == 0) in process_file() 1178 if ((shdr->sh_flags & SHF_COMPRESSED) != 0) in process_file()
|
D | elflint.c | 825 if ((destshdr->sh_flags & SHF_TLS) == 0) in check_symtab() 1263 if ((((*destshdrp)->sh_flags & SHF_MERGE) != 0) in check_reloc_shdr() 1264 && ((*destshdrp)->sh_flags & SHF_STRINGS) != 0) in check_reloc_shdr() 1366 || (relshdr->sh_flags & SHF_ALLOC) != 0) in check_one_reloc() 1433 || (relshdr->sh_flags & SHF_ALLOC) != 0) in check_one_reloc() 2311 if ((shdr->sh_flags & SHF_ALLOC) == 0) in check_hash() 2619 if (shdr->sh_flags != 0) in check_group() 2716 if ((refshdr->sh_flags & SHF_GROUP) == 0) in check_group() 3670 if (shdr->sh_flags != 0) in check_sections() 3758 if ((shdr->sh_flags in check_sections() [all …]
|
D | size.c | 427 if (name != NULL && (shdr->sh_flags & SHF_ALLOC) != 0) in show_sysv() 447 if ((shdr->sh_flags & SHF_ALLOC) != 0) in show_sysv() 494 if ((shdr->sh_flags & SHF_ALLOC) == 0) in show_sysv_one_line() 546 if ((shdr->sh_flags & SHF_ALLOC) == 0) in show_bsd() 549 if ((shdr->sh_flags & SHF_WRITE) == 0) in show_bsd()
|
/external/elfutils/libdw/ |
D | dwarf_begin_elf.c | 91 if (! inscngrp && (shdr->sh_flags & SHF_GROUP) != 0) in check_section() 137 if ((shdr->sh_flags & SHF_COMPRESSED) != 0) in check_section() 241 if ((shdr->sh_flags & SHF_COMPRESSED) != 0 in scngrp_read()
|
/external/lldb/source/Plugins/ObjectFile/ELF/ |
D | ObjectFileELF.cpp | 866 const uint64_t vm_size = header.sh_flags & SHF_ALLOC ? header.sh_size : 0; in CreateSections() 960 header.sh_flags)); // Flags for this section. in CreateSections() 1708 s->Printf(" %8.8" PRIx64 " (", sh.sh_flags); in DumpELFSectionHeader() 1709 DumpELFSectionHeader_sh_flags(s, sh.sh_flags); in DumpELFSectionHeader() 1755 ObjectFileELF::DumpELFSectionHeader_sh_flags(Stream *s, elf_xword sh_flags) in DumpELFSectionHeader_sh_flags() argument 1757 *s << ((sh_flags & SHF_WRITE) ? "WRITE" : " ") in DumpELFSectionHeader_sh_flags() 1758 << (((sh_flags & SHF_WRITE) && (sh_flags & SHF_ALLOC)) ? '+' : ' ') in DumpELFSectionHeader_sh_flags() 1759 << ((sh_flags & SHF_ALLOC) ? "ALLOC" : " ") in DumpELFSectionHeader_sh_flags() 1760 << (((sh_flags & SHF_ALLOC) && (sh_flags & SHF_EXECINSTR)) ? '+' : ' ') in DumpELFSectionHeader_sh_flags() 1761 << ((sh_flags & SHF_EXECINSTR) ? "EXECINSTR" : " "); in DumpELFSectionHeader_sh_flags()
|