Searched refs:recordSize (Results 1 – 1 of 1) sorted by relevance
322 auto splitRecords = [&](int recordSize) -> void { in parseSections() argument326 subsections.reserve(data.size() / recordSize); in parseSections()327 for (uint64_t off = 0; off < data.size(); off += recordSize) { in parseSections()329 section, data.slice(off, recordSize), align); in parseSections()352 } else if (auto recordSize = getRecordSize(segname, name)) { in parseSections() local353 splitRecords(*recordSize); in parseSections()