Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/ObjectFile/PECOFF/
DObjectFilePECOFF.cpp644 static ConstString g_sect_name_dwarf_debug_pubnames (".debug_pubnames"); in CreateSections() local
687 …else if (const_sect_name == g_sect_name_dwarf_debug_pubnames) section_type = eSectionTypeDWARFDeb… in CreateSections()
/external/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp880 static ConstString g_sect_name_dwarf_debug_pubnames (".debug_pubnames"); in CreateSections() local
924 … else if (name == g_sect_name_dwarf_debug_pubnames) sect_type = eSectionTypeDWARFDebugPubNames; in CreateSections()
/external/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp1223 … static ConstString g_sect_name_dwarf_debug_pubnames ("__debug_pubnames"); in CreateSections() local
1251 else if (section_name == g_sect_name_dwarf_debug_pubnames) in CreateSections()