Searched refs:pubNames (Results 1 – 1 of 1) sorted by relevance
35 DataExtractor pubNames(Data, LittleEndian, 0); in dumpPubSection() local37 while (pubNames.isValidOffset(offset)) { in dumpPubSection()38 OS << "length = " << format("0x%08x", pubNames.getU32(&offset)); in dumpPubSection()39 OS << " version = " << format("0x%04x", pubNames.getU16(&offset)); in dumpPubSection()40 OS << " unit_offset = " << format("0x%08x", pubNames.getU32(&offset)); in dumpPubSection()41 OS << " unit_size = " << format("0x%08x", pubNames.getU32(&offset)) << '\n'; in dumpPubSection()48 uint32_t dieRef = pubNames.getU32(&offset); in dumpPubSection()53 PubIndexEntryDescriptor desc(pubNames.getU8(&offset)); in dumpPubSection()58 OS << '\"' << pubNames.getCStr(&offset) << "\"\n"; in dumpPubSection()