Searched refs:LastDwarfSection (Results 1 – 1 of 1) sorted by relevance
1528 DwarfSectionEntry *LastDwarfSection = nullptr; in assignAddressesAndIndices() local1558 if (LastDwarfSection) in assignAddressesAndIndices()1559 LastDwarfSection->MemorySize = in assignAddressesAndIndices()1560 DwarfSection.Address - LastDwarfSection->Address; in assignAddressesAndIndices()1561 LastDwarfSection = &DwarfSection; in assignAddressesAndIndices()1563 if (LastDwarfSection) { in assignAddressesAndIndices()1566 Address = alignTo(LastDwarfSection->Address + LastDwarfSection->Size, in assignAddressesAndIndices()1568 LastDwarfSection->MemorySize = Address - LastDwarfSection->Address; in assignAddressesAndIndices()