Searched refs:firstChunk (Results 1 – 1 of 1) sorted by relevance
1470 const Chunk *firstChunk = *sec->chunks.begin(); in addLinkerModuleCoffGroup() local1477 cgs.Offset = firstChunk->getRVA() - os.getRVA(); in addLinkerModuleCoffGroup()1478 cgs.Size = lastChunk->getRVA() + lastChunk->getSize() - firstChunk->getRVA(); in addLinkerModuleCoffGroup()