Searched refs:strings_size (Results 1 - 15 of 15) sorted by relevance

/netbsd-current/external/gpl2/groff/dist/src/include/
H A Dindex.h32 int strings_size; member in struct:index_header
/netbsd-current/sys/arch/hppa/stand/common/
H A Dexec_som.c63 xp->str.size = xf->strings_size;
/netbsd-current/sys/arch/hppa/include/
H A Dsom.h82 u_int strings_size; /* size of the strings table */ member in struct:som_filehdr
/netbsd-current/external/gpl2/groff/dist/src/libs/libbib/
H A Dindex.cpp206 + header.strings_size
244 if (tags[i].filename_index >= header.strings_size)
251 if (pool[header.strings_size - 1] != '\0')
267 return filename_id + header.strings_size + 1;
626 const char *pool_end = pool + header.strings_size;
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Dod-xcoff.c393 unsigned int strings_size; member in struct:xcoff_dump
649 data->strings_size = 0;
653 data->strings_size = bfd_h_get_32 (abfd, stsz_arr);
654 if (data->strings_size > sizeof (stsz_arr))
656 unsigned int remsz = data->strings_size - sizeof (stsz_arr);
658 data->strings = xmalloc (data->strings_size);
707 if ((s->sym.sclass & DBXMASK) == 0 && soff < data->strings_size)
754 if (data->strings_size == 0)
757 printf (_(" (strings size: %08x):\n"), data->strings_size);
890 if (data->strings != NULL && off < data->strings_size)
[all...]
H A Dwrstabs.c145 size_t strings_size; member in struct:stab_write_handle
362 strx = info->strings_size;
369 info->strings_size += strlen (string) + 1;
483 info.strings_size = 1;
526 bfd_put_32 (abfd, info.strings_size, info.symbols + 8);
531 *pstringsize = info.strings_size;
532 *pstrings = (bfd_byte *) xmalloc (info.strings_size);
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Dod-xcoff.c394 unsigned int strings_size; member in struct:xcoff_dump
650 data->strings_size = 0;
654 data->strings_size = bfd_h_get_32 (abfd, stsz_arr);
655 if (data->strings_size > sizeof (stsz_arr))
657 unsigned int remsz = data->strings_size - sizeof (stsz_arr);
659 data->strings = xmalloc (data->strings_size);
708 if ((s->sym.sclass & DBXMASK) == 0 && soff < data->strings_size)
755 if (data->strings_size == 0)
758 printf (_(" (strings size: %08x):\n"), data->strings_size);
891 if (data->strings != NULL && off < data->strings_size)
[all...]
H A Dwrstabs.c145 size_t strings_size; member in struct:stab_write_handle
362 strx = info->strings_size;
369 info->strings_size += strlen (string) + 1;
483 info.strings_size = 1;
526 bfd_put_32 (abfd, info.strings_size, info.symbols + 8);
531 *pstringsize = info.strings_size;
532 *pstrings = (bfd_byte *) xmalloc (info.strings_size);
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Dod-xcoff.c393 unsigned int strings_size; member in struct:xcoff_dump
649 data->strings_size = 0;
653 data->strings_size = bfd_h_get_32 (abfd, stsz_arr);
654 if (data->strings_size > sizeof (stsz_arr))
656 unsigned int remsz = data->strings_size - sizeof (stsz_arr);
658 data->strings = xmalloc (data->strings_size);
707 if ((s->sym.sclass & DBXMASK) == 0 && soff < data->strings_size)
754 if (data->strings_size == 0)
757 printf (_(" (strings size: %08x):\n"), data->strings_size);
890 if (data->strings != NULL && off < data->strings_size)
[all...]
H A Dwrstabs.c145 size_t strings_size; member in struct:stab_write_handle
362 strx = info->strings_size;
369 info->strings_size += strlen (string) + 1;
483 info.strings_size = 1;
526 bfd_put_32 (abfd, info.strings_size, info.symbols + 8);
531 *pstringsize = info.strings_size;
532 *pstrings = (bfd_byte *) xmalloc (info.strings_size);
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Dsom.c3323 unsigned int strings_size = 0; local
3387 strings_size += 4;
3391 som_section_data (section)->space_dict->name = strings_size;
3393 som_section_data (section)->subspace_dict->name = strings_size;
3398 strings_size += length + 1;
3401 while (strings_size % 4)
3405 strings_size++;
3416 *string_sizep = strings_size;
3436 unsigned int strings_size = 0; local
3513 strings_size
3605 unsigned int strings_size = 0; local
3966 unsigned int strings_size, total_reloc_size; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Dsom.c3324 unsigned int strings_size = 0; local
3388 strings_size += 4;
3392 som_section_data (section)->space_dict->name = strings_size;
3394 som_section_data (section)->subspace_dict->name = strings_size;
3399 strings_size += length + 1;
3402 while (strings_size % 4)
3406 strings_size++;
3417 *string_sizep = strings_size;
3437 unsigned int strings_size = 0; local
3514 strings_size
3606 unsigned int strings_size = 0; local
3967 unsigned int strings_size, total_reloc_size; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Dsom.c3319 unsigned int strings_size = 0; local
3383 strings_size += 4;
3387 som_section_data (section)->space_dict->name = strings_size;
3389 som_section_data (section)->subspace_dict->name = strings_size;
3394 strings_size += length + 1;
3397 while (strings_size % 4)
3401 strings_size++;
3412 *string_sizep = strings_size;
3432 unsigned int strings_size = 0; local
3509 strings_size
3601 unsigned int strings_size = 0; local
3962 unsigned int strings_size, total_reloc_size; local
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Dsom.c3323 unsigned int strings_size = 0; local
3387 strings_size += 4;
3391 som_section_data (section)->space_dict->name = strings_size;
3393 som_section_data (section)->subspace_dict->name = strings_size;
3398 strings_size += length + 1;
3401 while (strings_size % 4)
3405 strings_size++;
3416 *string_sizep = strings_size;
3436 unsigned int strings_size = 0; local
3513 strings_size
3605 unsigned int strings_size = 0; local
3966 unsigned int strings_size, total_reloc_size; local
[all...]
/netbsd-current/external/gpl2/groff/dist/src/utils/indxbib/
H A Dindxbib.cpp765 h.strings_size = filenames.length();

Completed in 422 milliseconds