Searched refs:LastDwarfSection (Results 1 – 1 of 1) sorted by relevance
1512 DwarfSectionEntry *LastDwarfSection = nullptr; in assignAddressesAndIndices() local1542 if (LastDwarfSection) in assignAddressesAndIndices()1543 LastDwarfSection->MemorySize = in assignAddressesAndIndices()1544 DwarfSection.Address - LastDwarfSection->Address; in assignAddressesAndIndices()1545 LastDwarfSection = &DwarfSection; in assignAddressesAndIndices()1547 if (LastDwarfSection) { in assignAddressesAndIndices()1550 Address = alignTo(LastDwarfSection->Address + LastDwarfSection->Size, in assignAddressesAndIndices()1552 LastDwarfSection->MemorySize = Address - LastDwarfSection->Address; in assignAddressesAndIndices()