| /openbsd-src/usr.bin/gencat/ |
| H A D | gencat.c | 498 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 D | text.c | 611 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 D | NativeProcessProtocol.cpp | 681 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 D | xcoff.h | 409 size_t string_size; member
|
| /openbsd-src/gnu/usr.bin/binutils/include/coff/ |
| H A D | xcoff.h | 409 size_t string_size; member
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
| H A D | coffgen.c | 1085 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 D | coff64-rs6000.c | 564 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 D | coff-rs6000.c | 3531 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 D | som.c | 5824 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 D | xcofflink.c | 3003 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 D | coffcode.h | 3377 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 D | ChangeLog-9495 | 1661 * 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 D | coffgen.c | 1172 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 D | coff64-rs6000.c | 564 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 D | coff-rs6000.c | 3535 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 D | som.c | 5902 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 D | xcofflink.c | 2863 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 D | coffcode.h | 3512 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 D | ChangeLog-9495 | 1661 * 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 D | locale.c | 467 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 D | obj-coff.c | 2243 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 D | RNBRemote.cpp | 2561 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 D | ChangeLog-9697 | 1547 * config/obj-coff.c (coff_header_append): Don't reset string_size
|
| /openbsd-src/gnu/usr.bin/binutils/gas/ |
| H A D | ChangeLog-9697 | 1547 * config/obj-coff.c (coff_header_append): Don't reset string_size
|