Searched refs:memsz_ (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/gold/
H A Doutput.cc4069 memsz_(0),
4420 this->memsz_ = *poff - orig_off;
4445 fill->set_address(this->vaddr_ + this->memsz_);
4454 gold_assert((uint64_t) this->filesz_ == this->memsz_);
4455 this->memsz_ = this->filesz_ += fill_size;
4665 this->memsz_ = 0;
4713 this->memsz_ = (last->address()
4718 this->memsz_ += increase;
4725 uint64_t segment_end = this->vaddr_ + this->memsz_;
4731 this->memsz_
[all...]
H A Doutput.h4651 { return this->memsz_; }
4798 this->memsz_ = size;
4894 uint64_t memsz_; member in class:gold::Output_segment
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Doutput.cc4115 memsz_(0),
4465 this->memsz_ = *poff - orig_off;
4490 fill->set_address(this->vaddr_ + this->memsz_);
4499 gold_assert((uint64_t) this->filesz_ == this->memsz_);
4500 this->memsz_ = this->filesz_ += fill_size;
4710 this->memsz_ = 0;
4758 this->memsz_ = (last->address()
4763 this->memsz_ += increase;
4770 uint64_t segment_end = this->vaddr_ + this->memsz_;
4776 this->memsz_
[all...]
H A Doutput.h4679 { return this->memsz_; }
4816 this->memsz_ = size;
4912 uint64_t memsz_; member in class:gold::Output_segment
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Doutput.cc4069 memsz_(0),
4420 this->memsz_ = *poff - orig_off;
4445 fill->set_address(this->vaddr_ + this->memsz_);
4454 gold_assert((uint64_t) this->filesz_ == this->memsz_);
4455 this->memsz_ = this->filesz_ += fill_size;
4665 this->memsz_ = 0;
4713 this->memsz_ = (last->address()
4718 this->memsz_ += increase;
4725 uint64_t segment_end = this->vaddr_ + this->memsz_;
4731 this->memsz_
[all...]
H A Doutput.h4651 { return this->memsz_; }
4798 this->memsz_ = size;
4894 uint64_t memsz_; member in class:gold::Output_segment

Completed in 314 milliseconds