Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/gdb/gdb/mi/
HDmi-main.c1420 int new_section; in mi_load_progress() local
1439 new_section = (previous_sect_name ? in mi_load_progress()
1441 if (new_section) in mi_load_progress()
/freebsd-11-stable/contrib/gcc/
HDvarasm.c5992 switch_to_section (section *new_section) in switch_to_section() argument
5994 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 …]
/freebsd-11-stable/contrib/binutils/gas/config/
HDobj-elf.c1123 segT new_section; in obj_elf_previous() local
1136 new_section = previous_section; in obj_elf_previous()
1140 subseg_set (new_section, new_subsection); in obj_elf_previous()