Searched refs:PrevSection (Results 1 – 2 of 2) sorted by relevance
4276 ELFShdrTy *PrevSection = nullptr; in getOutputSections() local4286 if (PrevSection && in getOutputSections()4287 PrevSection->sh_addr + PrevSection->sh_size > Section.sh_addr) { in getOutputSections()4291 PrevSection->sh_size = Section.sh_addr > PrevSection->sh_addr in getOutputSections()4292 ? Section.sh_addr - PrevSection->sh_addr in getOutputSections()4296 PrevSection = &Section; in getOutputSections()
3754 auto PrevSection = OutStreamer->getCurrentSectionOnly(); in emitXRayTable() local3824 OutStreamer->switchSection(PrevSection); in emitXRayTable()