HomeSort by relevance Sort by last modified time
    Searched refs:name_key (Results 1 - 13 of 13) sorted by null

  /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/lisa/libs/utils/
trace.py 321 def load(tasks, event, name_key, pid_key):
324 tasks = df[name_key].unique()
325 self.getTasks(df, tasks, name_key=name_key, pid_key=pid_key)
326 self._scanTasks(df, name_key=name_key, pid_key=pid_key)
386 def _scanTasks(self, df, name_key='comm', pid_key='pid'):
395 :param name_key: The name of the dataframe columns containing task
397 :type name_key: str
402 df = df[[name_key, pid_key]].drop_duplicates(
    [all...]
  /external/toolchain-utils/automation/clients/report/dejagnu/
summary.py 199 name_key = lambda v: v.name
200 results_by_name = sorted(self.results, key=name_key)
202 for name, res_iter in groupby(results_by_name, key=name_key):
  /external/syslinux/com32/sysdump/
acpi.c 157 uint32_t name_key = *(uint32_t *)name; local
162 if (!rb_has(&rb_types, name_key)) {
  /external/v8/src/
messages.cc 413 Handle<Name> name_key(Name::cast(keys->get(i)), isolate_);
414 if (!CheckMethodName(isolate_, current_obj, name_key, function_,
419 result = inner_scope.CloseAndEscape(name_key);
1157 Handle<String> name_key = isolate->factory()->name_string(); local
    [all...]
objects.cc 274 Handle<Name> name_key = isolate->factory()->name_string(); local
275 Handle<Object> name = JSReceiver::GetDataProperty(receiver, name_key);
    [all...]

Completed in 399 milliseconds