Home
last modified time | relevance | path

Searched refs:end_ (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Dlayout.cc120 if (p->start_ <= start && p->end_ >= end) in remove()
124 if (p->start_ + 3 >= start && p->end_ <= end + 3) in remove()
130 else if (p->end_ <= end + 3) in remove()
131 p->end_ = start; in remove()
180 if (end > p->end_ && p->end_ == this->length_ && this->extend_) in allocate()
183 p->end_ = end; in allocate()
185 if (end == p->end_ || (end <= p->end_ - this->min_hole_)) in allocate()
187 if (p->start_ + fuzz >= start && p->end_ <= end + fuzz) in allocate()
191 else if (p->end_ <= end + fuzz) in allocate()
192 p->end_ = start; in allocate()
[all …]
Dlayout.h78 : start_(start), end_(end) in Free_list_node()
81 off_t end_; member
Doutput.cc3708 size_t len = p->end_ - off; in do_write()