Home
last modified time | relevance | path

Searched refs:len_ (Results 1 – 16 of 16) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/common/
H A Dvec.h459 if (len_) \
696 vec_->num -= len_; \
713 while (len_ > 0) \
724 len_ = len_ - half_ - 1; \
727 len_ = half_; \
762 if (len_) \
966 vec_->num -= len_; \
983 while (len_ > 0) \
994 len_ = len_ - half_ - 1; \
997 len_ = half_; \
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
H A Dvec.h771 while (len_ > 0) \
782 len_ = len_ - half_ - 1; \
785 len_ = half_; \
813 if (len_) \
1077 while (len_ > 0) \
1088 len_ = len_ - half_ - 1; \
1091 len_ = half_; \
1112 if (len_) \
1115 (NULL, len_, \
1230 if (len_) \
[all …]
/dragonfly/contrib/binutils-2.34/gold/
H A Dmerge.cc312 if (this->len_ + addsize > this->alc_) in add_constant()
323 memcpy(this->p_ + this->len_, p, entsize); in add_constant()
325 memset(this->p_ + this->len_ + entsize, 0, addsize - entsize); in add_constant()
326 this->len_ += addsize; in add_constant()
361 Merge_data_key k = this->len_; in do_add_input_section()
370 this->len_ -= entsize; in do_add_input_section()
395 this->p_ = static_cast<unsigned char*>(realloc(this->p_, this->len_)); in set_final_data_size()
399 gold_assert(this->p_ != NULL || this->len_ == 0); in set_final_data_size()
400 this->set_data_size(this->len_); in set_final_data_size()
409 of->write(this->offset(), this->p_, this->len_); in do_write()
[all …]
H A Dmerge.h281 : Output_merge_base(entsize, addralign), p_(NULL), len_(0), alc_(0), in Output_merge_data()
376 gold_assert(k >= 0 && k < static_cast<section_offset_type>(this->len_)); in constant()
387 section_size_type len_; variable
H A Dincremental.h1176 : p_(NULL), len_(0) in Incremental_symtab_reader()
1180 : p_(p), len_(len) in Incremental_symtab_reader()
1186 { return static_cast<unsigned int>(this->len_ / 4); } in symbol_count()
1197 off_t len_; variable
1217 : p_(NULL), len_(0) in Incremental_relocs_reader()
1221 : p_(p), len_(len) in Incremental_relocs_reader()
1227 { return static_cast<unsigned int>(this->len_ / reloc_size); } in reloc_count()
1261 off_t len_; variable
H A Dreloc.cc1526 this->prelocs_ = object->section_contents(reloc_shndx, &this->len_, false); in initialize()
1535 if (this->len_ % this->reloc_size_ != 0) in initialize()
1539 static_cast<size_t>(this->len_), in initialize()
1553 if (this->pos_ >= this->len_) in next_offset()
1569 if (this->pos_ >= this->len_) in next_symndx()
1582 if (this->pos_ >= this->len_) in next_addend()
1598 while (this->pos_ < this->len_) in advance()
H A Dreloc.h1146 : prelocs_(NULL), len_(0), pos_(0), reloc_size_(0) in Track_relocs()
1192 section_size_type len_; variable
/dragonfly/contrib/binutils-2.27/gold/
H A Dmerge.cc312 if (this->len_ + addsize > this->alc_) in add_constant()
323 memcpy(this->p_ + this->len_, p, entsize); in add_constant()
325 memset(this->p_ + this->len_ + entsize, 0, addsize - entsize); in add_constant()
326 this->len_ += addsize; in add_constant()
361 Merge_data_key k = this->len_; in do_add_input_section()
370 this->len_ -= entsize; in do_add_input_section()
395 this->p_ = static_cast<unsigned char*>(realloc(this->p_, this->len_)); in set_final_data_size()
399 gold_assert(this->p_ != NULL || this->len_ == 0); in set_final_data_size()
400 this->set_data_size(this->len_); in set_final_data_size()
409 of->write(this->offset(), this->p_, this->len_); in do_write()
[all …]
H A Dmerge.h281 : Output_merge_base(entsize, addralign), p_(NULL), len_(0), alc_(0), in Output_merge_data()
376 gold_assert(k >= 0 && k < static_cast<section_offset_type>(this->len_)); in constant()
387 section_size_type len_; variable
H A Dincremental.h1176 : p_(NULL), len_(0) in Incremental_symtab_reader()
1180 : p_(p), len_(len) in Incremental_symtab_reader()
1186 { return static_cast<unsigned int>(this->len_ / 4); } in symbol_count()
1197 off_t len_; variable
1217 : p_(NULL), len_(0) in Incremental_relocs_reader()
1221 : p_(p), len_(len) in Incremental_relocs_reader()
1227 { return static_cast<unsigned int>(this->len_ / reloc_size); } in reloc_count()
1261 off_t len_; variable
H A Dreloc.cc1503 this->prelocs_ = object->section_contents(reloc_shndx, &this->len_, false); in initialize()
1512 if (this->len_ % this->reloc_size_ != 0) in initialize()
1516 static_cast<size_t>(this->len_), in initialize()
1530 if (this->pos_ >= this->len_) in next_offset()
1546 if (this->pos_ >= this->len_) in next_symndx()
1559 if (this->pos_ >= this->len_) in next_addend()
1575 while (this->pos_ < this->len_) in advance()
H A Dreloc.h1146 : prelocs_(NULL), len_(0), pos_(0), reloc_size_(0) in Track_relocs()
1192 section_size_type len_; variable
H A Dpowerpc.cc458 Sec_info(Address start_, Address len_, unsigned int shndx_) in Sec_info()
459 : start(start_), len(len_), shndx(shndx_) in Sec_info()
/dragonfly/sys/sys/
H A Dsysproto.h135 size_t len; char len_[PAD_(size_t)]; member
248 size_t len; char len_[PAD_(size_t)]; member
262 size_t len; char len_[PAD_(size_t)]; member
266 size_t len; char len_[PAD_(size_t)]; member
271 size_t len; char len_[PAD_(size_t)]; member
276 size_t len; char len_[PAD_(size_t)]; member
424 size_t len; char len_[PAD_(size_t)]; member
532 size_t len; char len_[PAD_(size_t)]; member
565 size_t len; char len_[PAD_(size_t)]; member
962 int len; char len_[PAD_(int)]; member
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
H A Dlto-streamer.h368 lto_input_block (const char *data_, unsigned int p_, unsigned int len_, in lto_input_block() argument
370 : data (data_), mode_table (mode_table_), p (p_), len (len_) {} in lto_input_block()
371 lto_input_block (const char *data_, unsigned int len_, in lto_input_block() argument
373 : data (data_), mode_table (mode_table_), p (0), len (len_) {} in lto_input_block()
/dragonfly/contrib/gcc-8.0/gcc/lto/
H A Dlto.c1768 unsigned len_; in lto_read_decls() local
1770 hashval_t scc_hash = lto_input_scc (&ib_main, data_in, &len_, in lto_read_decls()
1773 gcc_assert (len == len_); in lto_read_decls()