HomeSort by: relevance | last modified time | path
    Searched defs:comment_section (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
obj-elf.c 2430 static segT comment_section; variable
2442 if (!comment_section)
2445 comment_section = subseg_new (".comment", 0);
2446 bfd_set_section_flags (comment_section, (SEC_READONLY | SEC_HAS_CONTENTS
2448 comment_section->entsize = 1;
2457 subseg_set (comment_section, 0);
3005 comment_section = NULL;
  /src/external/gpl3/binutils.old/dist/gas/config/
obj-elf.c 2604 static segT comment_section; variable
2616 if (!comment_section)
2619 comment_section = subseg_new (".comment", 0);
2620 bfd_set_section_flags (comment_section, (SEC_READONLY | SEC_HAS_CONTENTS
2622 comment_section->entsize = 1;
2631 subseg_set (comment_section, 0);
3176 comment_section = NULL;

Completed in 28 milliseconds