Lines Matching full:vmaddr
111 Seg64.vmaddr = Seg.vmaddr;
245 if (GapForDwarf == UINT64_MAX && Segment.vmaddr > EndAddress &&
246 Segment.vmaddr - EndAddress >= DwarfSegmentSize)
249 // The segments are not necessarily sorted by their vmaddr.
251 std::max<uint64_t>(PrevEndAddress, Segment.vmaddr + Segment.vmsize);
267 static void createDwarfSegment(uint64_t VMAddr, uint64_t FileOffset,
270 Writer.writeSegmentLoadCommand("__DWARF", NumSections, VMAddr,
282 VMAddr = RoundUpToAlignment(VMAddr, Align);
285 Writer.writeSection(Layout, *Sec, VMAddr, FileOffset, 0, 0, 0);
288 VMAddr += Layout.getSectionAddressSize(Sec);