Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/ObjectFile/PECOFF/
DObjectFilePECOFF.cpp637 static ConstString g_sect_name_dwarf_debug_abbrev (".debug_abbrev"); in CreateSections() local
680 …else if (const_sect_name == g_sect_name_dwarf_debug_abbrev) section_type = eSectionTypeDWARFDeb… in CreateSections()
/external/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp873 static ConstString g_sect_name_dwarf_debug_abbrev (".debug_abbrev"); in CreateSections() local
917 … else if (name == g_sect_name_dwarf_debug_abbrev) sect_type = eSectionTypeDWARFDebugAbbrev; in CreateSections()
/external/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp1216 … static ConstString g_sect_name_dwarf_debug_abbrev ("__debug_abbrev"); in CreateSections() local
1237 if (section_name == g_sect_name_dwarf_debug_abbrev) in CreateSections()