Searched refs:ehFrameSection (Results 1 – 2 of 2) sorted by relevance
427 void ObjFile::splitEhFrames(ArrayRef<uint8_t> data, Section &ehFrameSection) { in splitEhFrames() argument445 ehFrameSection.subsections.push_back( in splitEhFrames()446 {frameOff, make<ConcatInputSection>(ehFrameSection, in splitEhFrames()450 ehFrameSection.doneSplitting = true; in splitEhFrames()1033 Section *ehFrameSection = nullptr; in parse() local1038 .Case(section_names::ehFrame, &ehFrameSection) in parse()1045 if (ehFrameSection) in parse()1046 registerEhFrames(*ehFrameSection); in parse()1390 void ObjFile::registerEhFrames(Section &ehFrameSection) { in registerEhFrames() argument1392 for (const Subsection &subsec : ehFrameSection.subsections) { in registerEhFrames()[all …]
203 void splitEhFrames(ArrayRef<uint8_t> dataArr, Section &ehFrameSection);205 void registerEhFrames(Section &ehFrameSection); in classof()