Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/dwarf/
Ddwarf2reader.cc703 nslots_(0), phash_(NULL), pindex_(NULL), shndx_pool_(NULL), in DwpReader()
730 pindex_ = phash_ + nslots_ * sizeof(uint64_t); in Initialize()
731 shndx_pool_ = pindex_ + nslots_ * sizeof(uint32_t); in Initialize()
743 pindex_ = phash_ + nslots_ * sizeof(uint64_t); in Initialize()
744 offset_table_ = pindex_ + nslots_ * sizeof(uint32_t); in Initialize()
769 reinterpret_cast<const uint8_t *>(pindex_) in ReadDebugSectionsForCU()
890 reinterpret_cast<const uint8_t *>(pindex_) + slot * sizeof(uint32_t)); in LookupCUv2()
899 reinterpret_cast<const uint8_t *>(pindex_) + slot * sizeof(uint32_t)); in LookupCUv2()
Ddwarf2reader.h661 const char* pindex_; variable