Home
last modified time | relevance | path

Searched refs:SHF_COMPRESSED (Results 1 – 17 of 17) sorted by relevance

/freebsd-13.1/contrib/elftoolchain/libelf/
H A Dlibelf_chdr.c76 if ((sh32->sh_flags & SHF_COMPRESSED) == 0) { in _libelf_getchdr()
92 if ((sh64->sh_flags & SHF_COMPRESSED) == 0) { in _libelf_getchdr()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DDecompressor.cpp92 return (Flags & ELF::SHF_COMPRESSED) || isGnuStyle(Name); in isCompressedELFSection()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DELFObjcopy.cpp96 (ELF::SHF_COMPRESSED | ELF::SHF_GROUP | ELF::SHF_LINK_ORDER | in getSectionFlagsPreserveMask()
202 return !(Sec.Flags & ELF::SHF_COMPRESSED) && in isCompressable()
H A DObject.h548 return (S->OriginalFlags & ELF::SHF_COMPRESSED) || in classof()
567 Flags = OriginalFlags = (Flags & ~ELF::SHF_COMPRESSED); in DecompressedSection()
H A DObject.cpp587 Flags |= ELF::SHF_COMPRESSED; in CompressedSection()
1743 if (Name->startswith(".zdebug") || (Shdr.sh_flags & ELF::SHF_COMPRESSED)) { in makeSection()
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DInputSection.cpp87 if ((flags & SHF_COMPRESSED) || name.startswith(".zdebug")) { in InputSectionBase()
251 assert(flags & SHF_COMPRESSED); in parseCompressedHeader()
252 flags &= ~(uint64_t)SHF_COMPRESSED; in parseCompressedHeader()
H A DOutputSections.cpp311 flags |= SHF_COMPRESSED; in maybeCompress()
H A DScriptParser.cpp1194 .Case(CASE_ENT(SHF_COMPRESSED)) in parseFlag()
/freebsd-13.1/sys/sys/
H A Delf_common.h511 #define SHF_COMPRESSED 0x800 /* Section contains compressed data. */ macro
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1016 SHF_COMPRESSED = 0x800U, enumerator
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp890 Section.setFlags(Section.getFlags() | ELF::SHF_COMPRESSED); in writeSectionData()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h859 return getSection(Sec)->sh_flags & ELF::SHF_COMPRESSED; in isSectionCompressed()
/freebsd-13.1/contrib/elftoolchain/common/
H A Delfdefinitions.h1039 _ELF_DEFINE_SHF(SHF_COMPRESSED, 0x800, \
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp689 BCase(SHF_COMPRESSED); in bitset()
/freebsd-13.1/contrib/elftoolchain/readelf/
H A Dreadelf.c1138 {"COMPRESSED", 'C', SHF_COMPRESSED},
7014 if (sh.sh_flags & SHF_COMPRESSED) { in decompress_section()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp3339 if (!section->Test(SHF_COMPRESSED)) in ReadSectionData()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1222 ENUM_ENT(SHF_COMPRESSED, "C"),
4036 {SHF_COMPRESSED, "COMPRESSED"}, {SHF_EXCLUDE, "EXCLUDE"}}; in printSectionDetails()