MCPcopy Create free account
hub / github.com/beefytech/Beef / EndSection

Method EndSection

IDEHelper/Linker/BlCodeView.cpp:645–650  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

643}
644
645int BlCodeView::EndSection()
646{
647 int totalLen = mWriter.GetStreamPos() - mSectStartFilePos - 8;
648 *((int32*)mWriter.GetStreamPtr(mSectStartFilePos + 4)) = totalLen;
649 return totalLen + 8;
650}
651
652bool BlCodeView::Create(const StringImpl& fileName)
653{

Callers 5

BfFullReportMemoryFunction · 0.45
ReadCOFFMethod · 0.45
ReportMemoryMethod · 0.45
ReportMemoryMethod · 0.45
HandleNextCmdMethod · 0.45

Calls 2

GetStreamPtrMethod · 0.80
GetStreamPosMethod · 0.45

Tested by

no test coverage detected