Home
last modified time | relevance | path

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

/dflybsd-src/contrib/binutils-2.27/gas/config/
H A Dtc-i386.c11039 static segT lbss_section; in handle_large_common() local
11043 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()
/dflybsd-src/contrib/binutils-2.34/gas/config/
H A Dtc-i386.c13435 static segT lbss_section; in handle_large_common() local
13439 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()