Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/ObjectFile/PECOFF/
DObjectFilePECOFF.cpp626 ConstString const_sect_name (sect_name.c_str()); in CreateSections() local
651 … ((const_sect_name == g_code_sect_name) || (const_sect_name == g_CODE_sect_name))) in CreateSections()
656 … ((const_sect_name == g_data_sect_name) || (const_sect_name == g_DATA_sect_name))) in CreateSections()
661 … ((const_sect_name == g_bss_sect_name) || (const_sect_name == g_BSS_sect_name))) in CreateSections()
668 else if (const_sect_name == g_debug_sect_name) in CreateSections()
672 else if (const_sect_name == g_stabstr_sect_name) in CreateSections()
676 else if (const_sect_name == g_reloc_sect_name) in CreateSections()
680 …else if (const_sect_name == g_sect_name_dwarf_debug_abbrev) section_type = eSectionTypeDWARFDeb… in CreateSections()
681 …else if (const_sect_name == g_sect_name_dwarf_debug_aranges) section_type = eSectionTypeDWARFDeb… in CreateSections()
682 …else if (const_sect_name == g_sect_name_dwarf_debug_frame) section_type = eSectionTypeDWARFDeb… in CreateSections()
[all …]
/external/lldb/source/API/
DSBSection.cpp96 ConstString const_sect_name(sect_name); in FindSubSection() local
97 sb_section.SetSP(section_sp->GetChildren ().FindSectionByName(const_sect_name)); in FindSubSection()
DSBModule.cpp593 ConstString const_sect_name(sect_name); in FindSection() local
594 SectionSP section_sp (section_list->FindSectionByName(const_sect_name)); in FindSection()
/external/lldb/source/Commands/
DCommandObjectTarget.cpp2853 ConstString const_sect_name(sect_name); in DoExecute() local
2858 … SectionSP section_sp (section_list->FindSectionByName(const_sect_name)); in DoExecute()