Lines Matching refs:CurrentAddressLocation

382                                           uint64_t &CurrentAddressLocation);
386 uint64_t &CurrentAddressLocation);
389 ExceptionSectionEntry &ExceptionEntry, uint64_t &CurrentAddressLocation);
393 uint64_t &CurrentAddressLocation);
786 uint64_t CurrentAddressLocation = 0; in writeSections() local
789 CurrentAddressLocation); in writeSections()
792 CurrentAddressLocation); in writeSections()
794 CurrentAddressLocation); in writeSections()
796 CurrentAddressLocation); in writeSections()
1530 const CsectSectionEntry &CsectEntry, uint64_t &CurrentAddressLocation) { in writeSectionForControlSectionEntry() argument
1539 assert(((CurrentAddressLocation <= CsectEntry.Address) || in writeSectionForControlSectionEntry()
1545 CurrentAddressLocation = CsectEntry.Address; in writeSectionForControlSectionEntry()
1551 CurrentAddressLocation += CsectEntry.Size; in writeSectionForControlSectionEntry()
1557 if (uint32_t PaddingSize = Csect.Address - CurrentAddressLocation) in writeSectionForControlSectionEntry()
1561 CurrentAddressLocation = Csect.Address + Csect.Size; in writeSectionForControlSectionEntry()
1569 CsectEntry.Address + CsectEntry.Size - CurrentAddressLocation) { in writeSectionForControlSectionEntry()
1571 CurrentAddressLocation += PaddingSize; in writeSectionForControlSectionEntry()
1577 const DwarfSectionEntry &DwarfEntry, uint64_t &CurrentAddressLocation) { in writeSectionForDwarfSectionEntry() argument
1581 assert(CurrentAddressLocation <= DwarfEntry.Address && in writeSectionForDwarfSectionEntry()
1585 if (uint64_t PaddingSize = DwarfEntry.Address - CurrentAddressLocation) in writeSectionForDwarfSectionEntry()
1591 CurrentAddressLocation = DwarfEntry.Address + DwarfEntry.Size; in writeSectionForDwarfSectionEntry()
1595 uint32_t Mod = CurrentAddressLocation % DefaultSectionAlign; in writeSectionForDwarfSectionEntry()
1600 CurrentAddressLocation += TailPaddingSize; in writeSectionForDwarfSectionEntry()
1605 ExceptionSectionEntry &ExceptionEntry, uint64_t &CurrentAddressLocation) { in writeSectionForExceptionSectionEntry() argument
1623 CurrentAddressLocation += getExceptionSectionSize(); in writeSectionForExceptionSectionEntry()
1628 CInfoSymSectionEntry &CInfoSymEntry, uint64_t &CurrentAddressLocation) { in writeSectionForCInfoSymSectionEntry() argument
1658 CurrentAddressLocation += CISI->size(); in writeSectionForCInfoSymSectionEntry()