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

/freebsd-10.1-release/cddl/usr.bin/sgsmsg/
H A DMakefile9 SRCS= avl.c sgsmsg.c string_table.c findprime.c
/freebsd-10.1-release/cddl/contrib/opensolaris/cmd/sgs/include/
H A D_string_table.h33 #include <string_table.h>
118 * Starting value for use with string hashing functions inside of string_table.c
/freebsd-10.1-release/contrib/ncurses/ncurses/tinfo/
H A Dread_entry.c127 char *string_table; local
162 || (string_table = typeMalloc(char, want)) == 0) {
167 if ((string_table = typeMalloc(char, want)) == 0) {
174 ptr->str_table = string_table;
175 ptr->term_names = string_table;
180 string_table += (want + 1);
216 if (Read(string_table, (unsigned) str_size) != str_size)
218 convert_strings(buf, ptr->Strings, str_count, str_size, string_table);
/freebsd-10.1-release/usr.bin/dtc/
H A Ddtb.hh327 class string_table { class in namespace:dtc::dtb
347 string_table() : size(0) {} function in class:dtc::dtb::string_table
H A Dfdt.hh46 class string_table;
350 void write(dtb::output_writer &writer, dtb::string_table &strings);
529 void write(dtb::output_writer &writer, dtb::string_table &strings);
H A Ddtb.cc278 string_table::add_string(string str)
297 string_table::write(dtb::output_writer &writer)
H A Dfdt.cc480 property::write(dtb::output_writer &writer, dtb::string_table &strings)
833 node::write(dtb::output_writer &writer, dtb::string_table &strings)
1088 dtb::string_table st;
/freebsd-10.1-release/contrib/gdb/gdb/
H A Dsomread.c477 unsigned int string_table; local
523 string_table = dl_header[10];
531 string_table, string_table_size);
597 unsigned int string_table; local
646 string_table = dl_header[10];
654 string_table, string_table_size);
/freebsd-10.1-release/contrib/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...]
/freebsd-10.1-release/contrib/binutils/bfd/
H A Dpeicode.h112 char * string_table; member in struct:__anon258
512 BFD_ASSERT ((bfd_byte *) vars->int_reltab < (bfd_byte *) vars->string_table);
559 H_PUT_32 (vars->abfd, vars->string_ptr - vars->string_table,
830 vars.string_table = (char *) ptr;
1054 obj_coff_strings (abfd) = vars.string_table;
H A Dcoff64-rs6000.c2196 bfd_byte *string_table, *st_tmp;
2338 string_table = (bfd_byte *) bfd_zmalloc (string_table_size);
2339 if (string_table == NULL)
2343 bfd_put_32 (abfd, val, &string_table[0]);
2344 st_tmp = string_table + 4;
2359 syment._n._n_n._n_offset = st_tmp - string_table;
2379 syment._n._n_n._n_offset = st_tmp - string_table;
2401 syment._n._n_n._n_offset = st_tmp - string_table;
2430 syment._n._n_n._n_offset = st_tmp - string_table;
2460 syment._n._n_n._n_offset = st_tmp - string_table;
2195 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.c3688 bfd_byte *string_table = NULL, *st_tmp = NULL;
3792 string_table = (bfd_byte *) bfd_zmalloc (string_table_size);
3793 if (string_table == NULL)
3797 bfd_h_put_32 (abfd, val, &string_table[0]);
3798 st_tmp = string_table + 4;
3851 syment._n._n_n._n_offset = st_tmp - string_table;
3886 syment._n._n_n._n_offset = st_tmp - string_table;
3950 bfd_bwrite (string_table, string_table_size, abfd);
3682 bfd_byte *string_table = NULL, *st_tmp = NULL; local
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DHashedNameToDIE.h531 // StringTable &string_table);
537 // StringTable &string_table);
543 // StringTable &string_table);
546 // Save (BinaryStreamBuf &names_data, const StringTable &string_table);
551 // StringTable &string_table,
556 // StringTable &string_table);
589 const lldb_private::DWARFDataExtractor &string_table,
593 m_string_table (string_table),
588 MemoryTable(lldb_private::DWARFDataExtractor &table_data, const lldb_private::DWARFDataExtractor &string_table, const char *name) argument
/freebsd-10.1-release/contrib/binutils/binutils/
H A Dreadelf.c171 static char *string_table;
270 : string_table == NULL ? "<no-name>" \
272 : string_table + (X)->sh_name))
3570 if (do_segments && section_headers != NULL && string_table != NULL)
4048 string_table = get_data (NULL, file, section->sh_offset,
4051 string_table_length = string_table != NULL ? section->sh_size : 0;
4730 if (string_table == NULL)
5149 if (string_table == NULL)
5163 if (string_table == NULL)
5478 if (string_table
169 static char *string_table; variable
[all...]

Completed in 225 milliseconds