Searched refs:lbss_section (Results 1 – 1 of 1) sorted by relevance
7288 static segT lbss_section; in handle_large_common() local7292 if (lbss_section == NULL) in handle_large_common()7299 lbss_section = subseg_new (".lbss", 0); in handle_large_common()7301 bfd_set_section_flags (stdoutput, lbss_section, in handle_large_common()7303 seg_info (lbss_section)->bss = 1; in handle_large_common()7309 bss_section = lbss_section; in handle_large_common()