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

  /toolchain/binutils/binutils-2.25/gold/
merge.h 48 second_shnum_(-1U), second_map_(),
163 // value of -1U in first_shnum_ or second_shnum_ means that we don't
167 unsigned int second_shnum_; member in class:gold::Object_merge_map
merge.cc 54 if (shndx == this->second_shnum_)
84 if (this->second_shnum_ == -1U)
86 this->second_shnum_ = shndx;

Completed in 61 milliseconds