Lines Matching defs:EndAddress
221 // segment of \a DwarfSegmentSize size. \a EndAddress is updated to point at the
230 uint64_t &GapForDwarf, uint64_t &EndAddress) {
244 uint64_t PrevEndAddress = EndAddress;
245 EndAddress = alignTo(EndAddress, 0x1000);
246 if (GapForDwarf == UINT64_MAX && Segment.vmaddr > EndAddress &&
247 Segment.vmaddr - EndAddress >= DwarfSegmentSize)
248 GapForDwarf = EndAddress;
251 EndAddress =
448 uint64_t EndAddress = 0;
455 DwarfSegmentSize, GapForDwarf, EndAddress);
460 DwarfSegmentSize, GapForDwarf, EndAddress);
463 uint64_t DwarfVMAddr = alignTo(EndAddress, 0x1000);