Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/ObjectFile/PECOFF/
DObjectFilePECOFF.cpp638 static ConstString g_sect_name_dwarf_debug_aranges (".debug_aranges"); in CreateSections() local
681 …else if (const_sect_name == g_sect_name_dwarf_debug_aranges) section_type = eSectionTypeDWARFDeb… in CreateSections()
/external/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp874 static ConstString g_sect_name_dwarf_debug_aranges (".debug_aranges"); in CreateSections() local
918 … else if (name == g_sect_name_dwarf_debug_aranges) sect_type = eSectionTypeDWARFDebugAranges; in CreateSections()
/external/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp1217 … static ConstString g_sect_name_dwarf_debug_aranges ("__debug_aranges"); in CreateSections() local
1239 else if (section_name == g_sect_name_dwarf_debug_aranges) in CreateSections()