HomeSort by: relevance | last modified time | path
    Searched defs:space_asect (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
som.c 2109 asection *space_asect; local
2138 space_asect = bfd_make_section_anyway (abfd, newname);
2139 if (!space_asect)
2143 space_asect->flags |= SEC_DEBUGGING;
2146 if (! bfd_som_set_section_attributes (space_asect, space.is_defined,
2175 space_asect->vma = subspace.subspace_start;
2176 space_asect->filepos = subspace.file_loc_init_value + current_offset;
2177 space_asect->alignment_power = exact_log2 (subspace.alignment);
2178 if (space_asect->alignment_power == (unsigned) -1)
2217 if (! bfd_som_set_subsection_attributes (subspace_asect, space_asect,
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
som.c 2109 asection *space_asect; local
2138 space_asect = bfd_make_section_anyway (abfd, newname);
2139 if (!space_asect)
2143 space_asect->flags |= SEC_DEBUGGING;
2146 if (! bfd_som_set_section_attributes (space_asect, space.is_defined,
2175 space_asect->vma = subspace.subspace_start;
2176 space_asect->filepos = subspace.file_loc_init_value + current_offset;
2177 space_asect->alignment_power = exact_log2 (subspace.alignment);
2178 if (space_asect->alignment_power == (unsigned) -1)
2217 if (! bfd_som_set_subsection_attributes (subspace_asect, space_asect,
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
som.c 2109 asection *space_asect; local
2138 space_asect = bfd_make_section_anyway (abfd, newname);
2139 if (!space_asect)
2143 space_asect->flags |= SEC_DEBUGGING;
2146 if (! bfd_som_set_section_attributes (space_asect, space.is_defined,
2175 space_asect->vma = subspace.subspace_start;
2176 space_asect->filepos = subspace.file_loc_init_value + current_offset;
2177 space_asect->alignment_power = exact_log2 (subspace.alignment);
2178 if (space_asect->alignment_power == (unsigned) -1)
2217 if (! bfd_som_set_subsection_attributes (subspace_asect, space_asect,
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
som.c 2109 asection *space_asect; local
2138 space_asect = bfd_make_section_anyway (abfd, newname);
2139 if (!space_asect)
2143 space_asect->flags |= SEC_DEBUGGING;
2146 if (! bfd_som_set_section_attributes (space_asect, space.is_defined,
2175 space_asect->vma = subspace.subspace_start;
2176 space_asect->filepos = subspace.file_loc_init_value + current_offset;
2177 space_asect->alignment_power = exact_log2 (subspace.alignment);
2178 if (space_asect->alignment_power == (unsigned) -1)
2217 if (! bfd_som_set_subsection_attributes (subspace_asect, space_asect,
    [all...]

Completed in 33 milliseconds