Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/dwarf/
Ddwarf2reader.h664 const char* shndx_pool_; variable
Ddwarf2reader.cc703 nslots_(0), phash_(NULL), pindex_(NULL), shndx_pool_(NULL), in DwpReader()
731 shndx_pool_ = pindex_ + nslots_ * sizeof(uint32_t); in Initialize()
732 if (shndx_pool_ >= cu_index_ + cu_index_size_) { in Initialize()
771 const char* shndx_list = shndx_pool_ + index * sizeof(uint32_t); in ReadDebugSectionsForCU()