Searched refs:ehFrameSection (Results 1 – 2 of 2) sorted by relevance
425 void ObjFile::splitEhFrames(ArrayRef<uint8_t> data, Section &ehFrameSection) { in splitEhFrames() argument443 ehFrameSection.subsections.push_back( in splitEhFrames()444 {frameOff, make<ConcatInputSection>(ehFrameSection, in splitEhFrames()448 ehFrameSection.doneSplitting = true; in splitEhFrames()1031 Section *ehFrameSection = nullptr; in parse() local1036 .Case(section_names::ehFrame, &ehFrameSection) in parse()1043 if (ehFrameSection) in parse()1044 registerEhFrames(*ehFrameSection); in parse()1388 void ObjFile::registerEhFrames(Section &ehFrameSection) { in registerEhFrames() argument1390 for (const Subsection &subsec : ehFrameSection.subsections) { in registerEhFrames()[all …]
203 void splitEhFrames(ArrayRef<uint8_t> dataArr, Section &ehFrameSection);205 void registerEhFrames(Section &ehFrameSection);