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

  /toolchain/binutils/binutils-2.27/gold/
symtab.cc 567 : saw_undefined_(0), offset_(0), table_(count), namepool_(),
573 namepool_.reserve(count);
704 name = this->namepool_.find(name, &name_key);
711 version = this->namepool_.find(version, &version_key);
794 // This will give us both the old and new name in NAMEPOOL_, but
797 return this->namepool_.add(s.c_str(), true, name_key);
810 return this->namepool_.add(s.c_str(), true, name_key);
    [all...]
layout.cc 420 namepool_(),
489 this->namepool_.set_optimize();
1001 name = this->namepool_.add(name, false, NULL);
    [all...]
symtab.h 1939 Stringpool namepool_; member in class:gold::Symbol_table
    [all...]
layout.h 1327 Stringpool namepool_; member in class:gold::Layout
    [all...]

Completed in 1607 milliseconds