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

  /toolchain/binutils/binutils-2.25/gold/
symtab.cc 565 : saw_undefined_(0), offset_(0), table_(count), namepool_(),
570 namepool_.reserve(count);
700 name = this->namepool_.find(name, &name_key);
707 version = this->namepool_.find(version, &version_key);
790 // This will give us both the old and new name in NAMEPOOL_, but
793 return this->namepool_.add(s.c_str(), true, name_key);
806 return this->namepool_.add(s.c_str(), true, name_key);
    [all...]
layout.cc 427 namepool_(),
499 this->namepool_.set_optimize();
1001 name = this->namepool_.add(name, false, NULL);
    [all...]
symtab.h 1912 Stringpool namepool_; member in class:gold::Symbol_table
    [all...]
layout.h 1324 Stringpool namepool_; member in class:gold::Layout
    [all...]

Completed in 144 milliseconds