Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/dwarf/
Ddwarf2reader.cc771 const char* shndx_list = shndx_pool_ + index * sizeof(uint32_t); in ReadDebugSectionsForCU() local
773 if (shndx_list >= cu_index_ + cu_index_size_) { in ReadDebugSectionsForCU()
778 reinterpret_cast<const uint8_t *>(shndx_list)); in ReadDebugSectionsForCU()
779 shndx_list += sizeof(uint32_t); in ReadDebugSectionsForCU()