Searched refs:comment_section (Results 1 – 1 of 1) sorted by relevance
2014 static segT comment_section; in obj_elf_ident() local2022 if (!comment_section) in obj_elf_ident()2025 comment_section = subseg_new (".comment", 0); in obj_elf_ident()2026 bfd_set_section_flags (stdoutput, comment_section, in obj_elf_ident()2029 comment_section->entsize = 1; in obj_elf_ident()2037 subseg_set (comment_section, 0); in obj_elf_ident()