Home
last modified time | relevance | path

Searched refs:name_key (Results 1 – 8 of 8) sorted by relevance

/toolchain/binutils/binutils-2.27/gold/
Dsymtab.cc703 Stringpool::Key name_key; in lookup() local
704 name = this->namepool_.find(name, &name_key); in lookup()
716 Symbol_table_key key(name_key, version_key); in lookup()
774 Symbol_table::wrap_symbol(const char* name, Stringpool::Key* name_key) in wrap_symbol() argument
797 return this->namepool_.add(s.c_str(), true, name_key); in wrap_symbol()
810 return this->namepool_.add(s.c_str(), true, name_key); in wrap_symbol()
934 Stringpool::Key name_key, in add_from_object() argument
957 const char* wrap_name = this->wrap_symbol(name, &name_key); in add_from_object()
973 this->table_.insert(std::make_pair(std::make_pair(name_key, version_key), in add_from_object()
981 insdefault = this->table_.insert(std::make_pair(std::make_pair(name_key, in add_from_object()
[all …]
Dgdb-index.h202 Stringpool::Key name_key; member
214 { return this->name_key == symbol->name_key; } in equal()
Dincremental.h376 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()
Dlayout.cc812 Layout::get_output_section(const char* name, Stringpool::Key name_key, in get_output_section() argument
836 const Key key(name_key, std::make_pair(lookup_type, lookup_flags)); in get_output_section()
869 const Key zero_key(name_key, std::make_pair(lookup_type, in get_output_section()
1058 Stringpool::Key name_key; in choose_output_section() local
1059 name = this->namepool_.add_with_length(name, len, true, &name_key); in choose_output_section()
1063 return this->get_output_section(name, name_key, type, flags, order, is_relro); in choose_output_section()
1097 Stringpool::Key name_key; in init_fixed_output_section() local
1098 name = this->namepool_.add(name, true, &name_key); in init_fixed_output_section()
1099 Output_section* os = this->get_output_section(name, name_key, sh_type, in init_fixed_output_section()
1193 Stringpool::Key name_key; in layout() local
[all …]
Dgdb-index.cc1131 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()
Dsymtab.h1718 add_from_object(Object*, const char* name, Stringpool::Key name_key,
1751 wrap_symbol(const char* name, Stringpool::Key* name_key);
Ddynobj.cc1600 Stringpool::Key name_key) in add_need() argument
1605 Key k(name_key, filename_key); in add_need()
Dlayout.h1139 get_output_section(const char* name, Stringpool::Key name_key,