Searched refs:CurrentAddressLocation (Results 1 – 1 of 1) sorted by relevance
540 uint32_t CurrentAddressLocation = 0; in writeSections() local549 assert(((CurrentAddressLocation <= Section->Address) || in writeSections()555 CurrentAddressLocation = Section->Address; in writeSections()559 if (uint32_t PaddingSize = Csect.Address - CurrentAddressLocation) in writeSections()563 CurrentAddressLocation = Csect.Address + Csect.Size; in writeSections()571 Section->Address + Section->Size - CurrentAddressLocation) { in writeSections()573 CurrentAddressLocation += PaddingSize; in writeSections()