Home
last modified time | relevance | path

Searched refs:string_table (Results 1 – 25 of 28) sorted by relevance

12

/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dia64-gen.c172 } **string_table = NULL; variable
1651 string_table = (struct string_entry **) in insert_string()
1652 xrealloc (string_table, in insert_string()
1659 string_table[0] = tmalloc (struct string_entry); in insert_string()
1660 string_table[0]->s = xstrdup (str); in insert_string()
1661 string_table[0]->num = 0; in insert_string()
1662 return string_table[0]; in insert_string()
1665 if (strcmp (str, string_table[strtablen - 1]->s) > 0) in insert_string()
1667 else if (strcmp (str, string_table[0]->s) < 0) in insert_string()
1676 c = strcmp (str, string_table[i]->s); in insert_string()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dia64-gen.c181 } **string_table = NULL; variable
1658 string_table = (struct string_entry **) in insert_string()
1659 xrealloc (string_table, in insert_string()
1666 string_table[0] = tmalloc (struct string_entry); in insert_string()
1667 string_table[0]->s = xstrdup (str); in insert_string()
1668 string_table[0]->num = 0; in insert_string()
1669 return string_table[0]; in insert_string()
1672 if (strcmp (str, string_table[strtablen - 1]->s) > 0) in insert_string()
1674 else if (strcmp (str, string_table[0]->s) < 0) in insert_string()
1683 c = strcmp (str, string_table[i]->s); in insert_string()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dauto-profile.c165 class string_table
168 string_table () in string_table() function
171 ~string_table ();
333 static string_table *afdo_string_table;
453 string_table::~string_table () in ~string_table()
464 string_table::get_index (const char *name) const in get_index()
479 string_table::get_index_by_decl (tree decl) const in get_index_by_decl()
499 string_table::get_name (int index) const in get_name()
508 string_table::read () in read()
951 afdo_string_table = new string_table (); in read_profile()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dauto-profile.cc165 class string_table class
168 string_table () in string_table() function in autofdo::string_table
171 ~string_table ();
333 static string_table *afdo_string_table;
453 string_table::~string_table () in ~string_table()
464 string_table::get_index (const char *name) const in get_index()
479 string_table::get_index_by_decl (tree decl) const in get_index_by_decl()
499 string_table::get_name (int index) const in get_name()
508 string_table::read () in read()
951 afdo_string_table = new string_table (); in read_profile()
H A DChangeLog-201542332 string_table::get_index, string_table::get_index_by_decl,
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dcoff64-rs6000.c2091 bfd_byte *string_table, *st_tmp; in xcoff64_generate_rtinit() local
2233 string_table = (bfd_byte *) bfd_zmalloc (string_table_size); in xcoff64_generate_rtinit()
2234 if (string_table == NULL) in xcoff64_generate_rtinit()
2241 bfd_put_32 (abfd, val, &string_table[0]); in xcoff64_generate_rtinit()
2242 st_tmp = string_table + 4; in xcoff64_generate_rtinit()
2257 syment._n._n_n._n_offset = st_tmp - string_table; in xcoff64_generate_rtinit()
2277 syment._n._n_n._n_offset = st_tmp - string_table; in xcoff64_generate_rtinit()
2299 syment._n._n_n._n_offset = st_tmp - string_table; in xcoff64_generate_rtinit()
2328 syment._n._n_n._n_offset = st_tmp - string_table; in xcoff64_generate_rtinit()
2358 syment._n._n_n._n_offset = st_tmp - string_table; in xcoff64_generate_rtinit()
[all …]
H A Dpeicode.h113 char * string_table; member
526 BFD_ASSERT ((bfd_byte *) vars->int_reltab < (bfd_byte *) vars->string_table); in pe_ILF_save_relocs()
573 H_PUT_32 (vars->abfd, vars->string_ptr - vars->string_table, in pe_ILF_make_a_symbol()
894 vars.string_table = (char *) ptr; in pe_ILF_build_a_bfd()
1147 obj_coff_strings (abfd) = vars.string_table; in pe_ILF_build_a_bfd()
1148 obj_coff_strings_len (abfd) = vars.string_ptr - vars.string_table; in pe_ILF_build_a_bfd()
H A Dcoffgen.c1849 const char *string_table = NULL; in coff_get_normalized_symtab() local
1921 if (string_table == NULL) in coff_get_normalized_symtab()
1923 string_table = _bfd_coff_read_string_table (abfd); in coff_get_normalized_symtab()
1924 if (string_table == NULL) in coff_get_normalized_symtab()
1934 (uintptr_t) (string_table in coff_get_normalized_symtab()
1971 if (string_table == NULL) in coff_get_normalized_symtab()
1973 string_table = _bfd_coff_read_string_table (abfd); in coff_get_normalized_symtab()
1974 if (string_table == NULL) in coff_get_normalized_symtab()
1984 (uintptr_t) (string_table in coff_get_normalized_symtab()
2023 if (string_table == NULL) in coff_get_normalized_symtab()
[all …]
H A Dcoff-rs6000.c4109 bfd_byte *string_table = NULL, *st_tmp = NULL; in xcoff_generate_rtinit() local
4213 string_table = (bfd_byte *) bfd_zmalloc (string_table_size); in xcoff_generate_rtinit()
4214 if (string_table == NULL) in xcoff_generate_rtinit()
4221 bfd_h_put_32 (abfd, val, &string_table[0]); in xcoff_generate_rtinit()
4222 st_tmp = string_table + 4; in xcoff_generate_rtinit()
4275 syment._n._n_n._n_offset = st_tmp - string_table; in xcoff_generate_rtinit()
4310 syment._n._n_n._n_offset = st_tmp - string_table; in xcoff_generate_rtinit()
4377 || bfd_write (string_table, string_table_size, abfd) != string_table_size) in xcoff_generate_rtinit()
4380 free (string_table); in xcoff_generate_rtinit()
H A DChangeLog-91936650 * libcoff-in.h (struct coff_tdata): Remove unused string_table.
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dcoff64-rs6000.c2098 bfd_byte *string_table, *st_tmp; in xcoff64_generate_rtinit() local
2240 string_table = (bfd_byte *) bfd_zmalloc (string_table_size); in xcoff64_generate_rtinit()
2241 if (string_table == NULL) in xcoff64_generate_rtinit()
2245 bfd_put_32 (abfd, val, &string_table[0]); in xcoff64_generate_rtinit()
2246 st_tmp = string_table + 4; in xcoff64_generate_rtinit()
2261 syment._n._n_n._n_offset = st_tmp - string_table; in xcoff64_generate_rtinit()
2281 syment._n._n_n._n_offset = st_tmp - string_table; in xcoff64_generate_rtinit()
2303 syment._n._n_n._n_offset = st_tmp - string_table; in xcoff64_generate_rtinit()
2332 syment._n._n_n._n_offset = st_tmp - string_table; in xcoff64_generate_rtinit()
2362 syment._n._n_n._n_offset = st_tmp - string_table; in xcoff64_generate_rtinit()
[all …]
H A Dcoffgen.c1735 const char *string_table = NULL; in coff_get_normalized_symtab() local
1828 if (string_table == NULL) in coff_get_normalized_symtab()
1830 string_table = _bfd_coff_read_string_table (abfd); in coff_get_normalized_symtab()
1831 if (string_table == NULL) in coff_get_normalized_symtab()
1841 (uintptr_t) (string_table in coff_get_normalized_symtab()
1874 if (string_table == NULL) in coff_get_normalized_symtab()
1876 string_table = _bfd_coff_read_string_table (abfd); in coff_get_normalized_symtab()
1877 if (string_table == NULL) in coff_get_normalized_symtab()
1887 (uintptr_t) (string_table in coff_get_normalized_symtab()
1926 if (string_table == NULL) in coff_get_normalized_symtab()
[all …]
H A Dpeicode.h113 char * string_table; member
533 BFD_ASSERT ((bfd_byte *) vars->int_reltab < (bfd_byte *) vars->string_table); in pe_ILF_save_relocs()
580 H_PUT_32 (vars->abfd, vars->string_ptr - vars->string_table, in pe_ILF_make_a_symbol()
880 vars.string_table = (char *) ptr; in pe_ILF_build_a_bfd()
1132 obj_coff_strings (abfd) = vars.string_table; in pe_ILF_build_a_bfd()
H A Dcoff-rs6000.c4025 bfd_byte *string_table = NULL, *st_tmp = NULL; in xcoff_generate_rtinit() local
4129 string_table = (bfd_byte *) bfd_zmalloc (string_table_size); in xcoff_generate_rtinit()
4130 if (string_table == NULL) in xcoff_generate_rtinit()
4134 bfd_h_put_32 (abfd, val, &string_table[0]); in xcoff_generate_rtinit()
4135 st_tmp = string_table + 4; in xcoff_generate_rtinit()
4188 syment._n._n_n._n_offset = st_tmp - string_table; in xcoff_generate_rtinit()
4223 syment._n._n_n._n_offset = st_tmp - string_table; in xcoff_generate_rtinit()
4287 bfd_bwrite (string_table, string_table_size, abfd); in xcoff_generate_rtinit()
H A DChangeLog-91936650 * libcoff-in.h (struct coff_tdata): Remove unused string_table.
/netbsd-src/external/gpl3/binutils/dist/ld/
H A Dpdb.c55 struct string_table struct
620 copy_filechksms (uint8_t *data, uint32_t size, char *string_table, in copy_filechksms() argument
621 struct string_table *strings, uint8_t *out, in copy_filechksms()
717 if (string_table) in copy_filechksms()
719 char *fn = string_table + string_off; in copy_filechksms()
749 add_string (char *str, size_t len, struct string_table *strings) in add_string()
813 struct string_table *strings) in parse_string_table()
1841 handle_debugs_section (asection *s, bfd *mod, struct string_table *strings, in handle_debugs_section()
1852 char *string_table = NULL; in handle_debugs_section() local
1964 string_table = (char *) data + off; in handle_debugs_section()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dreadelf.c279 char * string_table; member
376 return filedata->string_table + hdr->sh_name; in section_name()
383 && filedata->string_table != NULL in section_name_valid()
392 if (filedata->string_table == NULL) in section_name_print()
6284 && filedata->string_table != NULL) in process_program_headers()
7138 filedata->string_table = (char *) get_data (NULL, filedata, section->sh_offset, in process_section_headers()
7142 filedata->string_table_length = filedata->string_table != NULL ? section->sh_size : 0; in process_section_headers()
8446 if (filedata->string_table == NULL) in process_relocs()
9001 if (filedata->string_table == NULL) in ia64_process_unwind()
9016 if (filedata->string_table == NULL) in ia64_process_unwind()
[all …]
H A DChangeLog-2005591 (process_program_headers): Don't crash if string_table is NULL.
593 Ensure string_table_length is 0 if string_table == NULL.
594 Don't return just because string_table is NULL.
H A DChangeLog-2017264 (current_file_size, string_table, string_table_length, elf_header)
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dreadelf.c284 char * string_table; member
411 return filedata->string_table + hdr->sh_name; in section_name()
419 && filedata->string_table != NULL in section_name_valid()
904 if (filedata->string_table == NULL) in printable_section_name()
6826 && filedata->string_table != NULL) in process_program_headers()
7686 filedata->string_table = (char *) get_data (NULL, filedata, section->sh_offset, in process_section_headers()
7690 filedata->string_table_length = filedata->string_table != NULL ? section->sh_size : 0; in process_section_headers()
8994 if (filedata->string_table == NULL) in process_relocs()
9552 if (filedata->string_table == NULL) in ia64_process_unwind()
9567 if (filedata->string_table == NULL) in ia64_process_unwind()
[all …]
H A DChangeLog-2005591 (process_program_headers): Don't crash if string_table is NULL.
593 Ensure string_table_length is 0 if string_table == NULL.
594 Don't return just because string_table is NULL.
H A DChangeLog-2017264 (current_file_size, string_table, string_table_length, elf_header)
/netbsd-src/external/ibm-public/postfix/dist/src/smtpd/
H A Dsmtpd_check.c5692 static const STRING_TABLE string_table[] = { variable
5747 for (sp = string_table; sp->name; sp++) in string_init()
5757 for (sp = string_table; sp->name; sp++) { in string_update()
/netbsd-src/external/gpl3/gdb.old/dist/bfd/
H A DChangeLog-91936650 * libcoff-in.h (struct coff_tdata): Remove unused string_table.
/netbsd-src/external/gpl3/gdb/dist/bfd/
H A DChangeLog-91936650 * libcoff-in.h (struct coff_tdata): Remove unused string_table.

12