Searched refs:offset_size_ (Results 1 – 2 of 2) sorted by relevance
413 offset_size_(0), pinfo_(NULL), end_of_table_(NULL), in Dwarf_pubnames_table()459 unsigned int offset_size_; variable715 offset_size_(0), address_size_(0), cu_version_(0), in Dwarf_info_reader()788 { return this->offset_size_; } in offset_size()800 { return this->cu_version_ > 2 ? this->offset_size_ : this->address_size_; } in ref_addr_size()938 unsigned int offset_size_; variable
710 this->offset_size_ = 8; in read_header()715 this->offset_size_ = 4; in read_header()735 pinfo += 2 * this->offset_size_; in read_header()753 if (pinfo + this->offset_size_ >= this->end_of_table_) in next_name()761 pinfo += this->offset_size_; in next_name()1516 this->offset_size_ = 8; in do_parse()1519 this->offset_size_ = 4; in do_parse()1524 if (!this->check_buffer(pinfo + 2 + this->offset_size_ + 1)) in do_parse()1540 if (this->offset_size_ == 4) in do_parse()1557 pinfo += this->offset_size_; in do_parse()[all …]