/external/elfutils/libelf/ |
D | elf_compress.c | 400 int compressed = (sh_flags & SHF_COMPRESSED); in elf_compress() 464 shdr->sh_flags |= SHF_COMPRESSED; in elf_compress() 471 shdr->sh_flags |= SHF_COMPRESSED; in elf_compress() 515 shdr->sh_flags &= ~SHF_COMPRESSED; in elf_compress() 522 shdr->sh_flags &= ~SHF_COMPRESSED; in elf_compress()
|
D | elf_strptr.c | 129 if ((shdr->sh_flags & SHF_COMPRESSED) == 0) in elf_strptr() 155 if ((shdr->sh_flags & SHF_COMPRESSED) == 0) in elf_strptr()
|
D | elf32_getchdr.c | 64 if ((shdr->sh_flags & SHF_COMPRESSED) == 0) in ElfW2()
|
D | libelf.h | 38 #ifndef SHF_COMPRESSED 40 #define SHF_COMPRESSED (1 << 11) /* Section with compressed data. */ macro
|
D | elf_compress_gnu.c | 85 if ((sh_flags & SHF_ALLOC) != 0 || (sh_flags & SHF_COMPRESSED)) in elf_compress_gnu()
|
D | elf_getdata.c | 265 if ((flags & SHF_COMPRESSED) != 0) in __libelf_set_rawdata_wrlock() 363 if ((flags & SHF_COMPRESSED) != 0) in __libelf_set_rawdata_wrlock()
|
D | ChangeLog | 96 alignment of SHF_COMPRESSED data to the alignment of ELF_T_CHDR. 165 sh_flags has SHF_COMPRESSED set. 369 * libelf.h: Check SHF_COMPRESSED is defined. If not define it and the 377 * elf_strptr.c (elf_strptr): If SHF_COMPRESSED check, uncompress and 396 (convert_data): Handle SHF_COMPRESSED. 398 uncompressed section data size if SHF_COMPRESSED. 424 ELF_T_CHDR for SHF_COMPRESSED sections.
|
D | elf32_updatenull.c | 385 if ((shdr->sh_flags & SHF_COMPRESSED) == 0) in __elfw2()
|
/external/elfutils/src/ |
D | elfcompress.c | 480 && (shdr->sh_flags & SHF_COMPRESSED) == 0 in process_file() 487 && (shdr->sh_flags & SHF_COMPRESSED) != 0) in process_file() 723 if ((shdr->sh_flags & SHF_COMPRESSED) != 0) in process_file() 745 if ((shdr->sh_flags & SHF_COMPRESSED) != 0) in process_file() 800 if ((shdr->sh_flags & SHF_COMPRESSED) == 0) in process_file() 923 if ((shdr->sh_flags == SHF_COMPRESSED) != 0) in process_file() 1077 if ((shdr->sh_flags & SHF_COMPRESSED) != 0) in process_file() 1218 if ((shdr->sh_flags & SHF_COMPRESSED) != 0) in process_file()
|
D | elflint.c | 3791 & ~(SHF_LINK_ORDER | SHF_GROUP | SHF_COMPRESSED)) in check_sections() 3808 & ~(SHF_LINK_ORDER | SHF_GROUP | SHF_COMPRESSED in check_sections() 3914 | SHF_COMPRESSED) in check_sections() 3944 if (shdr->sh_flags & SHF_COMPRESSED) in check_sections()
|
D | readelf.c | 890 if (shdr != NULL && (shdr->sh_flags & SHF_COMPRESSED) != 0) in elf_contains_chdrs() 1260 if (shdr->sh_flags & SHF_COMPRESSED) in print_shdr() 1284 if ((shdr->sh_flags & SHF_COMPRESSED) != 0) in print_shdr() 1617 if ((shdr->sh_flags & SHF_COMPRESSED) != 0) in print_scngrp() 2344 if ((shdr->sh_flags & SHF_COMPRESSED) != 0) in print_symtab() 3445 && (shdr->sh_flags & SHF_COMPRESSED) != 0) in handle_hash() 12382 if ((shdr->sh_flags & SHF_COMPRESSED) != 0) in dump_data_section() 12433 if ((shdr->sh_flags & SHF_COMPRESSED) != 0) in print_string_section()
|
/external/llvm/test/tools/llvm-readobj/ |
D | elf-sec-compressed.test | 8 CHECK-NEXT: SHF_COMPRESSED (0x800)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/ |
D | elf-sec-compressed.test | 8 CHECK-NEXT: SHF_COMPRESSED (0x800)
|
/external/elfutils/tests/ |
D | elfgetzdata.c | 75 if ((shdr->sh_flags & SHF_COMPRESSED) != 0) in main()
|
D | zstrptr.c | 88 ((shdr->sh_flags & SHF_COMPRESSED) != 0 in main()
|
D | elfgetchdr.c | 77 if ((shdr.sh_flags & SHF_COMPRESSED) != 0) in main()
|
D | next_cfi.c | 49 if ((shdr->sh_flags & SHF_COMPRESSED) != 0) in handle_section()
|
D | elfputzdata.c | 85 else if ((shdr->sh_flags & SHF_COMPRESSED) != 0 in main()
|
/external/elfutils/libdwfl/ |
D | relocate.c | 135 && (shdr->sh_flags & SHF_COMPRESSED) != 0) in relocate_getsym() 243 if ((shdr->sh_flags & SHF_COMPRESSED) != 0) in resolve_symbol() 524 if ((tshdr->sh_flags & SHF_COMPRESSED) != 0) in relocate_section() 545 if ((shdr->sh_flags & SHF_COMPRESSED) != 0) in relocate_section()
|
D | dwfl_module_getdwarf.c | 1170 if ((shdr->sh_flags & SHF_COMPRESSED) != 0) in find_symtab() 1186 if ((shdr->sh_flags & SHF_COMPRESSED) != 0) in find_symtab() 1199 if ((shdr->sh_flags & SHF_COMPRESSED) != 0) in find_symtab() 1253 if ((shdr->sh_flags & SHF_COMPRESSED) != 0) in find_symtab() 1269 if ((shdr->sh_flags & SHF_COMPRESSED) != 0) in find_symtab() 1283 if ((shdr->sh_flags & SHF_COMPRESSED) != 0) in find_symtab()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/ |
D | Decompressor.cpp | 88 return (Flags & ELF::SHF_COMPRESSED) || isGnuStyle(Name); in isCompressedELFSection()
|
/external/elfutils/libdw/ |
D | dwarf_begin_elf.c | 155 if ((shdr->sh_flags & SHF_COMPRESSED) != 0) in check_section() 329 if ((shdr->sh_flags & SHF_COMPRESSED) != 0 in scngrp_read()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 747 SHF_COMPRESSED = 0x800U, enumerator
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 746 SHF_COMPRESSED = 0x800U, enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/ |
D | ELF.h | 871 SHF_COMPRESSED = 0x800U, enumerator
|