Home
last modified time | relevance | path

Searched refs:Stringpool (Results 1 – 25 of 38) sorted by relevance

12

/netbsd-src/external/gpl3/binutils/dist/gold/
H A Ddynobj.h453 write(const Stringpool*, bool is_last, unsigned char*) const;
540 write(const Stringpool*, bool is_last, unsigned char*) const;
563 Versions(const Version_script_info&, Stringpool*);
570 record_version(const Symbol_table* symtab, Stringpool*, const Symbol* sym);
593 symbol_section_contents(const Symbol_table*, const Stringpool*,
602 def_section_contents(const Stringpool*, unsigned char**,
609 need_section_contents(const Stringpool*, unsigned char**,
628 add_def(Stringpool*, const Symbol* sym, const char* version,
629 Stringpool::Key);
633 add_need(Stringpool*, const char* filename, const char* name,
[all …]
H A Dincremental.h100 Incremental_input_entry(Stringpool::Key filename_key, unsigned int arg_serial, in Incremental_input_entry()
145 Stringpool::Key
234 Stringpool::Key filename_key_;
306 Incremental_script_entry(Stringpool::Key filename_key, in Incremental_script_entry()
353 Incremental_object_entry(Stringpool::Key filename_key, Object* obj, in Incremental_object_entry()
376 add_input_section(unsigned int shndx, Stringpool::Key name_key, off_t sh_size) in add_input_section()
385 Stringpool::Key
390 Stringpool::Key
401 add_comdat_group(Stringpool::Key signature_key) in add_comdat_group()
410 Stringpool::Key
[all …]
H A Ddynobj.cc1320 Verdef::write(const Stringpool* dynpool, bool is_last, unsigned char* pb) const in write()
1399 Verneed::write(const Stringpool* dynpool, bool is_last, in write()
1439 Stringpool* dynpool) in Versions()
1455 Stringpool::Key version_key; in Versions()
1488 Versions::define_base_version(Stringpool* dynpool) in define_base_version()
1525 Stringpool* dynpool, const Symbol* sym) in record_version()
1534 Stringpool::Key version_key; in record_version()
1552 Versions::add_def(Stringpool* dynpool, const Symbol* sym, const char* version, in add_def()
1553 Stringpool::Key version_key) in add_def()
1593 Versions::add_need(Stringpool* dynpool, const char* filename, const char* name, in add_need()
[all …]
H A Dsymtab.h1634 std::vector<Symbol*>*, Stringpool*, Versions*);
1648 Stringpool* pool, unsigned int* plocal_symcount);
1687 write_globals(const Stringpool*, const Stringpool*,
1737 typedef std::pair<Stringpool::Key, Stringpool::Key> Symbol_table_key;
1769 add_from_object(Object*, const char* name, Stringpool::Key name_key,
1770 const char* version, Stringpool::Key version_key,
1802 wrap_symbol(const char* name, Stringpool::Key* name_key);
1926 sized_finalize(off_t, Stringpool*, unsigned int*);
1937 add_to_final_symtab(Symbol*, Stringpool*, unsigned int* pindex, off_t* poff);
1942 sized_write_globals(const Stringpool*, const Stringpool*,
[all …]
H A Dlayout.h768 const Stringpool*
774 const Stringpool*
1206 get_output_section(const char* name, Stringpool::Key name_key,
1319 typedef std::pair<Stringpool::Key,
1402 Stringpool namepool_;
1404 Stringpool sympool_;
1406 Stringpool dynpool_;
1614 const Stringpool* sympool, const Stringpool* dynpool, in Write_symbols_task()
1639 const Stringpool* sympool_;
1640 const Stringpool* dynpool_;
H A Dbinary.cc169 Stringpool strtab; in sized_convert()
177 Stringpool shstrtab; in sized_convert()
317 const Stringpool* shstrtab, in write_section_header()
350 const Stringpool* strtab, in write_symbol()
H A Dsymtab.cc704 Stringpool::Key name_key; in lookup()
709 Stringpool::Key version_key = 0; in lookup()
775 Symbol_table::wrap_symbol(const char* name, Stringpool::Key* name_key) in wrap_symbol()
935 Stringpool::Key name_key, in add_from_object()
937 Stringpool::Key version_key, in add_from_object()
981 const Stringpool::Key vnull_key = 0; in add_from_object()
1036 const Stringpool::Key vnull_key = 0; in add_from_object()
1247 Stringpool::Key ver_key = 0; in add_from_relobj()
1350 Stringpool::Key name_key; in add_from_relobj()
1397 Stringpool::Key ver_key = 0; in add_from_pluginobj()
[all …]
H A Dincremental.cc90 Stringpool* strtab);
95 Stringpool* strtab, unsigned int* global_syms,
1025 Stringpool::Key filename_key; in report_archive_begin()
1055 Unused_symbol_visitor(Incremental_archive_entry* entry, Stringpool* strtab) in Unused_symbol_visitor()
1062 Stringpool::Key symbol_key; in visit()
1069 Stringpool* strtab_;
1097 Stringpool::Key filename_key; in report_object()
1125 Stringpool::Key soname_key; in report_object()
1155 Stringpool::Key key = 0; in report_input_section()
1170 Stringpool::Key key = 0; in report_comdat_group()
[all …]
H A Dgdb-index.h202 Stringpool::Key name_key;
249 Stringpool stringpool_;
H A Dmerge.h476 Stringpool::Key stringpool_key;
478 Merged_string(section_offset_type offseta, Stringpool::Key stringpool_keya) in Merged_string()
H A Doutput.h609 const Stringpool*,
651 const Stringpool* secnamepool_;
1074 Output_data_strtab(Stringpool* strtab) in Output_data_strtab()
1105 Stringpool* strtab_;
2704 Output_data_dynamic(Stringpool* pool) in Output_data_dynamic()
2837 write(unsigned char* pov, const Stringpool*) const;
2893 Stringpool* pool_;
3675 write_header(const Layout*, const Stringpool*,
4828 write_section_headers(const Layout*, const Stringpool*, unsigned char* v,
4876 write_section_headers_list(const Layout*, const Stringpool*,
H A Dstringpool.h417 typedef Stringpool_template<char> Stringpool; typedef
H A Dtarget.h495 std::vector<Symbol*>* syms, Stringpool* dynpool, in set_dynsym_indexes()
812 std::vector<Symbol*>*, Stringpool*, Versions*, in do_set_dynsym_indexes() argument
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Ddynobj.h453 write(const Stringpool*, bool is_last, unsigned char*) const;
540 write(const Stringpool*, bool is_last, unsigned char*) const;
563 Versions(const Version_script_info&, Stringpool*);
570 record_version(const Symbol_table* symtab, Stringpool*, const Symbol* sym);
593 symbol_section_contents(const Symbol_table*, const Stringpool*,
602 def_section_contents(const Stringpool*, unsigned char**,
609 need_section_contents(const Stringpool*, unsigned char**,
628 add_def(Stringpool*, const Symbol* sym, const char* version,
629 Stringpool::Key);
633 add_need(Stringpool*, const char* filename, const char* name,
[all …]
H A Dincremental.h100 Incremental_input_entry(Stringpool::Key filename_key, unsigned int arg_serial, in Incremental_input_entry()
145 Stringpool::Key
234 Stringpool::Key filename_key_;
306 Incremental_script_entry(Stringpool::Key filename_key, in Incremental_script_entry()
353 Incremental_object_entry(Stringpool::Key filename_key, Object* obj, in Incremental_object_entry()
376 add_input_section(unsigned int shndx, Stringpool::Key name_key, off_t sh_size) in add_input_section()
385 Stringpool::Key
390 Stringpool::Key
401 add_comdat_group(Stringpool::Key signature_key) in add_comdat_group()
410 Stringpool::Key
[all …]
H A Ddynobj.cc1320 Verdef::write(const Stringpool* dynpool, bool is_last, unsigned char* pb) const in write()
1399 Verneed::write(const Stringpool* dynpool, bool is_last, in write()
1439 Stringpool* dynpool) in Versions()
1455 Stringpool::Key version_key; in Versions()
1488 Versions::define_base_version(Stringpool* dynpool) in define_base_version()
1525 Stringpool* dynpool, const Symbol* sym) in record_version()
1534 Stringpool::Key version_key; in record_version()
1552 Versions::add_def(Stringpool* dynpool, const Symbol* sym, const char* version, in add_def()
1553 Stringpool::Key version_key) in add_def()
1593 Versions::add_need(Stringpool* dynpool, const char* filename, const char* name, in add_need()
[all …]
H A Dsymtab.h1634 std::vector<Symbol*>*, Stringpool*, Versions*);
1648 Stringpool* pool, unsigned int* plocal_symcount);
1687 write_globals(const Stringpool*, const Stringpool*,
1737 typedef std::pair<Stringpool::Key, Stringpool::Key> Symbol_table_key;
1769 add_from_object(Object*, const char* name, Stringpool::Key name_key,
1770 const char* version, Stringpool::Key version_key,
1802 wrap_symbol(const char* name, Stringpool::Key* name_key);
1926 sized_finalize(off_t, Stringpool*, unsigned int*);
1937 add_to_final_symtab(Symbol*, Stringpool*, unsigned int* pindex, off_t* poff);
1942 sized_write_globals(const Stringpool*, const Stringpool*,
[all …]
H A Dlayout.h768 const Stringpool*
774 const Stringpool*
1201 get_output_section(const char* name, Stringpool::Key name_key,
1314 typedef std::pair<Stringpool::Key,
1397 Stringpool namepool_;
1399 Stringpool sympool_;
1401 Stringpool dynpool_;
1607 const Stringpool* sympool, const Stringpool* dynpool, in Write_symbols_task()
1632 const Stringpool* sympool_;
1633 const Stringpool* dynpool_;
H A Dbinary.cc169 Stringpool strtab; in sized_convert()
177 Stringpool shstrtab; in sized_convert()
317 const Stringpool* shstrtab, in write_section_header()
350 const Stringpool* strtab, in write_symbol()
H A Dsymtab.cc704 Stringpool::Key name_key; in lookup()
709 Stringpool::Key version_key = 0; in lookup()
775 Symbol_table::wrap_symbol(const char* name, Stringpool::Key* name_key) in wrap_symbol()
935 Stringpool::Key name_key, in add_from_object()
937 Stringpool::Key version_key, in add_from_object()
981 const Stringpool::Key vnull_key = 0; in add_from_object()
1036 const Stringpool::Key vnull_key = 0; in add_from_object()
1247 Stringpool::Key ver_key = 0; in add_from_relobj()
1350 Stringpool::Key name_key; in add_from_relobj()
1397 Stringpool::Key ver_key = 0; in add_from_pluginobj()
[all …]
H A Dincremental.cc90 Stringpool* strtab);
95 Stringpool* strtab, unsigned int* global_syms,
1025 Stringpool::Key filename_key; in report_archive_begin()
1055 Unused_symbol_visitor(Incremental_archive_entry* entry, Stringpool* strtab) in Unused_symbol_visitor()
1062 Stringpool::Key symbol_key; in visit()
1069 Stringpool* strtab_;
1097 Stringpool::Key filename_key; in report_object()
1125 Stringpool::Key soname_key; in report_object()
1155 Stringpool::Key key = 0; in report_input_section()
1170 Stringpool::Key key = 0; in report_comdat_group()
[all …]
H A Dgdb-index.h202 Stringpool::Key name_key;
249 Stringpool stringpool_;
H A Dmerge.h476 Stringpool::Key stringpool_key;
478 Merged_string(section_offset_type offseta, Stringpool::Key stringpool_keya) in Merged_string()
H A Doutput.h609 const Stringpool*,
651 const Stringpool* secnamepool_;
1074 Output_data_strtab(Stringpool* strtab) in Output_data_strtab()
1105 Stringpool* strtab_;
2704 Output_data_dynamic(Stringpool* pool) in Output_data_dynamic()
2837 write(unsigned char* pov, const Stringpool*) const;
2893 Stringpool* pool_;
3675 write_header(const Layout*, const Stringpool*,
4828 write_section_headers(const Layout*, const Stringpool*, unsigned char* v,
4876 write_section_headers_list(const Layout*, const Stringpool*,
H A Dstringpool.h417 typedef Stringpool_template<char> Stringpool; typedef

12