Searched refs:new_section (Results 1 – 7 of 7) sorted by relevance
234 object_block_hasher::equal (object_block *old, const section *new_section) in equal() argument236 return old->sect == new_section; in equal()7368 switch_to_section (section *new_section) in switch_to_section() argument7370 if (in_section == new_section) in switch_to_section()7373 if (new_section->common.flags & SECTION_FORGET) in switch_to_section()7376 in_section = new_section; in switch_to_section()7378 switch (SECTION_STYLE (new_section)) in switch_to_section()7381 targetm.asm_out.named_section (new_section->named.name, in switch_to_section()7382 new_section->named.common.flags, in switch_to_section()7383 new_section->named.decl); in switch_to_section()[all …]
226 const section *new_section = (const section *) p2; in object_block_entry_eq() local228 return old->sect == new_section; in object_block_entry_eq()7203 switch_to_section (section *new_section) in switch_to_section() argument7205 if (in_section == new_section) in switch_to_section()7208 if (new_section->common.flags & SECTION_FORGET) in switch_to_section()7211 in_section = new_section; in switch_to_section()7213 switch (SECTION_STYLE (new_section)) in switch_to_section()7216 targetm.asm_out.named_section (new_section->named.name, in switch_to_section()7217 new_section->named.common.flags, in switch_to_section()7218 new_section->named.decl); in switch_to_section()[all …]
2216 int new_section; in mi_load_progress() local2250 new_section = (previous_sect_name ? in mi_load_progress()2252 if (new_section) in mi_load_progress()
1354 segT new_section; in obj_elf_previous() local1367 new_section = previous_section; in obj_elf_previous()1371 subseg_set (new_section, new_subsection); in obj_elf_previous()
1280 segT new_section; in obj_elf_previous() local1293 new_section = previous_section; in obj_elf_previous()1297 subseg_set (new_section, new_subsection); in obj_elf_previous()
2320 lang_input_section_type *new_section; in lang_add_section() local2460 new_section = new_stat (lang_input_section, ptr); in lang_add_section()2461 new_section->section = section; in lang_add_section()
2522 lang_input_section_type *new_section; in lang_add_section() local2663 new_section = new_stat (lang_input_section, ptr); in lang_add_section()2664 new_section->section = section; in lang_add_section()