Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/ObjectFile/PECOFF/
DObjectFilePECOFF.cpp647 static ConstString g_sect_name_dwarf_debug_str (".debug_str"); in CreateSections() local
690 …else if (const_sect_name == g_sect_name_dwarf_debug_str) section_type = eSectionTypeDWARFDeb… in CreateSections()
/external/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp883 static ConstString g_sect_name_dwarf_debug_str (".debug_str"); in CreateSections() local
927 … else if (name == g_sect_name_dwarf_debug_str) sect_type = eSectionTypeDWARFDebugStr; in CreateSections()
/external/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp1226 static ConstString g_sect_name_dwarf_debug_str ("__debug_str"); in CreateSections() local
1257 else if (section_name == g_sect_name_dwarf_debug_str) in CreateSections()