Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/ObjectFile/PECOFF/
DObjectFilePECOFF.cpp639 static ConstString g_sect_name_dwarf_debug_frame (".debug_frame"); in CreateSections() local
682 …else if (const_sect_name == g_sect_name_dwarf_debug_frame) section_type = eSectionTypeDWARFDeb… in CreateSections()
/external/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp875 static ConstString g_sect_name_dwarf_debug_frame (".debug_frame"); in CreateSections() local
919 … else if (name == g_sect_name_dwarf_debug_frame) sect_type = eSectionTypeDWARFDebugFrame; in CreateSections()
/external/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp1218 static ConstString g_sect_name_dwarf_debug_frame ("__debug_frame"); in CreateSections() local
1241 else if (section_name == g_sect_name_dwarf_debug_frame) in CreateSections()