Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp1699 SectionSP eh_frame_section_sp; in ParseSymtab() local
1701eh_frame_section_sp = text_section_sp->GetChildren().FindSectionByName (g_section_name_eh_frame); in ParseSymtab()
1703 eh_frame_section_sp = section_list->FindSectionByName (g_section_name_eh_frame); in ParseSymtab()
1737 if (text_section_sp.get() && eh_frame_section_sp.get() && m_type != eTypeDebugInfo) in ParseSymtab()
1739 DWARFCallFrameInfo eh_frame(*this, eh_frame_section_sp, eRegisterKindGCC, true); in ParseSymtab()
1759 …const user_id_t TEXT_eh_frame_sectID = eh_frame_section_sp.get() ? eh_frame_section_sp->GetID() : … in ParseSymtab()