Home
last modified time | relevance | path

Searched refs:SHF_COMPRESSED (Results 1 - 25 of 34) sorted by relevance

12

/third_party/elfutils/src/
H A Delfcompress.c450 && (shdr->sh_flags & SHF_COMPRESSED) == 0 in process_file()
457 && (shdr->sh_flags & SHF_COMPRESSED) != 0) in process_file()
691 if ((shdr->sh_flags & SHF_COMPRESSED) != 0) in process_file()
713 if ((shdr->sh_flags & SHF_COMPRESSED) != 0) in process_file()
777 if ((shdr->sh_flags & SHF_COMPRESSED) == 0) in process_file()
909 if ((shdr->sh_flags == SHF_COMPRESSED) != 0) in process_file()
1069 if ((shdr->sh_flags & SHF_COMPRESSED) != 0) in process_file()
1210 if ((shdr->sh_flags & SHF_COMPRESSED) != 0) in process_file()
H A Dreadelf.c948 if (shdr != NULL && (shdr->sh_flags & SHF_COMPRESSED) != 0) in elf_contains_chdrs()
1319 if (shdr->sh_flags & SHF_COMPRESSED) in print_shdr()
1345 if ((shdr->sh_flags & SHF_COMPRESSED) != 0) in print_shdr()
1674 if ((shdr->sh_flags & SHF_COMPRESSED) != 0) in print_scngrp()
2457 if ((shdr->sh_flags & SHF_COMPRESSED) != 0) in print_symtab()
3560 && (shdr->sh_flags & SHF_COMPRESSED) != 0) in handle_hash()
12870 if ((shdr->sh_flags & SHF_COMPRESSED) != 0) in dump_data_section()
12921 if ((shdr->sh_flags & SHF_COMPRESSED) != 0) in print_string_section()
H A Delflint.c3690 | SHF_COMPRESSED)
3932 | SHF_COMPRESSED | SHF_GNU_RETAIN) in check_sections()
3970 if (shdr->sh_flags & SHF_COMPRESSED) in check_sections()
/third_party/elfutils/libelf/
H A Delf_compress.c396 int compressed = (sh_flags & SHF_COMPRESSED); in elf_compress()
454 correctly and ignored when SHF_COMPRESSED is set. */ in elf_compress()
460 shdr->sh_flags |= SHF_COMPRESSED; in elf_compress()
467 shdr->sh_flags |= SHF_COMPRESSED; in elf_compress()
505 correctly and ignored when SHF_COMPRESSED is set. */ in elf_compress()
511 shdr->sh_flags &= ~SHF_COMPRESSED; in elf_compress()
518 shdr->sh_flags &= ~SHF_COMPRESSED; in elf_compress()
H A Delf_strptr.c131 if ((shdr->sh_flags & SHF_COMPRESSED) == 0) in elf_strptr()
157 if ((shdr->sh_flags & SHF_COMPRESSED) == 0) in elf_strptr()
H A Delf32_getchdr.c49 /* Must have SHF_COMPRESSED flag set. Allocated or no bits sections in ElfW2()
64 if ((shdr->sh_flags & SHF_COMPRESSED) == 0) in ElfW2()
H A Dlibelf.h38 #ifndef SHF_COMPRESSED
40 #define SHF_COMPRESSED (1 << 11) /* Section with compressed data. */ macro
42 /* Section compression header. Used when SHF_COMPRESSED is set. */
369 has SHF_COMPRESSED set, or (for elf_compress) to request
370 decompression for an section that doesn't have SHF_COMPRESSED set.
371 If a section has SHF_COMPRESSED set then calling elf_compress_gnu
H A Delf_compress_gnu.c85 if ((sh_flags & SHF_ALLOC) != 0 || (sh_flags & SHF_COMPRESSED)) in elf_compress_gnu()
99 // int compressed = (sh_flags & SHF_COMPRESSED); in elf_compress_gnu()
121 sh_flags won't have a SHF_COMPRESSED hint in the GNU format. in elf_compress_gnu()
186 sh_flags won't have a SHF_COMPRESSED hint in the GNU format. in elf_compress_gnu()
H A Delf_getdata.c265 if ((flags & SHF_COMPRESSED) != 0) in __libelf_set_rawdata_wrlock()
364 if ((flags & SHF_COMPRESSED) != 0) in __libelf_set_rawdata_wrlock()
H A Delf32_updatenull.c269 For a SHF_COMPRESSED section set the correct in __elfw2()
272 if ((shdr->sh_flags & SHF_COMPRESSED) != 0) in __elfw2()
402 if ((shdr->sh_flags & SHF_COMPRESSED) == 0) in __elfw2()
/third_party/elfutils/libdwfl/
H A Drelocate.c137 && (shdr->sh_flags & SHF_COMPRESSED) != 0) in relocate_getsym()
245 if ((shdr->sh_flags & SHF_COMPRESSED) != 0) in resolve_symbol()
526 if ((tshdr->sh_flags & SHF_COMPRESSED) != 0) in relocate_section()
547 if ((shdr->sh_flags & SHF_COMPRESSED) != 0) in relocate_section()
H A Ddwfl_module_getdwarf.c1145 gabi style (SHF_COMPRESSED). */ in find_symtab()
1169 if ((shdr->sh_flags & SHF_COMPRESSED) != 0) in find_symtab()
1185 if ((shdr->sh_flags & SHF_COMPRESSED) != 0) in find_symtab()
1198 if ((shdr->sh_flags & SHF_COMPRESSED) != 0) in find_symtab()
1252 if ((shdr->sh_flags & SHF_COMPRESSED) != 0) in find_symtab()
1268 if ((shdr->sh_flags & SHF_COMPRESSED) != 0) in find_symtab()
1282 if ((shdr->sh_flags & SHF_COMPRESSED) != 0) in find_symtab()
/third_party/elfutils/tests/
H A Delfgetchdr.c79 if ((shdr.sh_flags & SHF_COMPRESSED) != 0) in main()
H A Delfgetzdata.c75 if ((shdr->sh_flags & SHF_COMPRESSED) != 0) in main()
H A Dzstrptr.c40 ((shdr->sh_flags & SHF_COMPRESSED) != 0 in print_strings()
H A Dnext_cfi.c49 if ((shdr->sh_flags & SHF_COMPRESSED) != 0) in handle_section()
H A Delfputzdata.c87 else if ((shdr->sh_flags & SHF_COMPRESSED) != 0 in main()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DDecompressor.cpp92 return (Flags & ELF::SHF_COMPRESSED) || isGnuStyle(Name); in isCompressedELFSection()
/third_party/elfio/elfio/
H A Delfio_section.hpp215 ( get_flags() & SHF_COMPRESSED ) ) &&
324 if ( ( ( get_flags() & SHF_COMPRESSED ) ||
H A Delfio_dump.hpp1327 if ( flags & SHF_COMPRESSED ) { in section_flags()
H A Delf_types.hpp550 constexpr Elf_Xword SHF_COMPRESSED = 0x800; member
/third_party/elfutils/libdw/
H A Ddwarf_begin_elf.c210 if ((shdr->sh_flags & SHF_COMPRESSED) != 0) in check_section()
426 if ((shdr->sh_flags & SHF_COMPRESSED) != 0 in scngrp_read()
/third_party/libunwind/libunwind/src/dwarf/
H A DGfind_proc_info-lsb.c135 #if defined(SHF_COMPRESSED) in load_debug_frame()
136 if (shdr->sh_flags & SHF_COMPRESSED) in load_debug_frame()
193 #if defined(SHF_COMPRESSED) in load_debug_frame()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DELF.h747 SHF_COMPRESSED = 0x800U,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DELF.h919 SHF_COMPRESSED = 0x800U,

Completed in 48 milliseconds

12