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

  /toolchain/binutils/binutils-2.27/gold/
merge.h 334 : pomd_(pomd)
341 const Output_merge_data* pomd_; member in class:gold::Output_merge_data::Merge_data_hash
355 : pomd_(pomd)
362 const Output_merge_data* pomd_; member in class:gold::Output_merge_data::Merge_data_eq
merge.cc 265 const unsigned char* p = this->pomd_->constant(k);
267 convert_to_section_size_type(this->pomd_->entsize());
298 const unsigned char* p1 = this->pomd_->constant(k1);
299 const unsigned char* p2 = this->pomd_->constant(k2);
300 return memcmp(p1, p2, this->pomd_->entsize()) == 0;

Completed in 130 milliseconds