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

/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Dsom.c1786 asection *space_asect; local
1810 space_asect = bfd_make_section_anyway (abfd, newname);
1811 if (!space_asect)
1815 space_asect->flags |= SEC_DEBUGGING;
1818 if (! bfd_som_set_section_attributes (space_asect, space.is_defined,
1845 space_asect->vma = subspace.subspace_start;
1846 space_asect->filepos = subspace.file_loc_init_value + current_offset;
1847 space_asect->alignment_power = exact_log2 (subspace.alignment);
1848 if (space_asect->alignment_power == (unsigned) -1)
1881 if (! bfd_som_set_subsection_attributes (subspace_asect, space_asect,
[all...]

Completed in 106 milliseconds