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

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dcopyright.py498 space_index = comment[0:max_len].rfind(' ')
499 if space_index < 0: # No space in the first max_len characters???
501 space_index = comment.find(' ')
502 if space_index < 0:
505 space_index = len(comment)
509 dst.write(comment[:space_index] + '\n')
512 if space_index < len(comment):
513 comment = comment[space_index + 1:]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/include/som/
H A Dinternal.h156 int space_index; member in struct:som_subspace_dictionary_record
H A Daout.h147 unsigned char space_index[4]; member in struct:som_external_subspace_dictionary_record
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/include/som/
H A Dinternal.h156 int space_index; member in struct:som_subspace_dictionary_record
H A Daout.h147 unsigned char space_index[4]; member in struct:som_external_subspace_dictionary_record
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Dtc-hppa.c387 int space_index; member in struct:default_subspace_dict
7413 int i, access_ctr, space_index, alignment, quadrant, applicable, flags;
7443 space_index = ~0;
7478 space_index = pa_def_subspaces[i].space_index;
7628 space_index, alignment, quadrant,
7634 access_ctr, space_index,
7762 pa_def_subspaces[i].space_index,
7866 int space_index ATTRIBUTE_UNUSED,
7941 int space_index ATTRIBUTE_UNUSE
7411 int i, access_ctr, space_index, alignment, quadrant, applicable, flags; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Dsom.c1757 dst->space_index = bfd_getb32 (src->space_index);
1794 bfd_putb32 (src->space_index, dst->space_index);
2080 unsigned int space_index, i; local
2099 for (space_index = 0; space_index < file_hdr->space_total; space_index++)
2114 + space_index * sizeof (ext_space)),
4076 som_section_data (subsection)->subspace_dict->space_index
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Dsom.c1757 dst->space_index = bfd_getb32 (src->space_index);
1794 bfd_putb32 (src->space_index, dst->space_index);
2080 unsigned int space_index, i; local
2099 for (space_index = 0; space_index < file_hdr->space_total; space_index++)
2114 + space_index * sizeof (ext_space)),
4076 som_section_data (subsection)->subspace_dict->space_index
[all...]

Completed in 187 milliseconds