Searched refs:dieptr (Results 1 – 1 of 1) sorted by relevance
465 const char* dieptr = after_header_; in ProcessDIEs() local481 while (dieptr < (lengthstart + header_.length)) { in ProcessDIEs()484 uint64 absolute_offset = (dieptr - buffer_) + offset_from_section_start_; in ProcessDIEs()486 uint64 abbrev_num = reader_->ReadUnsignedLEB128(dieptr, &len); in ProcessDIEs()488 dieptr += len; in ProcessDIEs()505 dieptr = SkipDIE(dieptr, abbrev); in ProcessDIEs()507 dieptr = ProcessDIE(absolute_offset, dieptr, abbrev); in ProcessDIEs()