Home
last modified time | relevance | path

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

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