Searched refs:new_section (Results 1 – 3 of 3) sorted by relevance
1420 int new_section; in mi_load_progress() local1439 new_section = (previous_sect_name ? in mi_load_progress()1441 if (new_section) in mi_load_progress()
5992 switch_to_section (section *new_section) in switch_to_section() argument5994 if (in_section == new_section) in switch_to_section()5997 if (new_section->common.flags & SECTION_FORGET) in switch_to_section()6000 in_section = new_section; in switch_to_section()6002 switch (SECTION_STYLE (new_section)) in switch_to_section()6007 && strcmp (new_section->named.name, in switch_to_section()6011 targetm.asm_out.named_section (new_section->named.name, in switch_to_section()6012 new_section->named.common.flags, in switch_to_section()6013 new_section->named.decl); in switch_to_section()6017 new_section->unnamed.callback (new_section->unnamed.data); in switch_to_section()[all …]
1123 segT new_section; in obj_elf_previous() local1136 new_section = previous_section; in obj_elf_previous()1140 subseg_set (new_section, new_subsection); in obj_elf_previous()