Searched refs:dieptr (Results 1 – 1 of 1) sorted by relevance
551 const uint8_t *dieptr = after_header_; in ProcessDIEs() local567 while (dieptr < (lengthstart + header_.length)) { in ProcessDIEs()570 uint64_t absolute_offset = (dieptr - buffer_) + offset_from_section_start_; in ProcessDIEs()572 uint64_t abbrev_num = reader_->ReadUnsignedLEB128(dieptr, &len); in ProcessDIEs()574 dieptr += len; in ProcessDIEs()591 dieptr = SkipDIE(dieptr, abbrev); in ProcessDIEs()593 dieptr = ProcessDIE(absolute_offset, dieptr, abbrev); in ProcessDIEs()