Home
last modified time | relevance | path

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

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