Searched refs:subspace_asect (Results 1 – 1 of 1) sorted by relevance
1859 asection *subspace_asect; in setup_sections() local1876 subspace_asect = bfd_make_section_anyway (abfd, newname); in setup_sections()1877 if (!subspace_asect) in setup_sections()1881 if (! bfd_som_set_subsection_attributes (subspace_asect, space_asect, in setup_sections()1900 subspace_asect->target_index = bfd_tell (abfd) - sizeof (subspace); in setup_sections()1908 subspace_asect->flags |= SEC_DATA | SEC_READONLY; in setup_sections()1913 subspace_asect->flags |= SEC_DATA; in setup_sections()1924 subspace_asect->flags |= SEC_CODE | SEC_READONLY; in setup_sections()1929 subspace_asect->flags |= SEC_CODE; in setup_sections()1934 subspace_asect->flags |= SEC_LINK_ONCE; in setup_sections()[all …]