Searched refs:string_table (Results 1 - 15 of 15) sorted by relevance

/haiku-buildtools/jam/
H A Dfileunix.c211 char *string_table = 0; local
270 string_table = (char *)malloc(lar_size);
273 if( read(fd, string_table, lar_size) != lar_size )
276 else if( string_table && ar_hdr.ar_name[1] != ' ' )
283 char *src = string_table + atoi( ar_hdr.ar_name + 1 );
323 if (string_table)
324 free(string_table);
H A Dfilent.c188 char *string_table = 0; local
229 string_table = malloc(lar_size);
230 if (read(fd, string_table, lar_size) != lar_size)
242 name = string_table + atoi( ar_hdr.ar_name + 1 );
/haiku-buildtools/legacy/binutils/opcodes/
H A Dia64-gen.c181 } **string_table = NULL; variable in typeref:struct:string_entry
1646 string_table = (struct string_entry **)
1647 xrealloc (string_table,
1654 string_table[0] = tmalloc (struct string_entry);
1655 string_table[0]->s = xstrdup (str);
1656 string_table[0]->num = 0;
1657 return string_table[0];
1660 if (strcmp (str, string_table[strtablen - 1]->s) > 0)
1662 else if (strcmp (str, string_table[0]->s) < 0)
1671 c = strcmp (str, string_table[
[all...]
/haiku-buildtools/binutils/opcodes/
H A Dia64-gen.c181 } **string_table = NULL; variable in typeref:struct:string_entry
1662 string_table = (struct string_entry **)
1663 xrealloc (string_table,
1670 string_table[0] = tmalloc (struct string_entry);
1671 string_table[0]->s = xstrdup (str);
1672 string_table[0]->num = 0;
1673 return string_table[0];
1676 if (strcmp (str, string_table[strtablen - 1]->s) > 0)
1678 else if (strcmp (str, string_table[0]->s) < 0)
1687 c = strcmp (str, string_table[
[all...]
/haiku-buildtools/gcc/gcc/
H A Dauto-profile.c97 * string_table: a map between function name and its index.
147 /* Map from function name's index in string_table to target's
182 class string_table
185 string_table () function
188 ~string_table ();
281 /* function_instance name index in the string_table. */
332 /* Map from function_instance name index (in string_table) to
350 static string_table *afdo_string_table;
473 /* Member functions for string_table. */
477 string_table
[all...]
/haiku-buildtools/legacy/binutils/bfd/
H A Dpeicode.h112 char * string_table; member in struct:__anon2419
497 BFD_ASSERT ((bfd_byte *) vars->int_reltab < (bfd_byte *) vars->string_table);
544 H_PUT_32 (vars->abfd, vars->string_ptr - vars->string_table,
804 vars.string_table = (char *) ptr;
1021 obj_coff_strings (abfd) = vars.string_table;
H A Dcoff64-rs6000.c2180 bfd_byte *string_table, *st_tmp;
2322 string_table = (bfd_byte *) bfd_zmalloc (string_table_size);
2323 if (string_table == NULL)
2327 bfd_put_32 (abfd, val, &string_table[0]);
2328 st_tmp = string_table + 4;
2343 syment._n._n_n._n_offset = st_tmp - string_table;
2363 syment._n._n_n._n_offset = st_tmp - string_table;
2385 syment._n._n_n._n_offset = st_tmp - string_table;
2414 syment._n._n_n._n_offset = st_tmp - string_table;
2444 syment._n._n_n._n_offset = st_tmp - string_table;
2179 bfd_byte *string_table, *st_tmp; local
[all...]
H A Dcoffgen.c1567 const char *string_table = NULL; local
1635 if (string_table == NULL)
1637 string_table = _bfd_coff_read_string_table (abfd);
1638 if (string_table == NULL)
1644 (string_table
1694 if (string_table == NULL)
1696 string_table = _bfd_coff_read_string_table (abfd);
1697 if (string_table == NULL)
1702 (string_table
H A Dcoff-rs6000.c3675 bfd_byte *string_table = NULL, *st_tmp = NULL;
3779 string_table = (bfd_byte *) bfd_zmalloc (string_table_size);
3780 if (string_table == NULL)
3784 bfd_h_put_32 (abfd, val, &string_table[0]);
3785 st_tmp = string_table + 4;
3838 syment._n._n_n._n_offset = st_tmp - string_table;
3873 syment._n._n_n._n_offset = st_tmp - string_table;
3937 bfd_bwrite (string_table, string_table_size, abfd);
3669 bfd_byte *string_table = NULL, *st_tmp = NULL; local
/haiku-buildtools/binutils/bfd/
H A Dcoff64-rs6000.c2172 bfd_byte *string_table, *st_tmp;
2314 string_table = (bfd_byte *) bfd_zmalloc (string_table_size);
2315 if (string_table == NULL)
2319 bfd_put_32 (abfd, val, &string_table[0]);
2320 st_tmp = string_table + 4;
2335 syment._n._n_n._n_offset = st_tmp - string_table;
2355 syment._n._n_n._n_offset = st_tmp - string_table;
2377 syment._n._n_n._n_offset = st_tmp - string_table;
2406 syment._n._n_n._n_offset = st_tmp - string_table;
2436 syment._n._n_n._n_offset = st_tmp - string_table;
2171 bfd_byte *string_table, *st_tmp; local
[all...]
H A Dcoffgen.c1776 const char *string_table = NULL; local
1871 if (string_table == NULL)
1873 string_table = _bfd_coff_read_string_table (abfd);
1874 if (string_table == NULL)
1883 (bfd_hostptr_t) (string_table + (aux->u.auxent.x_file.x_n.x_offset));
1932 if (string_table == NULL)
1934 string_table = _bfd_coff_read_string_table (abfd);
1935 if (string_table == NULL)
1939 || string_table + internal_ptr->u.syment._n._n_n._n_offset < string_table)
[all...]
H A Dpeicode.h113 char * string_table; member in struct:__anon172
514 BFD_ASSERT ((bfd_byte *) vars->int_reltab < (bfd_byte *) vars->string_table);
561 H_PUT_32 (vars->abfd, vars->string_ptr - vars->string_table,
851 vars.string_table = (char *) ptr;
1109 obj_coff_strings (abfd) = vars.string_table;
H A Dcoff-rs6000.c3629 bfd_byte *string_table = NULL, *st_tmp = NULL;
3733 string_table = (bfd_byte *) bfd_zmalloc (string_table_size);
3734 if (string_table == NULL)
3738 bfd_h_put_32 (abfd, val, &string_table[0]);
3739 st_tmp = string_table + 4;
3792 syment._n._n_n._n_offset = st_tmp - string_table;
3827 syment._n._n_n._n_offset = st_tmp - string_table;
3891 bfd_bwrite (string_table, string_table_size, abfd);
3623 bfd_byte *string_table = NULL, *st_tmp = NULL; local
/haiku-buildtools/legacy/binutils/binutils/
H A Dreadelf.c131 static char *string_table;
229 ? "<corrupt>" : string_table + (X)->sh_name))
3455 if (do_segments && section_headers != NULL && string_table != NULL)
3932 string_table = get_data (NULL, file, section->sh_offset,
3935 string_table_length = string_table != NULL ? section->sh_size : 0;
4597 if (string_table == NULL)
5016 if (string_table == NULL)
5030 if (string_table == NULL)
5345 if (string_table == NULL)
7027 strtab = string_table;
129 static char *string_table; variable
[all...]
/haiku-buildtools/binutils/binutils/
H A Dreadelf.c185 static char * string_table;
303 : string_table == NULL ? _("<no-name>") \
305 : string_table + (X)->sh_name))
5036 if (do_segments && section_headers != NULL && string_table != NULL)
5776 string_table = (char *) get_data (NULL, file, section->sh_offset,
5780 string_table_length = string_table != NULL ? section->sh_size : 0;
6932 if (string_table == NULL)
7438 if (string_table == NULL)
7453 if (string_table == NULL)
7771 if (string_table
183 static char * string_table; variable
[all...]

Completed in 214 milliseconds