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

  /src/external/gpl3/binutils/dist/bfd/
som.c 1039 bytes without any relocation. Update the size of the subspace
1110 from a BFD relocation. Update the size of the subspace relocation
2066 /* Convert all of the space and subspace info into BFD sections. Each space
2107 struct som_subspace_dictionary_record subspace, save_subspace; local
2155 /* Now, read in the first subspace for this space. */
2171 som_swap_subspace_dictionary_in (&ext_subspace, &subspace);
2173 /* Setup the start address and file loc from the first subspace
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)
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
som.c 1039 bytes without any relocation. Update the size of the subspace
1110 from a BFD relocation. Update the size of the subspace relocation
2066 /* Convert all of the space and subspace info into BFD sections. Each space
2107 struct som_subspace_dictionary_record subspace, save_subspace; local
2155 /* Now, read in the first subspace for this space. */
2171 som_swap_subspace_dictionary_in (&ext_subspace, &subspace);
2173 /* Setup the start address and file loc from the first subspace
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)
    [all...]

Completed in 53 milliseconds