Lines Matching refs:ehFrameSection
405 void ObjFile::splitEhFrames(ArrayRef<uint8_t> data, Section &ehFrameSection) { in splitEhFrames() argument
423 ehFrameSection.subsections.push_back( in splitEhFrames()
424 {frameOff, make<ConcatInputSection>(ehFrameSection, in splitEhFrames()
428 ehFrameSection.doneSplitting = true; in splitEhFrames()
1022 Section *ehFrameSection = nullptr; in parse() local
1027 .Case(section_names::ehFrame, &ehFrameSection) in parse()
1034 if (ehFrameSection) in parse()
1035 registerEhFrames(*ehFrameSection); in parse()
1376 void ObjFile::registerEhFrames(Section &ehFrameSection) { in registerEhFrames() argument
1378 for (const Subsection &subsec : ehFrameSection.subsections) { in registerEhFrames()
1420 cieIsec = findContainingSubsection(ehFrameSection, &cieOff); in registerEhFrames()
1438 ehFrameSection.addr + isecOff + funcAddrOff; in registerEhFrames()
1448 lsdaAddrOpt = ehFrameSection.addr + isecOff + lsdaAddrOff + lsdaOff; in registerEhFrames()
1507 ehFrameSection.flags &= ~S_ATTR_LIVE_SUPPORT; in registerEhFrames()