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

  /toolchain/binutils/binutils-2.25/gold/
merge.h 47 : first_shnum_(-1U), first_map_(),
163 // value of -1U in first_shnum_ or second_shnum_ means that we don't
165 unsigned int first_shnum_; member in class:gold::Object_merge_map
merge.cc 52 if (shndx == this->first_shnum_)
78 if (this->first_shnum_ == -1U)
80 this->first_shnum_ = shndx;

Completed in 46 milliseconds