Home
last modified time | relevance | path

Searched refs:string_size (Results 1 – 25 of 51) sorted by relevance

123

/netbsd-src/usr.bin/gencat/
H A Dgencat.c655 int string_size; /* total size of string pool */ in MCWriteCat() local
671 string_size = 0; in MCWriteCat()
678 string_size += strlen(msg->str) + 1; in MCWriteCat()
685 printf("string pool size: %d\n", string_size); in MCWriteCat()
693 + string_size; in MCWriteCat()
/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Dtext.c713 int string_size; in _rl_insert_char() local
802 string_size = count * incoming_length; in _rl_insert_char()
803 string = (char *)xmalloc (1 + string_size); in _rl_insert_char()
806 while (i < string_size) in _rl_insert_char()
836 string_size = incoming_length * TEXT_COUNT_MAX; in _rl_insert_char()
837 string = (char *)xmalloc (1 + string_size); in _rl_insert_char()
840 while (i < string_size) in _rl_insert_char()
/netbsd-src/external/gpl3/binutils.old/dist/include/som/
H A Dlst.h44 unsigned char string_size[4]; member
H A Dinternal.h200 unsigned int string_size; member
/netbsd-src/external/gpl3/binutils/dist/include/som/
H A Dlst.h44 unsigned char string_size[4]; member
H A Dinternal.h200 unsigned int string_size; member
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dcoff64-rs6000.c605 if (ldinfo->string_size + len + 3 > ldinfo->string_alc) in _bfd_xcoff64_put_ldsymbol_name()
613 while (ldinfo->string_size + len + 3 > newalc) in _bfd_xcoff64_put_ldsymbol_name()
626 ldinfo->strings[ldinfo->string_size] = ((len + 1) >> 8) & 0xff; in _bfd_xcoff64_put_ldsymbol_name()
627 ldinfo->strings[ldinfo->string_size + 1] = ((len + 1)) & 0xff; in _bfd_xcoff64_put_ldsymbol_name()
628 strcpy (ldinfo->strings + ldinfo->string_size + 2, name); in _bfd_xcoff64_put_ldsymbol_name()
630 ldsym->_l._l_l._l_offset = ldinfo->string_size + 2; in _bfd_xcoff64_put_ldsymbol_name()
631 ldinfo->string_size += len + 3; in _bfd_xcoff64_put_ldsymbol_name()
H A Dcoffcode.h3523 size_t string_size = STRING_SIZE_SIZE; in coff_write_object_contents() local
3641 if (string_size < 10000000) in coff_write_object_contents()
3655 sprintf (s_name_buf, "/%lu", (unsigned long) string_size); in coff_write_object_contents()
3669 unsigned long off = string_size; in coff_write_object_contents()
3681 if (string_size > 0xffffffffUL - (len + 1) in coff_write_object_contents()
3683 || string_size >= 10000000 in coff_write_object_contents()
3691 abfd, current, (unsigned long) string_size); in coff_write_object_contents()
3695 string_size += len + 1; in coff_write_object_contents()
H A Dcoff-rs6000.c3974 if (ldinfo->string_size + len + 3 > ldinfo->string_alc) in _bfd_xcoff_put_ldsymbol_name()
3982 while (ldinfo->string_size + len + 3 > newalc) in _bfd_xcoff_put_ldsymbol_name()
3995 ldinfo->strings[ldinfo->string_size] = ((len + 1) >> 8) & 0xff; in _bfd_xcoff_put_ldsymbol_name()
3996 ldinfo->strings[ldinfo->string_size + 1] = ((len + 1)) & 0xff; in _bfd_xcoff_put_ldsymbol_name()
3997 strcpy (ldinfo->strings + ldinfo->string_size + 2, name); in _bfd_xcoff_put_ldsymbol_name()
3999 ldsym->_l._l_l._l_offset = ldinfo->string_size + 2; in _bfd_xcoff_put_ldsymbol_name()
4000 ldinfo->string_size += len + 3; in _bfd_xcoff_put_ldsymbol_name()
H A Dsom.c1939 dst->string_size = bfd_getb32 (src->string_size); in som_swap_lst_header_in()
6311 unsigned int string_size, in som_bfd_ar_write_symbol_stuff() argument
6391 strings = bfd_malloc (string_size); in som_bfd_ar_write_symbol_stuff()
6392 if (strings == NULL && string_size != 0) in som_bfd_ar_write_symbol_stuff()
6517 BFD_ASSERT (p <= strings + string_size); in som_bfd_ar_write_symbol_stuff()
6551 amt = string_size; in som_bfd_ar_write_symbol_stuff()
6656 bfd_putb32 (stringsize, &lst.string_size); in som_write_armap()
H A Darchive.c1004 size_t amt, string_size; in do_slurp_bsd_armap() local
1036 string_size = parsed_size - amt; in do_slurp_bsd_armap()
1053 if (nameoff >= string_size) in do_slurp_bsd_armap()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dcoff64-rs6000.c605 if (ldinfo->string_size + len + 3 > ldinfo->string_alc) in _bfd_xcoff64_put_ldsymbol_name()
613 while (ldinfo->string_size + len + 3 > newalc) in _bfd_xcoff64_put_ldsymbol_name()
626 ldinfo->strings[ldinfo->string_size] = ((len + 1) >> 8) & 0xff; in _bfd_xcoff64_put_ldsymbol_name()
627 ldinfo->strings[ldinfo->string_size + 1] = ((len + 1)) & 0xff; in _bfd_xcoff64_put_ldsymbol_name()
628 strcpy (ldinfo->strings + ldinfo->string_size + 2, name); in _bfd_xcoff64_put_ldsymbol_name()
630 ldsym->_l._l_l._l_offset = ldinfo->string_size + 2; in _bfd_xcoff64_put_ldsymbol_name()
631 ldinfo->string_size += len + 3; in _bfd_xcoff64_put_ldsymbol_name()
H A Dcoff-rs6000.c3890 if (ldinfo->string_size + len + 3 > ldinfo->string_alc) in _bfd_xcoff_put_ldsymbol_name()
3898 while (ldinfo->string_size + len + 3 > newalc) in _bfd_xcoff_put_ldsymbol_name()
3911 ldinfo->strings[ldinfo->string_size] = ((len + 1) >> 8) & 0xff; in _bfd_xcoff_put_ldsymbol_name()
3912 ldinfo->strings[ldinfo->string_size + 1] = ((len + 1)) & 0xff; in _bfd_xcoff_put_ldsymbol_name()
3913 strcpy (ldinfo->strings + ldinfo->string_size + 2, name); in _bfd_xcoff_put_ldsymbol_name()
3915 ldsym->_l._l_l._l_offset = ldinfo->string_size + 2; in _bfd_xcoff_put_ldsymbol_name()
3916 ldinfo->string_size += len + 3; in _bfd_xcoff_put_ldsymbol_name()
H A Dsom.c1938 dst->string_size = bfd_getb32 (src->string_size); in som_swap_lst_header_in()
6384 unsigned int string_size, in som_bfd_ar_write_symbol_stuff() argument
6464 strings = bfd_malloc (string_size); in som_bfd_ar_write_symbol_stuff()
6465 if (strings == NULL && string_size != 0) in som_bfd_ar_write_symbol_stuff()
6590 BFD_ASSERT (p <= strings + string_size); in som_bfd_ar_write_symbol_stuff()
6624 amt = string_size; in som_bfd_ar_write_symbol_stuff()
6729 bfd_putb32 (stringsize, &lst.string_size); in som_write_armap()
H A Darchive.c991 size_t amt, string_size; in do_slurp_bsd_armap() local
1023 string_size = parsed_size - amt; in do_slurp_bsd_armap()
1040 if (nameoff >= string_size) in do_slurp_bsd_armap()
H A Dcoffcode.h3441 size_t string_size = STRING_SIZE_SIZE; in coff_write_object_contents() local
3566 if (string_size >= 10000000) in coff_write_object_contents()
3572 abfd, current, (unsigned long) string_size); in coff_write_object_contents()
3579 sprintf (s_name_buf, "/%lu", (unsigned long) string_size); in coff_write_object_contents()
3582 string_size += len + 1; in coff_write_object_contents()
/netbsd-src/common/lib/libppath/
H A Dppath.c884 const size_t string_size = prop_string_size(v); in ppath_dup_string() local
887 char *cp = ppath_alloc(string_size + 1); in ppath_dup_string()
889 (void)prop_string_copy_value(v, cp, string_size + 1); in ppath_dup_string()
/netbsd-src/external/gpl3/binutils.old/dist/include/coff/
H A Dxcoff.h440 size_t string_size; member
/netbsd-src/external/gpl3/binutils/dist/include/coff/
H A Dxcoff.h440 size_t string_size; member
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dipa-hsa.c234 header->string_size, vNULL); in ipa_hsa_read_section()
H A Dlto-streamer-in.c1588 header->string_size, vNULL);
1908 header->string_size, vNULL);
1949 header->string_size, vNULL);
H A Dlto-streamer-out.c2160 header.string_size = ob->string_stream->total_size; in produce_asm()
2458 header.string_size = ob->string_stream->total_size; in lto_output_toplevel_asms()
3153 header.string_size = ob->string_stream->total_size; in lto_write_mode_table()
3238 header.string_size = ob->string_stream->total_size; in produce_asm_for_decls()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dlto-streamer-in.cc1598 header->string_size, vNULL); in lto_read_body_or_constructor()
1944 header->string_size, vNULL); in lto_input_toplevel_asms()
1982 header->string_size, vNULL); in lto_input_mode_table()
H A Dlto-streamer.h404 int32_t string_size; member
H A Dlto-streamer-out.cc2218 header.string_size = ob->string_stream->total_size; in produce_asm()
2539 header.string_size = ob->string_stream->total_size; in lto_output_toplevel_asms()
3235 header.string_size = ob->string_stream->total_size; in lto_write_mode_table()
3320 header.string_size = ob->string_stream->total_size; in produce_asm_for_decls()

123