Searched refs:ContentsSize (Results 1 – 3 of 3) sorted by relevance
637 const size_t ContentsSize = calculateContentSize(AttrsVec); in createAttributesSection() local639 emitInt32(VendorHeaderSize + TagHeaderSize + ContentsSize); in createAttributesSection()644 emitInt32(TagHeaderSize + ContentsSize); in createAttributesSection()700 const size_t ContentsSize = calculateContentSize(SubSection.Content); in createAttributesWithSubsection() local702 emitInt32(VendorHeaderSize + VendorParameters + ContentsSize); in createAttributesWithSubsection()
102 const size_t ContentsSize = calculateContentSize(); in finishAttributeSection() local104 Streamer.emitInt32(VendorHeaderSize + TagHeaderSize + ContentsSize); in finishAttributeSection()109 Streamer.emitInt32(TagHeaderSize + ContentsSize); in finishAttributeSection()
2011 size_t ContentsSize = in validate() local2020 if (HeaderSize > ContentsSize) in validate()2031 if (Size < HeaderSize || Size > ContentsSize) in validate()2040 if (Contents.size() > ContentsSize - HeaderSize) in validate()2144 size_t ContentsSize = reinterpret_cast<const uint8_t *>(Table + 1) + in validate() local2147 if (ContentsSize < sizeof(coff_base_reloc_block_header)) in validate()2158 if (Header->BlockSize > ContentsSize) in validate()