Home
last modified time | relevance | path

Searched refs:strings_size (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.27/binutils/
Dod-xcoff.c394 unsigned int strings_size; member
650 data->strings_size = 0; in xcoff32_read_symbols()
654 data->strings_size = bfd_h_get_32 (abfd, stsz_arr); in xcoff32_read_symbols()
655 if (data->strings_size > sizeof (stsz_arr)) in xcoff32_read_symbols()
657 unsigned int remsz = data->strings_size - sizeof (stsz_arr); in xcoff32_read_symbols()
659 data->strings = xmalloc (data->strings_size); in xcoff32_read_symbols()
708 if ((s->sym.sclass & DBXMASK) == 0 && soff < data->strings_size) in xcoff32_read_symbols()
755 if (data->strings_size == 0) in dump_xcoff32_symbols()
758 printf (_(" (strings size: %08x):\n"), data->strings_size); in dump_xcoff32_symbols()
891 if (data->strings != NULL && off < data->strings_size) in dump_xcoff32_symbols()
[all …]
Dwrstabs.c145 size_t strings_size; member
361 strx = info->strings_size; in stab_write_symbol()
368 info->strings_size += strlen (string) + 1; in stab_write_symbol()
480 info.strings_size = 1; in write_stabs_in_sections_debugging_info()
522 bfd_put_32 (abfd, info.strings_size, info.symbols + 8); in write_stabs_in_sections_debugging_info()
527 *pstringsize = info.strings_size; in write_stabs_in_sections_debugging_info()
528 *pstrings = (bfd_byte *) xmalloc (info.strings_size); in write_stabs_in_sections_debugging_info()
/toolchain/binutils/binutils-2.27/bfd/
DChangeLog-20052493 (som_begin_writing): Change type of strings_size to unsigned int.