Searched refs:offset_table_ (Results 1 – 2 of 2) sorted by relevance
704 offset_table_(NULL), size_table_(NULL), abbrev_data_(NULL), in DwpReader()744 offset_table_ = pindex_ + nslots_ * sizeof(uint32_t); in Initialize()745 size_table_ = offset_table_ + ncolumns_ * (nunits_ + 1) * sizeof(uint32_t); in Initialize()825 const char* id_row = offset_table_; in ReadDebugSectionsForCU()826 const char* offset_row = offset_table_ in ReadDebugSectionsForCU()
667 const char* offset_table_; variable