Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/ObjectFile/PECOFF/
DObjectFilePECOFF.cpp648 static ConstString g_sect_name_eh_frame (".eh_frame"); in CreateSections() local
691 … else if (const_sect_name == g_sect_name_eh_frame) section_type = eSectionTypeEHFrame; in CreateSections()
/external/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp884 static ConstString g_sect_name_eh_frame (".eh_frame"); in CreateSections() local
928 else if (name == g_sect_name_eh_frame) sect_type = eSectionTypeEHFrame; in CreateSections()
/external/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp1231 static ConstString g_sect_name_eh_frame ("__eh_frame"); in CreateSections() local
1271 else if (section_name == g_sect_name_eh_frame) in CreateSections()