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