Searched refs:offset_size_ (Results 1 – 2 of 2) sorted by relevance
402 offset_size_(0), pinfo_(NULL), end_of_table_(NULL), in Dwarf_pubnames_table()448 unsigned int offset_size_; variable702 offset_size_(0), address_size_(0), cu_version_(0), in Dwarf_info_reader()760 { return this->offset_size_; } in offset_size()895 unsigned int offset_size_; variable
575 this->offset_size_ = 8; in read_header()580 this->offset_size_ = 4; in read_header()600 pinfo += 2 * this->offset_size_; in read_header()618 if (pinfo + this->offset_size_ >= this->end_of_table_) in next_name()626 pinfo += this->offset_size_; in next_name()1286 this->offset_size_ = 8; in do_parse()1289 this->offset_size_ = 4; in do_parse()1294 if (!this->check_buffer(pinfo + 2 + this->offset_size_ + 1)) in do_parse()1303 if (this->offset_size_ == 4) in do_parse()1320 pinfo += this->offset_size_; in do_parse()[all …]