Searched refs:comment_section (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/binutils/gas/config/
H A Dobj-elf.c1602 static segT comment_section; local
1610 if (!comment_section)
1613 comment_section = subseg_new (".comment", 0);
1614 bfd_set_section_flags (stdoutput, comment_section,
1620 subseg_set (comment_section, 0);

Completed in 170 milliseconds