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

/freebsd-10-stable/contrib/gcc/
H A Dvarasm.c6019 switch_to_section (section *new_section)
6021 if (in_section == new_section)
6024 if (new_section->common.flags & SECTION_FORGET)
6027 in_section = new_section;
6029 switch (SECTION_STYLE (new_section))
6034 && strcmp (new_section->named.name,
6038 targetm.asm_out.named_section (new_section->named.name,
6039 new_section->named.common.flags,
6040 new_section->named.decl);
6044 new_section
5992 switch_to_section(section *new_section) argument
[all...]
/freebsd-10-stable/contrib/gdb/gdb/mi/
H A Dmi-main.c1420 int new_section; local
1439 new_section = (previous_sect_name ?
1441 if (new_section)
/freebsd-10-stable/contrib/binutils/gas/config/
H A Dobj-elf.c1123 segT new_section; local
1136 new_section = previous_section;
1140 subseg_set (new_section, new_subsection);

Completed in 133 milliseconds