Searched refs:name_key (Results 1 – 8 of 8) sorted by relevance
/toolchain/binutils/binutils-2.25/gold/ |
D | symtab.cc | 699 Stringpool::Key name_key; in lookup() local 700 name = this->namepool_.find(name, &name_key); in lookup() 712 Symbol_table_key key(name_key, version_key); in lookup() 770 Symbol_table::wrap_symbol(const char* name, Stringpool::Key* name_key) in wrap_symbol() argument 793 return this->namepool_.add(s.c_str(), true, name_key); in wrap_symbol() 806 return this->namepool_.add(s.c_str(), true, name_key); in wrap_symbol() 922 Stringpool::Key name_key, in add_from_object() argument 945 const char* wrap_name = this->wrap_symbol(name, &name_key); in add_from_object() 961 this->table_.insert(std::make_pair(std::make_pair(name_key, version_key), in add_from_object() 969 insdefault = this->table_.insert(std::make_pair(std::make_pair(name_key, in add_from_object() [all …]
|
D | gdb-index.h | 202 Stringpool::Key name_key; member 214 { return this->name_key == symbol->name_key; } in equal()
|
D | incremental.h | 376 add_input_section(unsigned int shndx, Stringpool::Key name_key, off_t sh_size) in add_input_section() argument 377 { this->sections_.push_back(Input_section(shndx, name_key, sh_size)); } in add_input_section() 438 Input_section(unsigned int shndx, Stringpool::Key name_key, off_t sh_size) in Input_section() 439 : shndx_(shndx), name_key_(name_key), sh_size_(sh_size) in Input_section()
|
D | layout.cc | 813 Layout::get_output_section(const char* name, Stringpool::Key name_key, in get_output_section() argument 837 const Key key(name_key, std::make_pair(lookup_type, lookup_flags)); in get_output_section() 870 const Key zero_key(name_key, std::make_pair(lookup_type, in get_output_section() 1061 Stringpool::Key name_key; in choose_output_section() local 1062 name = this->namepool_.add_with_length(name, len, true, &name_key); in choose_output_section() 1069 return this->get_output_section(name, name_key, type, flags, order, is_relro); in choose_output_section() 1103 Stringpool::Key name_key; in init_fixed_output_section() local 1104 name = this->namepool_.add(name, true, &name_key); in init_fixed_output_section() 1105 Output_section* os = this->get_output_section(name, name_key, sh_type, in init_fixed_output_section() 1195 Stringpool::Key name_key; in layout() local [all …]
|
D | gdb-index.cc | 1131 this->stringpool_.add(sym_name, true, &sym->name_key); in add_symbol() 1314 name_offset = (this->stringpool_.get_offset_from_key(sym->name_key) in do_write()
|
D | symtab.h | 1692 add_from_object(Object*, const char* name, Stringpool::Key name_key, 1724 wrap_symbol(const char* name, Stringpool::Key* name_key);
|
D | dynobj.cc | 1568 Stringpool::Key name_key) in add_need() argument 1573 Key k(name_key, filename_key); in add_need()
|
D | layout.h | 1136 get_output_section(const char* name, Stringpool::Key name_key,
|