Home
last modified time | relevance | path

Searched refs:CompressedData (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DOutputSections.cpp201 if (Error E = zlib::compress(toStringRef(Buf), CompressedData)) in maybeCompress()
205 Size = sizeof(Elf_Chdr) + CompressedData.size(); in maybeCompress()
231 if (!CompressedData.empty()) { in writeTo()
233 memcpy(Buf + ZDebugHeader.size(), CompressedData.data(), in writeTo()
234 CompressedData.size()); in writeTo()
H A DOutputSections.h119 llvm::SmallVector<char, 1> CompressedData; variable
/freebsd-12.1/crypto/openssl/doc/man3/
H A DCMS_uncompress.pod5 CMS_uncompress - uncompress a CMS CompressedData structure
16 CompressedData structure B<cms>. B<data> is a BIO to write the content to and
H A DCMS_compress.pod5 CMS_compress - create a CMS CompressedData structure
15 CMS_compress() creates and returns a CMS CompressedData structure. B<comp_nid>
/freebsd-12.1/contrib/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp251 std::copy(Sec.CompressedData.begin(), Sec.CompressedData.end(), Buf); in visit()
267 CompressedData)) in CompressedSection()
282 Size = ChdrSize + CompressedData.size(); in CompressedSection()
286 CompressedSection::CompressedSection(ArrayRef<uint8_t> CompressedData, in CompressedSection() argument
291 OriginalData = CompressedData; in CompressedSection()
H A DObject.h367 SmallVector<char, 128> CompressedData; variable
372 CompressedSection(ArrayRef<uint8_t> CompressedData, uint64_t DecompressedSize,
/freebsd-12.1/crypto/openssl/doc/man1/
H A Dcms.pod179 Create a CMS B<CompressedData> type. OpenSSL must be compiled with B<zlib>
184 Uncompress a CMS B<CompressedData> type and output the content. OpenSSL must be