Searched refs:string_size (Results 1 - 25 of 27) sorted by relevance

12

/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/hash/
H A Dquality.cc42 const unsigned int string_size = STRSIZE; variable
133 quality_test(unsigned int num_strings, unsigned int string_size) argument
136 vector<string> v = random_strings(num_strings, string_size);
138 for (unsigned int i = 0; i < string_size; i++)
143 return sum_of_scores / string_size;
155 string_size);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/performance/21_strings/
H A Dhash.cc33 int string_size = 71; local
37 string_size = atoi(argv[1]);
43 vector<string> v = random_strings(num_strings, string_size);
/haiku-buildtools/binutils/include/som/
H A Dlst.h44 unsigned char string_size[4]; member in struct:som_external_lst_header
H A Dinternal.h200 unsigned int string_size; member in struct:som_lst_header
/haiku-buildtools/legacy/binutils/include/coff/
H A Dxcoff.h409 size_t string_size; member in struct:xcoff_loader_info
/haiku-buildtools/binutils/include/coff/
H A Dxcoff.h412 size_t string_size; member in struct:xcoff_loader_info
/haiku-buildtools/legacy/binutils/bfd/
H A Dcoffgen.c1085 bfd_size_type string_size; local
1093 string_size = 0;
1111 string_size += len + 1;
1129 if (!coff_write_alien_symbol (abfd, symbol, &written, &string_size,
1137 &string_size, &debug_string_section,
1146 if (string_size != 0)
1148 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)
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.c3532 if (ldinfo->string_size + len + 3 > ldinfo->string_alc)
3540 while (ldinfo->string_size + len + 3 > newalc)
3554 ldinfo->strings + ldinfo->string_size);
3555 strcpy (ldinfo->strings + ldinfo->string_size + 2, name);
3557 ldsym->_l._l_l._l_offset = ldinfo->string_size + 2;
3558 ldinfo->string_size += len + 3;
H A Dsom.c5825 unsigned int string_size,
5890 strings = bfd_malloc ((bfd_size_type) string_size);
5891 if (strings == NULL && string_size != 0)
6043 amt = string_size;
6155 lst.string_size = stringsize;
5822 som_bfd_ar_write_symbol_stuff(bfd *abfd, unsigned int nsyms, unsigned int string_size, struct lst_header lst, unsigned elength) argument
H A Dxcofflink.c3008 ldinfo.string_size = 0;
3162 ldhdr->l_stlen = ldinfo.string_size;
3164 if (ldinfo.string_size == 0)
3212 if (ldinfo.string_size > 0)
3214 memcpy (out, ldinfo.strings, ldinfo.string_size);
H A Dcoffcode.h3367 size_t string_size = STRING_SIZE_SIZE;
3481 sprintf (section.s_name, "/%lu", (unsigned long) string_size);
3482 string_size += len + 1;
3366 size_t string_size = STRING_SIZE_SIZE; local
/haiku-buildtools/binutils/bfd/
H A Dcoffgen.c1233 bfd_size_type string_size; local
1241 string_size = 0;
1259 string_size += len + 1;
1278 &string_size, &debug_string_section,
1323 &string_size, &debug_string_section,
1332 if (string_size != 0)
1334 unsigned int size = string_size + STRING_SIZE_SIZE;
H A Dcoff64-rs6000.c551 if (ldinfo->string_size + len + 3 > ldinfo->string_alc)
559 while (ldinfo->string_size + len + 3 > newalc)
573 ldinfo->strings + ldinfo->string_size);
574 strcpy (ldinfo->strings + ldinfo->string_size + 2, name);
576 ldsym->_l._l_l._l_offset = ldinfo->string_size + 2;
577 ldinfo->string_size += len + 3;
H A Dcofflink.c879 bfd_size_type string_size = 0, indx;
908 &string_size, NULL, NULL))
913 if (string_size >= 6 && isym.n_sclass == C_FILE
926 string_size -= 6;
929 if (string_size)
878 bfd_size_type string_size = 0, indx; local
H A Dsom.c1939 dst->string_size = bfd_getb32 (src->string_size);
6299 unsigned int string_size,
6360 strings = bfd_malloc ((bfd_size_type) string_size);
6361 if (strings == NULL && string_size != 0)
6486 BFD_ASSERT (p <= strings + string_size);
6520 amt = string_size;
6635 bfd_putb32 (stringsize, &lst.string_size);
6296 som_bfd_ar_write_symbol_stuff(bfd *abfd, unsigned int nsyms, unsigned int string_size, struct som_external_lst_header lst, unsigned elength) argument
H A Dcoff-rs6000.c3497 if (ldinfo->string_size + len + 3 > ldinfo->string_alc)
3505 while (ldinfo->string_size + len + 3 > newalc)
3519 ldinfo->strings + ldinfo->string_size);
3520 strcpy (ldinfo->strings + ldinfo->string_size + 2, name);
3522 ldsym->_l._l_l._l_offset = ldinfo->string_size + 2;
3523 ldinfo->string_size += len + 3;
H A Dcoffcode.h3641 size_t string_size = STRING_SIZE_SIZE;
3764 if (string_size >= 10000000)
3770 abfd, current->name, string_size);
3776 snprintf (s_name_buf, SCNNMLEN + 1, "/%lu", (unsigned long) string_size);
3779 string_size += len + 1;
3640 size_t string_size = STRING_SIZE_SIZE; local
3769 abfd, current->name, string_size); local
H A Dxcofflink.c3550 ldhdr->l_stlen = ldinfo->string_size;
3552 if (ldinfo->string_size == 0)
3600 if (ldinfo->string_size > 0)
3602 memcpy (out, ldinfo->strings, ldinfo->string_size);
3669 ldinfo.string_size = 0;
/haiku-buildtools/gcc/gcc/
H A Dlto-streamer-in.c1229 header->string_size, vNULL);
1521 header->string_size, vNULL);
1562 header->string_size, vNULL);
H A Dlto-streamer-out.c1963 header.string_size = ob->string_stream->total_size;
2198 header.string_size = ob->string_stream->total_size;
2760 header.string_size = ob->string_stream->total_size;
2842 header.string_size = ob->string_stream->total_size;
H A Dlto-streamer.h417 int32_t string_size; member in struct:lto_simple_header_with_strings
H A Dipa-prop.c4831 header->string_size, vNULL);
5051 header->string_size, vNULL);
H A Dlto-cgraph.c2146 header->string_size, vNULL);
/haiku-buildtools/gcc/gcc/lto/
H A Dlto.c1887 header->string_size, resolutions);

Completed in 347 milliseconds

12