Home
last modified time | relevance | path

Searched refs:abbrev_num (Results 1 – 1 of 1) sorted by relevance

/external/google-breakpad/src/common/dwarf/
Ddwarf2reader.cc486 uint64 abbrev_num = reader_->ReadUnsignedLEB128(dieptr, &len); in ProcessDIEs() local
492 if (abbrev_num == 0) { in ProcessDIEs()
502 const Abbrev& abbrev = abbrevs_->at(static_cast<size_t>(abbrev_num)); in ProcessDIEs()