Searched refs:ehFrameSection (Results 1 – 2 of 2) sorted by relevance
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() local1126 .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() argument1469 for (const Subsection &subsec : ehFrameSection.subsections) { in registerEhFrames()1511 cieIsec = findContainingSubsection(ehFrameSection, &cieOff); in registerEhFrames()[all …]
195 void splitEhFrames(ArrayRef<uint8_t> dataArr, Section &ehFrameSection);197 void registerEhFrames(Section &ehFrameSection);