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

  /src/external/gpl3/binutils/dist/bfd/
elflink.c 7491 asection *notesec = NULL;
7512 notesec = s;
7528 if (notesec || info->stacksize > 0)
7573 if (notesec && exec && bfd_link_relocatable (info)
7574 && notesec->output_section != bfd_abs_section_ptr)
7575 notesec->output_section->flags |= SEC_CODE;
7481 asection *notesec = NULL; local
elflink.c 7491 asection *notesec = NULL;
7512 notesec = s;
7528 if (notesec || info->stacksize > 0)
7573 if (notesec && exec && bfd_link_relocatable (info)
7574 && notesec->output_section != bfd_abs_section_ptr)
7575 notesec->output_section->flags |= SEC_CODE;
7481 asection *notesec = NULL; local
  /src/external/gpl3/binutils.old/dist/bfd/
elflink.c 7448 asection *notesec = NULL;
7469 notesec = s;
7485 if (notesec || info->stacksize > 0)
7530 if (notesec && exec && bfd_link_relocatable (info)
7531 && notesec->output_section != bfd_abs_section_ptr)
7532 notesec->output_section->flags |= SEC_CODE;
7438 asection *notesec = NULL; local
elflink.c 7448 asection *notesec = NULL;
7469 notesec = s;
7485 if (notesec || info->stacksize > 0)
7530 if (notesec && exec && bfd_link_relocatable (info)
7531 && notesec->output_section != bfd_abs_section_ptr)
7532 notesec->output_section->flags |= SEC_CODE;
7438 asection *notesec = NULL; local
  /src/external/gpl3/gdb.old/dist/bfd/
elflink.c 7391 asection *notesec = NULL;
7412 notesec = s;
7428 if (notesec || info->stacksize > 0)
7473 if (notesec && exec && bfd_link_relocatable (info)
7474 && notesec->output_section != bfd_abs_section_ptr)
7475 notesec->output_section->flags |= SEC_CODE;
7381 asection *notesec = NULL; local
elflink.c 7391 asection *notesec = NULL;
7412 notesec = s;
7428 if (notesec || info->stacksize > 0)
7473 if (notesec && exec && bfd_link_relocatable (info)
7474 && notesec->output_section != bfd_abs_section_ptr)
7475 notesec->output_section->flags |= SEC_CODE;
7381 asection *notesec = NULL; local
  /src/external/gpl3/gdb/dist/bfd/
elflink.c 7466 asection *notesec = NULL;
7487 notesec = s;
7503 if (notesec || info->stacksize > 0)
7548 if (notesec && exec && bfd_link_relocatable (info)
7549 && notesec->output_section != bfd_abs_section_ptr)
7550 notesec->output_section->flags |= SEC_CODE;
7456 asection *notesec = NULL; local
elflink.c 7466 asection *notesec = NULL;
7487 notesec = s;
7503 if (notesec || info->stacksize > 0)
7548 if (notesec && exec && bfd_link_relocatable (info)
7549 && notesec->output_section != bfd_abs_section_ptr)
7550 notesec->output_section->flags |= SEC_CODE;
7456 asection *notesec = NULL; local

Completed in 232 milliseconds