Home
last modified time | relevance | path

Searched refs:ehFrameSection (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/lld/MachO/
H A DInputFiles.cpp423 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() local
1027 .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() argument
1378 for (const Subsection &subsec : ehFrameSection.subsections) { in registerEhFrames()
1420 cieIsec = findContainingSubsection(ehFrameSection, &cieOff); in registerEhFrames()
[all …]
H A DInputFiles.h196 void splitEhFrames(ArrayRef<uint8_t> dataArr, Section &ehFrameSection);
198 void registerEhFrames(Section &ehFrameSection);