Searched refs:content_ (Results 1 – 4 of 4) sorted by relevance
59 file(file), content_(data.data()), size(data.size()) { in InputSectionBase()113 auto *hdr = reinterpret_cast<const typename ELFT::Chdr *>(sec.content_); in decompressAux()114 auto compressed = ArrayRef<uint8_t>(sec.content_, sec.compressedSize) in decompressAux()132 content_ = uncompressedBuf; in decompress()1187 auto *hdr = reinterpret_cast<const typename ELFT::Chdr *>(content_); in writeTo()1188 auto compressed = ArrayRef<uint8_t>(content_, compressedSize) in writeTo()
176 mutable const uint8_t *content_; variable187 return ArrayRef<uint8_t>(content_, size); in content()
798 sec->content_ = p; in finalizeRelax()
953 sec->content_ = p; in finalizeRelax()