Home
last modified time | relevance | path

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

/freebsd/usr.bin/dtc/
H A Ddtb.hh335 class string_table { class
355 string_table() : size(0) {} in string_table() function in dtc::dtb::string_table
H A Ddtb.cc308 string_table::add_string(const string &str) in add_string()
327 string_table::write(dtb::output_writer &writer) in write()
H A Dfdt.hh51 class string_table;
389 void write(dtb::output_writer &writer, dtb::string_table &strings);
681 void write(dtb::output_writer &writer, dtb::string_table &strings);
H A Dfdt.cc618 property::write(dtb::output_writer &writer, dtb::string_table &strings) in write()
1175 node::write(dtb::output_writer &writer, dtb::string_table &strings) in write()
1732 dtb::string_table st; in write()
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dread_entry.c258 char *string_table; in _nc_read_termtype() local
318 || (string_table = typeMalloc(char, want)) == 0) { in _nc_read_termtype()
324 ptr->str_table = string_table; in _nc_read_termtype()
325 ptr->term_names = string_table; in _nc_read_termtype()
330 string_table += (want + 1); in _nc_read_termtype()
367 if (Read(string_table, (unsigned) str_size) != str_size) { in _nc_read_termtype()
370 convert_strings(buf, ptr->Strings, str_count, str_size, string_table); in _nc_read_termtype()
/freebsd/contrib/llvm-project/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c250 char *string_table = in scan_macho_load_commands() local
293 string_table + nlist.n_un.n_strx; in scan_macho_load_commands()
323 string_table + nlist.n_un.n_strx; in scan_macho_load_commands()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DOpts.td46 def string_table : FF<"string-table", "Display the string table (only for XCOFF now)">;