Searched refs:SectionOffsetSize (Results 1 – 1 of 1) sorted by relevance
496 Offset += Hdr.CompUnitCount * SectionOffsetSize; in extract()497 Offset += Hdr.LocalTypeUnitCount * SectionOffsetSize; in extract()505 Offset += Hdr.NameCount * SectionOffsetSize; in extract()507 Offset += Hdr.NameCount * SectionOffsetSize; in extract()589 uint64_t Offset = CUsBase + SectionOffsetSize * CU; in getCUOffset()590 return Section.AccelSection.getRelocatedValue(SectionOffsetSize, &Offset); in getCUOffset()596 uint64_t Offset = CUsBase + SectionOffsetSize * (Hdr.CompUnitCount + TU); in getLocalTUOffset()597 return Section.AccelSection.getRelocatedValue(SectionOffsetSize, &Offset); in getLocalTUOffset()640 StringOffsetsBase + SectionOffsetSize * (Index - 1); in getNameTableEntry()642 EntryOffsetsBase + SectionOffsetSize * (Index - 1); in getNameTableEntry()[all …]