Searched refs:CompressedData (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lld/ELF/ |
| H A D | OutputSections.cpp | 201 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 D | OutputSections.h | 119 llvm::SmallVector<char, 1> CompressedData; variable
|
| /freebsd-12.1/crypto/openssl/doc/man3/ |
| H A D | CMS_uncompress.pod | 5 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 D | CMS_compress.pod | 5 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 D | Object.cpp | 251 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 D | Object.h | 367 SmallVector<char, 128> CompressedData; variable 372 CompressedSection(ArrayRef<uint8_t> CompressedData, uint64_t DecompressedSize,
|
| /freebsd-12.1/crypto/openssl/doc/man1/ |
| H A D | cms.pod | 179 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
|