Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/groff/dist/src/libs/libbib/
H A Dindex.cpp206 + header.strings_size in load()
244 if (tags[i].filename_index >= header.strings_size) in do_verify()
251 if (pool[header.strings_size - 1] != '\0') in do_verify()
267 return filename_id + header.strings_size + 1; in next_filename_id()
626 const char *pool_end = pool + header.strings_size; in check_files()
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dod-xcoff.c393 unsigned int strings_size; member
649 data->strings_size = 0; in xcoff32_read_symbols()
653 data->strings_size = bfd_h_get_32 (abfd, stsz_arr); in xcoff32_read_symbols()
654 if (data->strings_size > sizeof (stsz_arr)) in xcoff32_read_symbols()
656 unsigned int remsz = data->strings_size - sizeof (stsz_arr); in xcoff32_read_symbols()
658 data->strings = xmalloc (data->strings_size); in xcoff32_read_symbols()
707 if ((s->sym.sclass & DBXMASK) == 0 && soff < data->strings_size) in xcoff32_read_symbols()
754 if (data->strings_size == 0) in dump_xcoff32_symbols()
757 printf (_(" (strings size: %08x):\n"), data->strings_size); in dump_xcoff32_symbols()
890 if (data->strings != NULL && off < data->strings_size) in dump_xcoff32_symbols()
[all …]
H A 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()
481 info.strings_size = 1; in write_stabs_in_sections_debugging_info()
524 bfd_put_32 (abfd, info.strings_size, info.symbols + 8); in write_stabs_in_sections_debugging_info()
529 *pstringsize = info.strings_size; in write_stabs_in_sections_debugging_info()
530 *pstrings = (bfd_byte *) xmalloc (info.strings_size); in write_stabs_in_sections_debugging_info()
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A 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 …]
H A Dwrstabs.c145 size_t strings_size; member
344 strx = info->strings_size; in stab_write_symbol()
351 info->strings_size += strlen (string) + 1; in stab_write_symbol()
478 info.strings_size = 1; in write_stabs_in_sections_debugging_info()
515 bfd_put_32 (abfd, info.strings_size, info.symbols + 8); in write_stabs_in_sections_debugging_info()
520 *pstringsize = info.strings_size; in write_stabs_in_sections_debugging_info()
521 *pstrings = xmalloc (info.strings_size); in write_stabs_in_sections_debugging_info()
/netbsd-src/external/gpl2/groff/dist/src/include/
H A Dindex.h32 int strings_size; member
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dsom.c3323 unsigned int strings_size = 0; in som_write_space_strings() local
3387 strings_size += 4; in som_write_space_strings()
3391 som_section_data (section)->space_dict->name = strings_size; in som_write_space_strings()
3393 som_section_data (section)->subspace_dict->name = strings_size; in som_write_space_strings()
3398 strings_size += length + 1; in som_write_space_strings()
3401 while (strings_size % 4) in som_write_space_strings()
3405 strings_size++; in som_write_space_strings()
3416 *string_sizep = strings_size; in som_write_space_strings()
3436 unsigned int strings_size = 0; in som_write_symbol_strings() local
3513 strings_size += 4; in som_write_symbol_strings()
[all …]
H A DChangeLog-20052493 (som_begin_writing): Change type of strings_size to unsigned int.
/netbsd-src/sys/arch/hppa/stand/common/
H A Dexec_som.c63 xp->str.size = xf->strings_size; in som_load()
/netbsd-src/sys/arch/hppa/include/
H A Dsom.h82 u_int strings_size; /* size of the strings table */ member
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dsom.c3315 unsigned int *strings_size, unsigned int *strx) in add_string() argument
3356 *strings_size += 4; in add_string()
3359 *strx = *strings_size; in add_string()
3364 *strings_size += length; in add_string()
3371 *strings_size += length; in add_string()
3382 unsigned int *strings_size) in som_write_space_strings() argument
3401 *strings_size = 0; in som_write_space_strings()
3416 strings_size, strx); in som_write_space_strings()
3436 unsigned int *strings_size, in som_write_symbol_strings() argument
3461 *strings_size = 0; in som_write_symbol_strings()
[all …]
H A DChangeLog-20052493 (som_begin_writing): Change type of strings_size to unsigned int.
/netbsd-src/external/gpl2/groff/dist/src/utils/indxbib/
H A Dindxbib.cpp765 h.strings_size = filenames.length(); in write_hash_table()
/netbsd-src/external/gpl3/gdb/dist/bfd/
H A DChangeLog-20052493 (som_begin_writing): Change type of strings_size to unsigned int.
/netbsd-src/external/gpl3/gdb.old/dist/bfd/
H A DChangeLog-20052493 (som_begin_writing): Change type of strings_size to unsigned int.