Searched refs:notesec (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/legacy/binutils/bfd/
H A Delflink.c4998 asection *notesec = NULL;
5014 notesec = s;
5019 if (notesec)
5023 && notesec->output_section != bfd_abs_section_ptr)
5024 notesec->output_section->flags |= SEC_CODE;
4988 asection *notesec = NULL; local
/haiku-buildtools/binutils/bfd/
H A Delflink.c5941 asection *notesec = NULL;
5958 notesec = s;
5963 if (notesec || info->stacksize > 0)
5965 if (notesec && exec && bfd_link_relocatable (info)
5966 && notesec->output_section != bfd_abs_section_ptr)
5967 notesec->output_section->flags |= SEC_CODE;
5931 asection *notesec = NULL; local

Completed in 411 milliseconds