Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp961 static ConstString g_sect_name_dwarf_debug_str (".debug_str"); in CreateSections() local
1005 … else if (name == g_sect_name_dwarf_debug_str) sect_type = eSectionTypeDWARFDebugStr; in CreateSections()