Home
last modified time | relevance | path

Searched refs:start_ (Results 1 – 12 of 12) sorted by relevance

/dragonfly/contrib/binutils-2.27/gold/
HDfileread.h268 : start_(start), size_(size), data_(data), lock_count_(0), in View()
277 { return this->start_; } in start()
335 off_t start_; variable
HDlayout.cc110 if (p->start_ > start) in remove()
117 if (p->start_ <= start && p->end_ >= end) in remove()
121 if (p->start_ + 3 >= start && p->end_ <= end + 3) in remove()
124 else if (p->start_ + 3 >= start) in remove()
125 p->start_ = end; in remove()
133 Free_list_node newnode(p->start_, start); in remove()
134 p->start_ = end; in remove()
174 off_t start = p->start_ > minoff ? p->start_ : minoff; in allocate()
184 if (p->start_ + fuzz >= start && p->end_ <= end + fuzz) in allocate()
186 else if (p->start_ + fuzz >= start) in allocate()
[all …]
HDscript-sections.cc54 start_(start), in Memory_region()
70 { return this->start_; } in start_address()
93 script_exp_binary_add(this->start_, in get_current_address()
100 uint64_t start = this->start_->eval(symtab, layout, false); in set_address()
187 Expression* start_; member in gold::Memory_region
281 this->start_->print(f); in print()
HDlayout.h82 : start_(start), end_(end) in Free_list_node()
84 off_t start_; member
HDpowerpc.cc458 Sec_info(Address start_, Address len_, unsigned int shndx_) in Sec_info()
459 : start(start_), len(len_), shndx(shndx_) in Sec_info()
HDoutput.cc3762 off_t off = p->start_; in do_write()
/dragonfly/contrib/binutils-2.34/gold/
HDfileread.h268 : start_(start), size_(size), data_(data), lock_count_(0), in View()
277 { return this->start_; } in start()
335 off_t start_; variable
HDlayout.cc114 if (p->start_ > start) in remove()
121 if (p->start_ <= start && p->end_ >= end) in remove()
125 if (p->start_ + 3 >= start && p->end_ <= end + 3) in remove()
128 else if (p->start_ + 3 >= start) in remove()
129 p->start_ = end; in remove()
137 Free_list_node newnode(p->start_, start); in remove()
138 p->start_ = end; in remove()
178 off_t start = p->start_ > minoff ? p->start_ : minoff; in allocate()
188 if (p->start_ + fuzz >= start && p->end_ <= end + fuzz) in allocate()
190 else if (p->start_ + fuzz >= start) in allocate()
[all …]
HDscript-sections.cc54 start_(start), in Memory_region()
70 { return this->start_; } in start_address()
93 script_exp_binary_add(this->start_, in get_current_address()
100 uint64_t start = this->start_->eval(symtab, layout, false); in set_address()
187 Expression* start_; member in gold::Memory_region
281 this->start_->print(f); in print()
HDlayout.h82 : start_(start), end_(end) in Free_list_node()
84 off_t start_; member
HDoutput.cc3780 off_t off = p->start_; in do_write()
/dragonfly/contrib/gcc-8.0/gcc/
HDdiagnostic-show-locus.c1440 column_range (int start_, int finish_) : start (start_), finish (finish_) in column_range()