Lines Matching refs:getOutputSize

3603       InjectedFunction->setImageSize(FunctionSection->getOutputSize());  in mapCodeSections()
3625 Address += Section->getOutputSize(); in mapCodeSections()
3631 TextSection->getOutputAddress() + TextSection->getOutputSize(); in mapCodeSections()
3703 Function.setImageSize(FuncSection->getOutputSize()); in mapCodeSections()
3740 ColdPart.setImageSize(ColdSection->getOutputSize()); in mapCodeSections()
3799 Section->getOutputSize()) in mapDataSections()
3807 NextAvailableAddress += Section->getOutputSize(); in mapDataSections()
3852 NextAvailableAddress += Section.getOutputSize(); in mapExtraSections()
3941 NewPhdr.p_filesz = EHFrameHdrSec->getOutputSize(); in patchELFPHDRTable()
3942 NewPhdr.p_memsz = EHFrameHdrSec->getOutputSize(); in patchELFPHDRTable()
4057 OS.write(reinterpret_cast<char *>(SectionData), BSec->getOutputSize()); in rewriteNoteSections()
4058 Size += BSec->getOutputSize(); in rewriteNoteSections()
4096 << " of size " << Section.getOutputSize() << " at offset 0x" in rewriteNoteSections()
4099 OS.write(Section.getOutputContents().data(), Section.getOutputSize()); in rewriteNoteSections()
4100 NextAvailableOffset += Section.getOutputSize(); in rewriteNoteSections()
4259 NewSection.sh_size = Section.getOutputSize(); in getOutputSections()
4321 NewSection.sh_size = BSec->getOutputSize(); in getOutputSections()
4344 NewSection.sh_size = Section.getOutputSize(); in getOutputSections()
4510 ICFSymbol.st_size = ICFParent->getOutputSize(); in updateELFSymbolTable()
4620 NewSymbol.st_size = Function->getOutputSize(); in updateELFSymbolTable()
4741 NewSymbol.st_size = Function->getOutputSize(); in updateELFSymbolTable()
5362 << "\n of size " << Section.getOutputSize() << "\n at offset " in rewriteFile()
5365 Section.getOutputSize(), Section.getOutputFileOffset()); in rewriteFile()
5466 NextAvailableAddress += EHFrameHdrSec.getOutputSize(); in writeEHFrameHeader()
5471 OldEHFrameSection->getOutputSize() - in writeEHFrameHeader()
5484 << EHFrameSection->getOutputSize() << '\n'); in writeEHFrameHeader()