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

/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-ppc.c769 static segT reldata_section;
4250 if (reldata_section == 0)
4252 reldata_section = subseg_new (".reldata", 0);
4254 bfd_set_section_flags (stdoutput, reldata_section,
4258 bfd_set_section_alignment (stdoutput, reldata_section, 2);
4262 reldata_section = subseg_new (".reldata", 0);
4264 ppc_set_current_section (reldata_section);
764 static segT reldata_section; variable

Completed in 106 milliseconds