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

/haiku-buildtools/binutils/gold/
H A Dgdb-index.h202 Stringpool::Key name_key; member in struct:gold::Gdb_index::Gdb_symbol
214 { return this->name_key == symbol->name_key; }
H A Dsymtab.cc703 Stringpool::Key name_key; local
704 name = this->namepool_.find(name, &name_key);
716 Symbol_table_key key(name_key, version_key);
774 Symbol_table::wrap_symbol(const char* name, Stringpool::Key* name_key) argument
797 return this->namepool_.add(s.c_str(), true, name_key);
810 return this->namepool_.add(s.c_str(), true, name_key);
934 Stringpool::Key name_key,
957 const char* wrap_name = this->wrap_symbol(name, &name_key);
973 this->table_.insert(std::make_pair(std::make_pair(name_key, version_key),
981 insdefault = this->table_.insert(std::make_pair(std::make_pair(name_key,
932 add_from_object(Object* object, const char* name, Stringpool::Key name_key, const char* version, Stringpool::Key version_key, bool is_default_version, const elfcpp::Sym<size, big_endian>& sym, unsigned int st_shndx, bool is_ordinary, unsigned int orig_st_shndx) argument
1321 Stringpool::Key name_key; local
1405 Stringpool::Key name_key; member in namespace:gold
1528 Stringpool::Key name_key; local
1558 Stringpool::Key name_key; local
1811 Stringpool::Key name_key; local
[all...]
H A Dincremental.h376 add_input_section(unsigned int shndx, Stringpool::Key name_key, off_t sh_size) argument
377 { this->sections_.push_back(Input_section(shndx, name_key, sh_size)); }
438 Input_section(unsigned int shndx, Stringpool::Key name_key, off_t sh_size) argument
439 : shndx_(shndx), name_key_(name_key), sh_size_(sh_size)
H A Dlayout.cc816 Layout::get_output_section(const char* name, Stringpool::Key name_key,
840 const Key key(name_key, std::make_pair(lookup_type, lookup_flags));
873 const Key zero_key(name_key, std::make_pair(lookup_type,
1066 Stringpool::Key name_key;
1067 name = this->namepool_.add_with_length(name, len, true, &name_key);
1071 return this->get_output_section(name, name_key, type, flags, order, is_relro);
1105 Stringpool::Key name_key;
1106 name = this->namepool_.add(name, true, &name_key);
1107 Output_section* os = this->get_output_section(name, name_key, sh_type,
1202 Stringpool::Key name_key;
[all...]
H A Dsymtab.h1719 add_from_object(Object*, const char* name, Stringpool::Key name_key,
1752 wrap_symbol(const char* name, Stringpool::Key* name_key);
H A Dgdb-index.cc1131 this->stringpool_.add(sym_name, true, &sym->name_key);
1314 name_offset = (this->stringpool_.get_offset_from_key(sym->name_key)
H A Ddynobj.cc1600 Stringpool::Key name_key)
1605 Key k(name_key, filename_key);
1599 add_need(Stringpool* dynpool, const char* filename, const char* name, Stringpool::Key name_key) argument
H A Dlayout.h1139 get_output_section(const char* name, Stringpool::Key name_key,

Completed in 163 milliseconds