Searched refs:LastDwarfSection (Results 1 – 1 of 1) sorted by relevance
1466 DwarfSectionEntry *LastDwarfSection = nullptr; in assignAddressesAndIndices() local1496 if (LastDwarfSection) in assignAddressesAndIndices()1497 LastDwarfSection->MemorySize = in assignAddressesAndIndices()1498 DwarfSection.Address - LastDwarfSection->Address; in assignAddressesAndIndices()1499 LastDwarfSection = &DwarfSection; in assignAddressesAndIndices()1501 if (LastDwarfSection) { in assignAddressesAndIndices()1504 Address = alignTo(LastDwarfSection->Address + LastDwarfSection->Size, in assignAddressesAndIndices()1506 LastDwarfSection->MemorySize = Address - LastDwarfSection->Address; in assignAddressesAndIndices()