Lines Matching refs:writeTo

118 void MachHeaderSection::writeTo(uint8_t *buf) const {  in writeTo()  function in MachHeaderSection
160 lc->writeTo(p); in writeTo()
298 void RebaseSection::writeTo(uint8_t *buf) const { in writeTo() function in RebaseSection
384 void NonLazyPointerSectionBase::writeTo(uint8_t *buf) const { in writeTo() function in NonLazyPointerSectionBase
667 void BindingSection::writeTo(uint8_t *buf) const { in writeTo() function in BindingSection
701 void WeakBindingSection::writeTo(uint8_t *buf) const { in writeTo() function in WeakBindingSection
718 void StubsSection::writeTo(uint8_t *buf) const { in writeTo() function in StubsSection
782 void StubHelperSection::writeTo(uint8_t *buf) const { in writeTo() function in StubHelperSection
949 void ObjCStubsSection::writeTo(uint8_t *buf) const { in writeTo() function in ObjCStubsSection
977 void LazyPointerSection::writeTo(uint8_t *buf) const { in writeTo() function in LazyPointerSection
1004 void LazyBindingSection::writeTo(uint8_t *buf) const { in writeTo() function in LazyBindingSection
1062 void ExportSection::writeTo(uint8_t *buf) const { trieBuilder.writeTo(buf); } in writeTo() function in ExportSection
1125 void DataInCodeSection::writeTo(uint8_t *buf) const { in writeTo() function in DataInCodeSection
1160 void FunctionStartsSection::writeTo(uint8_t *buf) const { in writeTo() function in FunctionStartsSection
1381 void writeTo(uint8_t *buf) const override;
1388 template <class LP> void SymtabSectionImpl<LP>::writeTo(uint8_t *buf) const { in writeTo() function in SymtabSectionImpl
1496 void IndirectSymtabSection::writeTo(uint8_t *buf) const { in writeTo() function in IndirectSymtabSection
1534 void StringTableSection::writeTo(uint8_t *buf) const { in writeTo() function in StringTableSection
1599 void CodeSignatureSection::writeTo(uint8_t *buf) const { in writeTo() function in CodeSignatureSection
1653 void CStringSection::writeTo(uint8_t *buf) const { in writeTo() function in CStringSection
1760 void DeduplicatedCStringSection::writeTo(uint8_t *buf) const { in writeTo() function in DeduplicatedCStringSection
1833 void WordLiteralSection::writeTo(uint8_t *buf) const { in writeTo() function in WordLiteralSection
1923 void ObjCImageInfoSection::writeTo(uint8_t *buf) const { in writeTo() function in ObjCImageInfoSection
1942 void InitOffsetsSection::writeTo(uint8_t *buf) const { in writeTo() function in InitOffsetsSection
2067 void ObjCMethListSection::writeTo(uint8_t *bufStart) const { in writeTo() function in ObjCMethListSection
2354 size_t ChainedFixupsSection::SegmentInfo::writeTo(uint8_t *buf) const { in writeTo() function in ChainedFixupsSection::SegmentInfo
2396 void ChainedFixupsSection::writeTo(uint8_t *buf) const { in writeTo() function in ChainedFixupsSection
2427 buf += seg.writeTo(buf); in writeTo()