Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/gencat/
H A Dgencat.c498 int string_size; /* total size of string pool */ in MCWriteCat() local
514 string_size = 0; in MCWriteCat()
521 string_size += strlen(msg->str) + 1; in MCWriteCat()
528 printf("string pool size: %d\n", string_size); in MCWriteCat()
536 + string_size; in MCWriteCat()
/openbsd-src/gnu/lib/libreadline/
H A Dtext.c611 int string_size; local
688 string_size = count * incoming_length;
689 string = (char *)xmalloc (1 + string_size);
692 while (i < string_size)
717 string_size = incoming_length * 1024;
718 string = (char *)xmalloc (1 + string_size);
721 while (i < string_size)
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp681 size_t string_size; in ReadCStringFromMemory() local
710 string_size = total_bytes_read - 1; in ReadCStringFromMemory()
721 return llvm::StringRef(buffer, string_size); in ReadCStringFromMemory()
/openbsd-src/gnu/usr.bin/binutils-2.17/include/coff/
H A Dxcoff.h409 size_t string_size; member
/openbsd-src/gnu/usr.bin/binutils/include/coff/
H A Dxcoff.h409 size_t string_size; member
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Dcoffgen.c1085 bfd_size_type string_size; in coff_write_symbols() local
1093 string_size = 0; in coff_write_symbols()
1111 string_size += len + 1; in coff_write_symbols()
1129 if (!coff_write_alien_symbol (abfd, symbol, &written, &string_size, in coff_write_symbols()
1137 &string_size, &debug_string_section, in coff_write_symbols()
1146 if (string_size != 0) in coff_write_symbols()
1148 unsigned int size = string_size + STRING_SIZE_SIZE; in coff_write_symbols()
H A Dcoff64-rs6000.c564 if (ldinfo->string_size + len + 3 > ldinfo->string_alc)
572 while (ldinfo->string_size + len + 3 > newalc)
586 ldinfo->strings + ldinfo->string_size);
587 strcpy (ldinfo->strings + ldinfo->string_size + 2, name);
589 ldsym->_l._l_l._l_offset = ldinfo->string_size + 2;
590 ldinfo->string_size += len + 3;
H A Dcoff-rs6000.c3531 if (ldinfo->string_size + len + 3 > ldinfo->string_alc)
3539 while (ldinfo->string_size + len + 3 > newalc)
3553 ldinfo->strings + ldinfo->string_size);
3554 strcpy (ldinfo->strings + ldinfo->string_size + 2, name);
3556 ldsym->_l._l_l._l_offset = ldinfo->string_size + 2;
3557 ldinfo->string_size += len + 3;
H A Dsom.c5824 unsigned int string_size, in som_bfd_ar_write_symbol_stuff() argument
5889 strings = bfd_malloc ((bfd_size_type) string_size); in som_bfd_ar_write_symbol_stuff()
5890 if (strings == NULL && string_size != 0) in som_bfd_ar_write_symbol_stuff()
6042 amt = string_size; in som_bfd_ar_write_symbol_stuff()
6154 lst.string_size = stringsize; in som_write_armap()
H A Dxcofflink.c3003 ldinfo.string_size = 0; in bfd_xcoff_size_dynamic_sections()
3157 ldhdr->l_stlen = ldinfo.string_size; in bfd_xcoff_size_dynamic_sections()
3159 if (ldinfo.string_size == 0) in bfd_xcoff_size_dynamic_sections()
3207 if (ldinfo.string_size > 0) in bfd_xcoff_size_dynamic_sections()
3209 memcpy (out, ldinfo.strings, ldinfo.string_size); in bfd_xcoff_size_dynamic_sections()
H A Dcoffcode.h3377 size_t string_size = STRING_SIZE_SIZE; in coff_write_object_contents() local
3491 sprintf (section.s_name, "/%lu", (unsigned long) string_size); in coff_write_object_contents()
3492 string_size += len + 1; in coff_write_object_contents()
H A DChangeLog-94951661 * coffgen.c (string_size): Remove static variable.
4552 string_size, string_idx. Change type of symbols to struct
9385 (string_size): Change type to bfd_size_type.
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Dcoffgen.c1172 bfd_size_type string_size; local
1180 string_size = 0;
1198 string_size += len + 1;
1217 if (!coff_write_alien_symbol (abfd, symbol, &written, &string_size,
1225 &string_size, &debug_string_section,
1235 if (string_size != 0)
1237 unsigned int size = string_size + STRING_SIZE_SIZE;
H A Dcoff64-rs6000.c564 if (ldinfo->string_size + len + 3 > ldinfo->string_alc)
572 while (ldinfo->string_size + len + 3 > newalc)
587 ldinfo->strings + ldinfo->string_size);
588 strcpy (ldinfo->strings + ldinfo->string_size + 2, name);
590 ldsym->_l._l_l._l_offset = ldinfo->string_size + 2;
591 ldinfo->string_size += len + 3;
H A Dcoff-rs6000.c3535 if (ldinfo->string_size + len + 3 > ldinfo->string_alc)
3543 while (ldinfo->string_size + len + 3 > newalc)
3558 ldinfo->strings + ldinfo->string_size);
3559 strcpy (ldinfo->strings + ldinfo->string_size + 2, name);
3561 ldsym->_l._l_l._l_offset = ldinfo->string_size + 2;
3562 ldinfo->string_size += len + 3;
H A Dsom.c5902 som_bfd_ar_write_symbol_stuff (abfd, nsyms, string_size, lst, elength) in som_bfd_ar_write_symbol_stuff() argument
5904 unsigned int nsyms, string_size;
5969 strings = bfd_malloc ((bfd_size_type) string_size);
5970 if (strings == NULL && string_size != 0)
6124 amt = string_size;
6237 lst.string_size = stringsize;
H A Dxcofflink.c2863 ldinfo.string_size = 0;
3020 ldhdr->l_stlen = ldinfo.string_size;
3022 if (ldinfo.string_size == 0)
3070 if (ldinfo.string_size > 0)
3072 memcpy (out, ldinfo.strings, ldinfo.string_size);
H A Dcoffcode.h3512 size_t string_size = STRING_SIZE_SIZE; local
3630 sprintf (section.s_name, "/%lu", (unsigned long) string_size);
3631 string_size += len + 1;
H A DChangeLog-94951661 * coffgen.c (string_size): Remove static variable.
4552 string_size, string_idx. Change type of symbols to struct
9385 (string_size): Change type to bfd_size_type.
/openbsd-src/gnu/usr.bin/perl/
H A Dlocale.c467 Size_t string_size = wcslen(wresult) + 1;
470 Newx(wsetlocale_buf, string_size, wchar_t); in S_get_category_index()
471 wsetlocale_buf_size = string_size; in S_get_category_index()
481 else if (string_size > wsetlocale_buf_size) { in S_get_category_index()
482 Renew(wsetlocale_buf, string_size, wchar_t); in S_get_category_index()
483 wsetlocale_buf_size = string_size; in S_get_category_index()
486 Copy(wresult, wsetlocale_buf, string_size, wchar_t); in S_get_category_index()
5046 Size_t string_size = strlen(string) + 1; in Perl_init_i18nl10n()
5047 set_save_buffer_min_size(string_size, buf, buf_size); in Perl_init_i18nl10n()
5071 Copy(string, *buf, string_size, cha in Perl_init_i18nl10n()
3081 Size_t string_size; S_save_to_buffer() local
[all...]
/openbsd-src/gnu/usr.bin/binutils/gas/config/
H A Dobj-coff.c2243 unsigned long string_size = 4; local
2278 sprintf (segment_info[i].scnhdr.s_name, "/%lu", string_size);
2279 string_size += strlen (segment_info[i].name) + 1;
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DRNBRemote.cpp2561 size_t string_size = string.size(); in append_hexified_string() local
2563 for (size_t i = 0; i < string_size; i++) { in append_hexified_string()
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/
H A DChangeLog-96971547 * config/obj-coff.c (coff_header_append): Don't reset string_size
/openbsd-src/gnu/usr.bin/binutils/gas/
H A DChangeLog-96971547 * config/obj-coff.c (coff_header_append): Don't reset string_size