HomeSort by relevance Sort by last modified time
    Searched refs:end_of_table_ (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.25/gold/
dwarf_reader.h 402 offset_size_(0), pinfo_(NULL), end_of_table_(NULL),
452 const unsigned char* end_of_table_; member in class:gold::Dwarf_pubnames_table
    [all...]
dwarf_reader.cc 582 this->end_of_table_ = pinfo + unit_length;
587 if (this->end_of_table_ > this->buffer_end_)
588 this->end_of_table_ = this->buffer_end_;
618 if (pinfo + this->offset_size_ >= this->end_of_table_)
    [all...]

Completed in 63 milliseconds