Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dmemrange.h29 mem_range (CORE_ADDR start_, int length_) in mem_range()
30 : start (start_), length (length_) in mem_range()
Dtracepoint.h239 memrange (int type_, bfd_signed_vma start_, bfd_signed_vma end_) in memrange()
240 : type (type_), start (start_), end (end_) in memrange()
DChangeLog-19902617 various: Call start_{subfile,symtab} with extra argument.
/netbsd/src/external/gpl3/binutils/dist/gold/
Dfileread.h280 : start_(start), size_(size), data_(data), lock_count_(0), in View()
289 { return this->start_; } in start()
347 off_t start_; variable
Dlayout.cc117 if (p->start_ > start) in remove()
124 if (p->start_ <= start && p->end_ >= end) in remove()
128 if (p->start_ + 3 >= start && p->end_ <= end + 3) in remove()
131 else if (p->start_ + 3 >= start) in remove()
132 p->start_ = end; in remove()
140 Free_list_node newnode(p->start_, start); in remove()
141 p->start_ = end; in remove()
181 off_t start = p->start_ > minoff ? p->start_ : minoff; in allocate()
191 if (p->start_ + fuzz >= start && p->end_ <= end + fuzz) in allocate()
193 else if (p->start_ + fuzz >= start) in allocate()
[all …]
Dscript-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()
Dlayout.h82 : start_(start), end_(end) in Free_list_node()
84 off_t start_; member
DChangeLog-2016262 to constructor. Sort start_ var later. Comment State.
Doutput.cc3735 off_t off = p->start_; in do_write()
Dpowerpc.cc566 Sec_info(Address start_, Address len_, unsigned int shndx_) in Sec_info()
567 : start(start_), len(len_), shndx(shndx_) in Sec_info()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Ddiagnostic-show-locus.cc2207 column_range (int start_, int finish_) : start (start_), finish (finish_) in column_range() argument
/netbsd/src/external/gpl3/binutils/dist/include/
Dgcc-cp-fe.def1044 - start_* marks the beginning of a compound (type, list, ...);
/netbsd/src/external/gpl3/gdb/dist/include/
Dgcc-cp-fe.def1044 - start_* marks the beginning of a compound (type, list, ...);
/netbsd/src/external/gpl3/gcc/dist/include/
Dgcc-cp-fe.def1044 - start_* marks the beginning of a compound (type, list, ...);