Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/ObjectFile/PECOFF/
DObjectFilePECOFF.cpp642 static ConstString g_sect_name_dwarf_debug_loc (".debug_loc"); in CreateSections() local
685 …else if (const_sect_name == g_sect_name_dwarf_debug_loc) section_type = eSectionTypeDWARFDeb… in CreateSections()
/external/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp878 static ConstString g_sect_name_dwarf_debug_loc (".debug_loc"); in CreateSections() local
922 … else if (name == g_sect_name_dwarf_debug_loc) sect_type = eSectionTypeDWARFDebugLoc; in CreateSections()
/external/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp1221 static ConstString g_sect_name_dwarf_debug_loc ("__debug_loc"); in CreateSections() local
1247 else if (section_name == g_sect_name_dwarf_debug_loc) in CreateSections()