Lines Matching refs:NameCount
440 W.printNumber("Name count", NameCount); in dump()
462 NameCount = AS.getU32(C); in extract()
566 Ret.HashesBase + (Hdr.BucketCount > 0 ? Hdr.NameCount * 4 : 0); in findDebugNamesOffsets()
567 Ret.EntryOffsetsBase = Ret.StringOffsetsBase + Hdr.NameCount * DwarfSize; in findDebugNamesOffsets()
569 Ret.EntryOffsetsBase + Hdr.NameCount * DwarfSize + Hdr.AbbrevTableSize; in findDebugNamesOffsets()
583 Offsets.EntryOffsetsBase + (Hdr.NameCount * SectionOffsetSize); in extract()
796 assert(0 < Index && Index <= Hdr.NameCount); in getNameTableEntry()
819 assert(0 < Index && Index <= Hdr.NameCount); in getHashArrayEntry()
905 if (Index > Hdr.NameCount) { in dumpBucket()
910 for (; Index <= Hdr.NameCount; ++Index) { in dumpBucket()
982 for (; Index <= Hdr.NameCount; ++Index) { in findEntryOffsetInCurrentIndex()