Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp2522 SectionSP eh_frame_section_sp; in ParseSymtab() local
2524 eh_frame_section_sp = text_section_sp->GetChildren().FindSectionByName( in ParseSymtab()
2527 eh_frame_section_sp = in ParseSymtab()
2573 if (text_section_sp.get() && eh_frame_section_sp.get() && in ParseSymtab()
2575 DWARFCallFrameInfo eh_frame(*this, eh_frame_section_sp, in ParseSymtab()
2622 const user_id_t TEXT_eh_frame_sectID = eh_frame_section_sp.get() in ParseSymtab()
2623 ? eh_frame_section_sp->GetID() in ParseSymtab()