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

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Dsom.c2107 asection *space_asect; local
2133 space_asect = bfd_make_section_anyway (abfd, newname);
2134 if (!space_asect)
2138 space_asect->flags |= SEC_DEBUGGING;
2141 if (! bfd_som_set_section_attributes (space_asect, space.is_defined,
2170 space_asect->vma = subspace.subspace_start;
2171 space_asect->filepos = subspace.file_loc_init_value + current_offset;
2172 space_asect->alignment_power = exact_log2 (subspace.alignment);
2173 if (space_asect->alignment_power == (unsigned) -1)
2209 if (! bfd_som_set_subsection_attributes (subspace_asect, space_asect,
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Dsom.c2107 asection *space_asect; local
2133 space_asect = bfd_make_section_anyway (abfd, newname);
2134 if (!space_asect)
2138 space_asect->flags |= SEC_DEBUGGING;
2141 if (! bfd_som_set_section_attributes (space_asect, space.is_defined,
2170 space_asect->vma = subspace.subspace_start;
2171 space_asect->filepos = subspace.file_loc_init_value + current_offset;
2172 space_asect->alignment_power = exact_log2 (subspace.alignment);
2173 if (space_asect->alignment_power == (unsigned) -1)
2209 if (! bfd_som_set_subsection_attributes (subspace_asect, space_asect,
[all...]

Completed in 167 milliseconds