Home | History | Annotate | Download | only in RuntimeDyld

Lines Matching defs:Size

57   unsigned BytesRemaining = S.Size;
90 for (int i = 0, e = Sections.size(); i != e; ++i) {
107 for (unsigned i = 0, e = Sections.size(); i != e; ++i) {
147 unsigned SectionsAddedBeginIdx = Sections.size();
153 // Compute the memory size required to load all sections to be loaded
249 unsigned SectionsAddedEndIdx = Sections.size();
255 // Computes the memory size required to allocate sections with the given sizes,
261 for (size_t Idx = 0, Cnt = SectionSizes.size(); Idx < Cnt; Idx++) {
276 // In PE files, VirtualSize gives the section size, and SizeOfRawData
278 // gives the section size, and VirtualSize is always zero. Hence
323 // Compute an upper bound of the memory size that is required to load all
329 // Compute the size of all sections required for execution
382 // Compute the size of all common symbols
389 uint64_t Size = 0;
390 Check(I->getSize(Size));
391 CommonSize += Size;
401 // individual alignments of the sections, because then the required size
408 // compute stub buffer size for the given section
416 // necessary section allocation size in loadObject by walking all the sections
431 // Get section data size and alignment
435 // Add stubbuf size alignment
445 unsigned Size) const {
448 Src += Size - 1;
449 while (Size--)
452 while (Size--)
459 unsigned Size) const {
461 while (Size--) {
466 Dst += Size - 1;
467 while (Size--) {
497 uint64_t Size = 0;
499 Check(Sym.getSize(Size));
501 CommonSize += Align + Size;
506 unsigned SectionID = Sections.size();
521 uint64_t Size;
524 Check(Sym.getSize(Size));
542 Offset += Size;
543 Addr += Size;
573 unsigned SectionID = Sections.size();
770 for (unsigned i = 0, e = Relocs.size(); i != e; ++i) {
784 if (Name.size() == 0) {