Searched refs:buffer_ (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.25/gold/ |
D | dwarf_reader.h | 209 : abbrev_shndx_(0), abbrev_offset_(0), buffer_(NULL), buffer_end_(NULL), in Dwarf_abbrev_table() 217 if (this->owns_buffer_ && this->buffer_ != NULL) in ~Dwarf_abbrev_table() 218 delete[] this->buffer_; in ~Dwarf_abbrev_table() 280 const unsigned char* buffer_; variable 401 : dwinfo_(dwinfo), buffer_(NULL), buffer_end_(NULL), owns_buffer_(false), in Dwarf_pubnames_table() 409 if (this->owns_buffer_ && this->buffer_ != NULL) in ~Dwarf_pubnames_table() 410 delete[] this->buffer_; in ~Dwarf_pubnames_table() 443 const unsigned char* buffer_; variable 701 buffer_(NULL), buffer_end_(NULL), cu_offset_(0), cu_length_(0), in Dwarf_info_reader() 732 const unsigned char* p = this->buffer_ + this->cu_offset_ + offset; in buffer_at_offset() [all …]
|
D | dwarf_reader.cc | 202 if (this->owns_buffer_ && this->buffer_ != NULL) in do_read_abbrevs() 204 delete[] this->buffer_; in do_read_abbrevs() 209 this->buffer_ = in do_read_abbrevs() 213 this->buffer_end_ = this->buffer_ + buffer_size; in do_read_abbrevs() 217 this->buffer_pos_ = this->buffer_ + abbrev_offset; in do_read_abbrevs() 521 this->buffer_ = object->decompressed_section_contents(shndx, in read_section() 524 if (this->buffer_ == NULL) in read_section() 526 this->buffer_end_ = this->buffer_ + buffer_size; in read_section() 560 gold_assert(this->buffer_ != NULL); in read_header() 562 if (offset < 0 || offset + 14 >= this->buffer_end_ - this->buffer_) in read_header() [all …]
|