Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp570 static ConstString g_section_name_eh_frame ("__eh_frame"); in GetSectionNameEHFrame() local
571 return g_section_name_eh_frame; in GetSectionNameEHFrame()
1695 const ConstString &g_section_name_eh_frame = GetSectionNameEHFrame(); in ParseSymtab() local
1701 … eh_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()