/toolchain/binutils/binutils-2.25/gold/ |
gdb-index.h | 202 Stringpool::Key name_key; member in struct:gold::Gdb_index::Gdb_symbol 214 { return this->name_key == symbol->name_key; }
|
symtab.cc | 699 Stringpool::Key name_key; local 700 name = this->namepool_.find(name, &name_key); 712 Symbol_table_key key(name_key, version_key); 765 // Adjust NAME for wrapping, and update *NAME_KEY if necessary. This 770 Symbol_table::wrap_symbol(const char* name, Stringpool::Key* name_key) 793 return this->namepool_.add(s.c_str(), true, name_key); 806 return this->namepool_.add(s.c_str(), true, name_key); 922 Stringpool::Key name_key, 945 const char* wrap_name = this->wrap_symbol(name, &name_key); 961 this->table_.insert(std::make_pair(std::make_pair(name_key, version_key) 1280 Stringpool::Key name_key; local 1361 Stringpool::Key name_key; member in namespace:gold 1475 Stringpool::Key name_key; local 1505 Stringpool::Key name_key; local 1752 Stringpool::Key name_key; local [all...] |
incremental.h | 376 add_input_section(unsigned int shndx, Stringpool::Key name_key, off_t sh_size) 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) 439 : shndx_(shndx), name_key_(name_key), sh_size_(sh_size) [all...] |
layout.cc | 809 // pool, and NAME_KEY is the key. ORDER is where this should appear 813 Layout::get_output_section(const char* name, Stringpool::Key name_key, 837 const Key key(name_key, std::make_pair(lookup_type, lookup_flags)); 870 const Key zero_key(name_key, std::make_pair(lookup_type, [all...] |
gdb-index.cc | [all...] |
symtab.h | [all...] |
dynobj.cc | [all...] |
layout.h | [all...] |
/external/v8/src/ |
messages.cc | 254 Handle<Name> name_key(Name::cast(keys->get(i)), isolate_); 255 if (!CheckMethodName(isolate_, current_obj, name_key, fun_, 260 result = inner_scope.CloseAndEscape(name_key);
|