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()
557 ConstString const_sect_name(sect_name); in FindSection() local558 SectionSP section_sp(section_list->FindSectionByName(const_sect_name)); in FindSection()
905 ConstString const_sect_name(sect_name); in GetSectionType() local914 ((const_sect_name == g_code_sect_name) || in GetSectionType()915 (const_sect_name == g_CODE_sect_name))) { in GetSectionType()919 ((const_sect_name == g_data_sect_name) || in GetSectionType()920 (const_sect_name == g_DATA_sect_name))) { in GetSectionType()927 ((const_sect_name == g_bss_sect_name) || in GetSectionType()928 (const_sect_name == g_BSS_sect_name))) { in GetSectionType()997 ConstString const_sect_name(sect_name); in CreateSections() local1004 const_sect_name, // Name of this section in CreateSections()
2737 ConstString const_sect_name(sect_name); in DoExecute() local2741 section_list->FindSectionByName(const_sect_name)); in DoExecute()