Lines Matching refs:ehFrameSection
387 void ObjFile::splitEhFrames(ArrayRef<uint8_t> data, Section &ehFrameSection) { in splitEhFrames() argument
405 ehFrameSection.subsections.push_back( in splitEhFrames()
406 {frameOff, make<ConcatInputSection>(ehFrameSection, in splitEhFrames()
410 ehFrameSection.doneSplitting = true; in splitEhFrames()
1121 Section *ehFrameSection = nullptr; in parse() local
1126 .Case(section_names::ehFrame, &ehFrameSection) in parse()
1133 if (ehFrameSection) in parse()
1134 registerEhFrames(*ehFrameSection); in parse()
1467 void ObjFile::registerEhFrames(Section &ehFrameSection) { in registerEhFrames() argument
1469 for (const Subsection &subsec : ehFrameSection.subsections) { in registerEhFrames()
1511 cieIsec = findContainingSubsection(ehFrameSection, &cieOff); in registerEhFrames()
1529 ehFrameSection.addr + isecOff + funcAddrOff; in registerEhFrames()
1539 lsdaAddrOpt = ehFrameSection.addr + isecOff + lsdaAddrOff + lsdaOff; in registerEhFrames()
1598 ehFrameSection.flags &= ~S_ATTR_LIVE_SUPPORT; in registerEhFrames()