Searched refs:offsets_into_section (Results 1 – 1 of 1) sorted by relevance
771 std::vector<size_t> offsets_into_section; in OffsetsIntoSection() local775 std::back_inserter(offsets_into_section), in OffsetsIntoSection()777 std::for_each(offsets_into_section.begin(), offsets_into_section.end(), in OffsetsIntoSection()780 return offsets_into_section; in OffsetsIntoSection()783 void ApplySectionAdjustments(const std::vector<size_t>& offsets_into_section, in ApplySectionAdjustments() argument789 DCHECK_EQ(offsets_for_adjustment->size(), offsets_into_section.size()); in ApplySectionAdjustments()791 offsets_into_section.begin(); in ApplySectionAdjustments()