Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/dwarf/
Ddwarf2reader.h670 const char* size_table_; variable
Ddwarf2reader.cc704 offset_table_(NULL), size_table_(NULL), abbrev_data_(NULL), in DwpReader()
745 size_table_ = offset_table_ + ncolumns_ * (nunits_ + 1) * sizeof(uint32_t); in Initialize()
751 if (size_table_ >= cu_index_ + cu_index_size_) { in Initialize()
829 size_table_ + (index - 1) * ncolumns_ * sizeof(uint32_t); in ReadDebugSectionsForCU()