Home
last modified time | relevance | path

Searched refs:locals_end (Results 1 – 1 of 1) sorted by relevance

/art/libelffile/elf/
Delf_builder.h388 auto locals_end = std::partition_point(syms_.begin(), syms_.end(), is_local); in WriteCachedSection() local
389 this->header_.sh_info = locals_end - syms_.begin(); // Required by the spec. in WriteCachedSection()