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

  /src/external/gpl3/binutils/dist/include/som/
internal.h 146 int subspace_index; member in struct:som_space_dictionary_record
aout.h 129 unsigned char subspace_index[4]; member in struct:som_external_space_dictionary_record
  /src/external/gpl3/binutils.old/dist/include/som/
internal.h 146 int subspace_index; member in struct:som_space_dictionary_record
aout.h 129 unsigned char subspace_index[4]; member in struct:som_external_space_dictionary_record
  /src/external/gpl3/gdb/dist/include/som/
internal.h 146 int subspace_index; member in struct:som_space_dictionary_record
aout.h 129 unsigned char subspace_index[4]; member in struct:som_external_space_dictionary_record
  /src/external/gpl3/gdb.old/dist/include/som/
internal.h 146 int subspace_index; member in struct:som_space_dictionary_record
aout.h 129 unsigned char subspace_index[4]; member in struct:som_external_space_dictionary_record
  /src/external/gpl3/binutils/dist/bfd/
som.c 1711 dst->subspace_index = bfd_getb32 (src->subspace_index);
1741 bfd_putb32 (src->subspace_index, dst->subspace_index);
2108 unsigned int subspace_index; local
2158 + space.subspace_index * sizeof ext_subspace),
2167 + space.subspace_index * sizeof ext_subspace),
2186 for (subspace_index = 0; subspace_index < space.subspace_quantity;
2187 subspace_index++
3873 int subspace_index = 0; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
som.c 1711 dst->subspace_index = bfd_getb32 (src->subspace_index);
1741 bfd_putb32 (src->subspace_index, dst->subspace_index);
2108 unsigned int subspace_index; local
2158 + space.subspace_index * sizeof ext_subspace),
2167 + space.subspace_index * sizeof ext_subspace),
2186 for (subspace_index = 0; subspace_index < space.subspace_quantity;
2187 subspace_index++
3873 int subspace_index = 0; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
som.c 1711 dst->subspace_index = bfd_getb32 (src->subspace_index);
1741 bfd_putb32 (src->subspace_index, dst->subspace_index);
2108 unsigned int subspace_index; local
2158 + space.subspace_index * sizeof ext_subspace),
2167 + space.subspace_index * sizeof ext_subspace),
2186 for (subspace_index = 0; subspace_index < space.subspace_quantity;
2187 subspace_index++
3873 int subspace_index = 0; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
som.c 1711 dst->subspace_index = bfd_getb32 (src->subspace_index);
1741 bfd_putb32 (src->subspace_index, dst->subspace_index);
2108 unsigned int subspace_index; local
2158 + space.subspace_index * sizeof ext_subspace),
2167 + space.subspace_index * sizeof ext_subspace),
2186 for (subspace_index = 0; subspace_index < space.subspace_quantity;
2187 subspace_index++
3873 int subspace_index = 0; local
    [all...]

Completed in 34 milliseconds