Home | History | Annotate | Download | only in MC

Lines Matching defs:StartAddress

628   uint64_t StartAddress = 0;
630 StartAddress = alignTo(StartAddress, Sec->getAlignment());
631 SectionAddress[Sec] = StartAddress;
632 StartAddress += Layout.getSectionAddressSize(Sec);
637 StartAddress += getPaddingSize(Sec, Layout);