Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/dwarf/
Ddwarf2reader.cc702 string_buffer_size_(0), version_(0), ncolumns_(0), nunits_(0), in DwpReader()
736 ncolumns_ = byte_reader_.ReadFourBytes( in Initialize()
745 size_table_ = offset_table_ + ncolumns_ * (nunits_ + 1) * sizeof(uint32_t); in Initialize()
827 + index * ncolumns_ * sizeof(uint32_t); in ReadDebugSectionsForCU()
829 size_table_ + (index - 1) * ncolumns_ * sizeof(uint32_t); in ReadDebugSectionsForCU()
830 if (size_row + ncolumns_ * sizeof(uint32_t) > cu_index_ + cu_index_size_) { in ReadDebugSectionsForCU()
834 for (unsigned int col = 0u; col < ncolumns_; ++col) { in ReadDebugSectionsForCU()
Ddwarf2reader.h649 unsigned int ncolumns_; variable