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

/haiku-buildtools/binutils/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;
482 info.strings_size = 1;
524 bfd_put_32 (abfd, info.strings_size, info.symbols + 8);
529 *pstringsize = info.strings_size;
530 *pstrings = (bfd_byte *) xmalloc (info.strings_size);
/haiku-buildtools/legacy/binutils/bfd/
H A Dsom.c2963 unsigned int strings_size = 0; local
3020 strings_size += 4;
3024 som_section_data (section)->space_dict->name.n_strx = strings_size;
3026 som_section_data (section)->subspace_dict->name.n_strx = strings_size;
3031 strings_size += length + 1;
3034 while (strings_size % 4)
3038 strings_size++;
3047 *string_sizep = strings_size;
3069 unsigned int strings_size = 0; local
3126 strings_size
3230 unsigned int strings_size = 0; local
3584 unsigned int strings_size, total_reloc_size; local
[all...]
/haiku-buildtools/binutils/bfd/
H A Dsom.c3309 unsigned int strings_size = 0; local
3370 strings_size += 4;
3374 som_section_data (section)->space_dict->name = strings_size;
3376 som_section_data (section)->subspace_dict->name = strings_size;
3381 strings_size += length + 1;
3384 while (strings_size % 4)
3388 strings_size++;
3399 *string_sizep = strings_size;
3419 unsigned int strings_size = 0; local
3493 strings_size
3585 unsigned int strings_size = 0; local
3946 unsigned int strings_size, total_reloc_size; local
[all...]
/haiku-buildtools/legacy/binutils/binutils/
H A Dwrstabs.c146 size_t strings_size; member in struct:stab_write_handle
363 strx = info->strings_size;
370 info->strings_size += strlen (string) + 1;
483 info.strings_size = 1;
525 bfd_put_32 (abfd, info.strings_size, info.symbols + 8);
530 *pstringsize = info.strings_size;
531 *pstrings = (bfd_byte *) xmalloc (info.strings_size);

Completed in 182 milliseconds