Searched refs:space_asect (Results 1 – 1 of 1) sorted by relevance
1786 asection *space_asect; in setup_sections() local1810 space_asect = bfd_make_section_anyway (abfd, newname); in setup_sections()1811 if (!space_asect) in setup_sections()1815 space_asect->flags |= SEC_DEBUGGING; in setup_sections()1818 if (! bfd_som_set_section_attributes (space_asect, space.is_defined, in setup_sections()1845 space_asect->vma = subspace.subspace_start; in setup_sections()1846 space_asect->filepos = subspace.file_loc_init_value + current_offset; in setup_sections()1847 space_asect->alignment_power = exact_log2 (subspace.alignment); in setup_sections()1848 if (space_asect->alignment_power == (unsigned) -1) in setup_sections()1881 if (! bfd_som_set_subsection_attributes (subspace_asect, space_asect, in setup_sections()[all …]