Searched refs:sibling_offset_ (Results 1 – 2 of 2) sorted by relevance
652 child_offset_(0), sibling_offset_(0), abbrev_code_(NULL), attributes_(), in Dwarf_die()901 this->sibling_offset_ = attr_value.val.refval; in read_attributes()914 this->sibling_offset_ = this->die_offset_ + (pattr - pdie); in read_attributes()1180 if (this->sibling_offset_ != 0) in sibling_offset()1181 return this->sibling_offset_; in sibling_offset()1185 this->sibling_offset_ = this->skip_attributes(); in sibling_offset()1186 return this->sibling_offset_; in sibling_offset()1193 if (this->sibling_offset_ != 0) in sibling_offset()1194 return this->sibling_offset_; in sibling_offset()1211 return this->sibling_offset_; in sibling_offset()
618 { this->sibling_offset_ = sibling_offset; } in set_sibling_offset()655 off_t sibling_offset_; variable