Searched refs:LastDwarfSection (Results 1 – 1 of 1) sorted by relevance
1069 DwarfSectionEntry *LastDwarfSection = nullptr; in assignAddressesAndIndices() local1100 if (LastDwarfSection) in assignAddressesAndIndices()1101 LastDwarfSection->MemorySize = in assignAddressesAndIndices()1102 DwarfSection.Address - LastDwarfSection->Address; in assignAddressesAndIndices()1103 LastDwarfSection = &DwarfSection; in assignAddressesAndIndices()1105 if (LastDwarfSection) { in assignAddressesAndIndices()1108 Address = alignTo(LastDwarfSection->Address + LastDwarfSection->Size, in assignAddressesAndIndices()1110 LastDwarfSection->MemorySize = Address - LastDwarfSection->Address; in assignAddressesAndIndices()