Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DOutputSections.cpp398 auto *chdr = reinterpret_cast<typename ELFT::Chdr *>(buf); in writeTo() local
399 chdr->ch_type = ELFCOMPRESS_ZLIB; in writeTo()
400 chdr->ch_size = compressed.uncompressedSize; in writeTo()
401 chdr->ch_addralign = alignment; in writeTo()
402 buf += sizeof(*chdr); in writeTo()
417 write32be(buf + (size - sizeof(*chdr) - 4), compressed.checksum); in writeTo()