Home
last modified time | relevance | path

Searched refs:new_section (Results 1 – 7 of 7) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
HDvarasm.c234 object_block_hasher::equal (object_block *old, const section *new_section) in equal() argument
236 return old->sect == new_section; in equal()
7368 switch_to_section (section *new_section) in switch_to_section() argument
7370 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 …]
/dragonfly/contrib/gcc-4.7/gcc/
HDvarasm.c226 const section *new_section = (const section *) p2; in object_block_entry_eq() local
228 return old->sect == new_section; in object_block_entry_eq()
7203 switch_to_section (section *new_section) in switch_to_section() argument
7205 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 …]
/dragonfly/contrib/gdb-7/gdb/mi/
HDmi-main.c2216 int new_section; in mi_load_progress() local
2250 new_section = (previous_sect_name ? in mi_load_progress()
2252 if (new_section) in mi_load_progress()
/dragonfly/contrib/binutils-2.34/gas/config/
HDobj-elf.c1354 segT new_section; in obj_elf_previous() local
1367 new_section = previous_section; in obj_elf_previous()
1371 subseg_set (new_section, new_subsection); in obj_elf_previous()
/dragonfly/contrib/binutils-2.27/gas/config/
HDobj-elf.c1280 segT new_section; in obj_elf_previous() local
1293 new_section = previous_section; in obj_elf_previous()
1297 subseg_set (new_section, new_subsection); in obj_elf_previous()
/dragonfly/contrib/binutils-2.27/ld/
HDldlang.c2320 lang_input_section_type *new_section; in lang_add_section() local
2460 new_section = new_stat (lang_input_section, ptr); in lang_add_section()
2461 new_section->section = section; in lang_add_section()
/dragonfly/contrib/binutils-2.34/ld/
HDldlang.c2522 lang_input_section_type *new_section; in lang_add_section() local
2663 new_section = new_stat (lang_input_section, ptr); in lang_add_section()
2664 new_section->section = section; in lang_add_section()