Searched refs:lbss_section (Results 1 – 2 of 2) sorted by relevance
11039 static segT lbss_section; in handle_large_common() local11043 if (lbss_section == NULL) in handle_large_common()11050 lbss_section = subseg_new (".lbss", 0); in handle_large_common()11052 bfd_set_section_flags (stdoutput, lbss_section, in handle_large_common()11054 seg_info (lbss_section)->bss = 1; in handle_large_common()11060 bss_section = lbss_section; in handle_large_common()
13435 static segT lbss_section; in handle_large_common() local13439 if (lbss_section == NULL) in handle_large_common()13446 lbss_section = subseg_new (".lbss", 0); in handle_large_common()13448 bfd_set_section_flags (lbss_section, applicable & SEC_ALLOC); in handle_large_common()13449 seg_info (lbss_section)->bss = 1; in handle_large_common()13455 bss_section = lbss_section; in handle_large_common()