Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dobj-elf.c2014 static segT comment_section; in obj_elf_ident() local
2022 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()