HomeSort by: relevance | last modified time | path
    Searched defs:notesec (Results 1 - 4 of 4) 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
  /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
  /src/external/gpl3/gdb/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
  /src/external/gpl3/gdb.old/dist/bfd/
elflink.c 7377 asection *notesec = NULL;
7398 notesec = s;
7414 if (notesec || info->stacksize > 0)
7459 if (notesec && exec && bfd_link_relocatable (info)
7460 && notesec->output_section != bfd_abs_section_ptr)
7461 notesec->output_section->flags |= SEC_CODE;
7367 asection *notesec = NULL; local

Completed in 63 milliseconds