Searched refs:const_sect_name (Results 1 – 4 of 4) sorted by relevance
626 ConstString const_sect_name (sect_name.c_str()); in CreateSections() local651 … ((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 …]
96 ConstString const_sect_name(sect_name); in FindSubSection() local97 sb_section.SetSP(section_sp->GetChildren ().FindSectionByName(const_sect_name)); in FindSubSection()
593 ConstString const_sect_name(sect_name); in FindSection() local594 SectionSP section_sp (section_list->FindSectionByName(const_sect_name)); in FindSection()
2853 ConstString const_sect_name(sect_name); in DoExecute() local2858 … SectionSP section_sp (section_list->FindSectionByName(const_sect_name)); in DoExecute()