Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-i386.c7288 static segT lbss_section; in handle_large_common() local
7292 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()