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

  /toolchain/binutils/binutils-2.25/gold/
options.cc 505 this->section_starts_[section_name] = addr;
513 if (this->section_starts_.empty())
516 this->section_starts_.find(secname);
517 if (p == this->section_starts_.end())
928 section_starts_(),
    [all...]
options.h 1676 std::map<std::string, uint64_t> section_starts_; member in class:gold::General_options
    [all...]

Completed in 2936 milliseconds