Searched refs:recordSize (Results 1 – 1 of 1) sorted by relevance
362 auto splitRecords = [&](size_t recordSize) -> void { in parseSections() argument366 subsections.reserve(data.size() / recordSize); in parseSections()367 for (uint64_t off = 0; off < data.size(); off += recordSize) { in parseSections()369 section, data.slice(off, std::min(data.size(), recordSize)), align); in parseSections()392 } else if (auto recordSize = getRecordSize(segname, name)) { in parseSections() local393 splitRecords(*recordSize); in parseSections()