Searched refs:CurrentAddressLocation (Results 1 – 1 of 1) sorted by relevance
517 uint32_t CurrentAddressLocation = 0; in writeSections() local525 assert(((CurrentAddressLocation <= Section->Address) || in writeSections()531 CurrentAddressLocation = Section->Address; in writeSections()535 if (uint32_t PaddingSize = Csect.Address - CurrentAddressLocation) in writeSections()539 CurrentAddressLocation = Csect.Address + Csect.Size; in writeSections()547 Section->Address + Section->Size - CurrentAddressLocation) { in writeSections()549 CurrentAddressLocation += PaddingSize; in writeSections()