Searched refs:const_sect_name (Results 1 – 4 of 4) sorted by relevance
752 ConstString const_sect_name(sect_name); in GetSectionType() local761 ((const_sect_name == g_code_sect_name) || in GetSectionType()762 (const_sect_name == g_CODE_sect_name))) { in GetSectionType()766 ((const_sect_name == g_data_sect_name) || in GetSectionType()767 (const_sect_name == g_DATA_sect_name))) { in GetSectionType()774 ((const_sect_name == g_bss_sect_name) || in GetSectionType()775 (const_sect_name == g_BSS_sect_name))) { in GetSectionType()844 ConstString const_sect_name(sect_name); in CreateSections() local851 const_sect_name, // Name of this section in CreateSections()
90 ConstString const_sect_name(sect_name); in FindSubSection() local92 section_sp->GetChildren().FindSectionByName(const_sect_name)); in FindSubSection()
572 ConstString const_sect_name(sect_name); in FindSection() local573 SectionSP section_sp(section_list->FindSectionByName(const_sect_name)); in FindSection()
2759 ConstString const_sect_name(sect_name); in DoExecute() local2763 section_list->FindSectionByName(const_sect_name)); in DoExecute()