Searched refs:locals_end (Results 1 – 1 of 1) sorted by relevance
388 auto locals_end = std::partition_point(syms_.begin(), syms_.end(), is_local); in WriteCachedSection() local389 this->header_.sh_info = locals_end - syms_.begin(); // Required by the spec. in WriteCachedSection()