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

/haiku-buildtools/legacy/binutils/gas/config/
H A Dobj-elf.c1592 static segT comment_section; local
1600 if (!comment_section)
1603 comment_section = subseg_new (".comment", 0);
1604 bfd_set_section_flags (stdoutput, comment_section,
1610 subseg_set (comment_section, 0);
/haiku-buildtools/binutils/gas/config/
H A Dobj-elf.c2013 static segT comment_section; local
2021 if (!comment_section)
2024 comment_section = subseg_new (".comment", 0);
2025 bfd_set_section_flags (stdoutput, comment_section,
2028 comment_section->entsize = 1;
2036 subseg_set (comment_section, 0);

Completed in 53 milliseconds