Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp584 size_t ChdrSize; in CompressedSection() local
587 ChdrSize = sizeof("ZLIB") - 1 + sizeof(uint64_t); in CompressedSection()
590 ChdrSize = in CompressedSection()
596 Size = ChdrSize + CompressedData.size(); in CompressedSection()