Searched refs:const_sect_name (Results 1 – 4 of 4) sorted by relevance
85 ConstString const_sect_name(sect_name); in FindSubSection() local87 section_sp->GetChildren().FindSectionByName(const_sect_name)); in FindSubSection()
559 ConstString const_sect_name(sect_name); in FindSection() local560 SectionSP section_sp(section_list->FindSectionByName(const_sect_name)); in FindSection()
953 ConstString const_sect_name(sect_name); in GetSectionType() local962 ((const_sect_name == g_code_sect_name) || in GetSectionType()963 (const_sect_name == g_CODE_sect_name))) { in GetSectionType()967 ((const_sect_name == g_data_sect_name) || in GetSectionType()968 (const_sect_name == g_DATA_sect_name))) { in GetSectionType()975 ((const_sect_name == g_bss_sect_name) || in GetSectionType()976 (const_sect_name == g_BSS_sect_name))) { in GetSectionType()1045 ConstString const_sect_name(sect_name); in CreateSections() local1052 const_sect_name, // Name of this section in CreateSections()
2752 ConstString const_sect_name(sect_name); in DoExecute() local2756 section_list->FindSectionByName(const_sect_name)); in DoExecute()