Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/binutils/gas/config/
H A Dtc-i386.c7950 static segT lbss_section; in handle_large_common() local
7954 if (lbss_section == NULL) in handle_large_common()
7961 lbss_section = subseg_new (".lbss", 0); in handle_large_common()
7963 bfd_set_section_flags (stdoutput, lbss_section, in handle_large_common()
7965 seg_info (lbss_section)->bss = 1; in handle_large_common()
7971 bss_section = lbss_section; in handle_large_common()