Lines Matching defs:ehFrameSection
427 void ObjFile::splitEhFrames(ArrayRef<uint8_t> data, Section &ehFrameSection) {
445 ehFrameSection.subsections.push_back(
446 {frameOff, make<ConcatInputSection>(ehFrameSection,
450 ehFrameSection.doneSplitting = true;
1033 Section *ehFrameSection = nullptr;
1038 .Case(section_names::ehFrame, &ehFrameSection)
1045 if (ehFrameSection)
1046 registerEhFrames(*ehFrameSection);
1390 void ObjFile::registerEhFrames(Section &ehFrameSection) {
1392 for (const Subsection &subsec : ehFrameSection.subsections) {
1434 cieIsec = findContainingSubsection(ehFrameSection, &cieOff);
1452 ehFrameSection.addr + isecOff + funcAddrOff;
1462 lsdaAddrOpt = ehFrameSection.addr + isecOff + lsdaAddrOff + lsdaOff;
1522 ehFrameSection.flags &= ~S_ATTR_LIVE_SUPPORT;