Searched refs:CurrentAddressLocation (Results 1 – 1 of 1) sorted by relevance
630 uint64_t CurrentAddressLocation = 0; in writeSections() local633 CurrentAddressLocation); in writeSections()636 CurrentAddressLocation); in writeSections()1161 assert(((CurrentAddressLocation <= CsectEntry.Address) || in writeSectionForControlSectionEntry()1167 CurrentAddressLocation = CsectEntry.Address; in writeSectionForControlSectionEntry()1173 CurrentAddressLocation += CsectEntry.Size; in writeSectionForControlSectionEntry()1183 CurrentAddressLocation = Csect.Address + Csect.Size; in writeSectionForControlSectionEntry()1193 CurrentAddressLocation += PaddingSize; in writeSectionForControlSectionEntry()1203 assert(CurrentAddressLocation <= DwarfEntry.Address && in writeSectionForDwarfSectionEntry()1217 uint32_t Mod = CurrentAddressLocation % DefaultSectionAlign; in writeSectionForDwarfSectionEntry()[all …]