Lines Matching refs:CurrentAddressLocation

285                                           uint64_t &CurrentAddressLocation);
289 uint64_t &CurrentAddressLocation);
630 uint64_t CurrentAddressLocation = 0; in writeSections() local
633 CurrentAddressLocation); in writeSections()
636 CurrentAddressLocation); in writeSections()
1152 const CsectSectionEntry &CsectEntry, uint64_t &CurrentAddressLocation) { in writeSectionForControlSectionEntry() argument
1161 assert(((CurrentAddressLocation <= CsectEntry.Address) || in writeSectionForControlSectionEntry()
1167 CurrentAddressLocation = CsectEntry.Address; in writeSectionForControlSectionEntry()
1173 CurrentAddressLocation += CsectEntry.Size; in writeSectionForControlSectionEntry()
1179 if (uint32_t PaddingSize = Csect.Address - CurrentAddressLocation) in writeSectionForControlSectionEntry()
1183 CurrentAddressLocation = Csect.Address + Csect.Size; in writeSectionForControlSectionEntry()
1191 CsectEntry.Address + CsectEntry.Size - CurrentAddressLocation) { in writeSectionForControlSectionEntry()
1193 CurrentAddressLocation += PaddingSize; in writeSectionForControlSectionEntry()
1199 const DwarfSectionEntry &DwarfEntry, uint64_t &CurrentAddressLocation) { in writeSectionForDwarfSectionEntry() argument
1203 assert(CurrentAddressLocation <= DwarfEntry.Address && in writeSectionForDwarfSectionEntry()
1207 if (uint64_t PaddingSize = DwarfEntry.Address - CurrentAddressLocation) in writeSectionForDwarfSectionEntry()
1213 CurrentAddressLocation = DwarfEntry.Address + DwarfEntry.Size; in writeSectionForDwarfSectionEntry()
1217 uint32_t Mod = CurrentAddressLocation % DefaultSectionAlign; in writeSectionForDwarfSectionEntry()
1222 CurrentAddressLocation += TailPaddingSize; in writeSectionForDwarfSectionEntry()